Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue attaching VisionComponent to BP #36

Open
MatthewFehl365 opened this issue May 20, 2024 · 0 comments
Open

Issue attaching VisionComponent to BP #36

MatthewFehl365 opened this issue May 20, 2024 · 0 comments

Comments

@MatthewFehl365
Copy link

MatthewFehl365 commented May 20, 2024

When attempting to create a new vision component through C++ as stated in the readme and then creating a blueprint from that C++ class, the editor crashes with this error message:
[2024.05.20-01.36.42:358][658]LogOutputDevice: Error: Ensure condition failed: false [File:D:\build++UE5\Sync\Engine\Source\Runtime\Engine\Private\Components\SceneComponent.cpp] [Line: 2012]
[2024.05.20-01.36.42:358][658]LogOutputDevice: Error: Template Mismatch during attachment. Attaching instanced component to template component. Parent 'Vision' (Owner 'Default__RosActorBP_C') Self 'ColorCapture' (Owner 'RosActorBP_C_UAID_AC91A10E68F324F701_1254467327').

I've created a C++ class inheriting from the AActor class to so some things with the ROSIntegration plugin and have no issues using it to subscribe and publish topics. Its when I tried to attach the vision component to it either from C++ or to create a new blueprint class inheriting from VisionActor that this error occurs. Even just placing the VisionActor default into the scene crashes the editor I believe for the same reason.

Also, I'm using UE5. The plugin seems to compile fine in UE5.

I can't find much help online on this "Template Mismatch during attachment. Attaching instanced component to template component" error.

I'm fairly new to Unreal Engine so any help is appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant