Skip to content

No Embedded Instance for C++ Components that subclass BoxComponent #25

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

Open
error454 opened this issue Dec 13, 2019 · 0 comments
Open
Labels
bug Something isn't working

Comments

@error454
Copy link
Collaborator

4.23/4.24

Embedded instance is never created for subclasses of BoxComponent. I noticed that the UE4 editor doesn't even let you create a blueprint subclass of these items.

Annotation flags computed for this component are SkAnnotation_reflected_cpp and instances are only embedded for SkAnnotation_reflected_data.

To Reproduce

  1. Make C++ subclass of BoxComponent (Sub)
  2. Add Sub to any BP actor
  3. Create a non-empty constructor in Sub
  4. Create a BP callable sk function in Sub
  5. Try to call function
@error454 error454 added the bug Something isn't working label Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant