-
Notifications
You must be signed in to change notification settings - Fork 112
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
Adding AURTrackingComponet to Custom Class in C++ #17
Comments
Please try adding |
Thanks for the response. I had to do this to get it to compile so that was already done. Somehow the linker still throws an error. So have you successfully been able to create an object of type AURTrackingComponent in C++ before? Can you share the code you used if so? Thank you! |
Could you post the linker error message here? Which symbols are missing? |
This is the code I'm using: and here is the linker message: Thanks again! |
Hello,
Thank you very much for the plugin, I am able to load the example projects and it works well.
The next I wanted to do was create a new C++ class "Trackable Object" that already comes with the proper mesh and tracking target. I want to do this so I can generate the objects on the fly later.
What is the proper method to add the AURTrackingComponent to a C++ class?
CreateDefaultSubobject gives me a linker error. I've tried a few other things to no avail.
Is it possible to do this and what's the best way?
Thank you
The text was updated successfully, but these errors were encountered: