You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Make C++ subclass of BoxComponent (Sub)
Add Sub to any BP actor
Create a non-empty constructor in Sub
Create a BP callable sk function in Sub
Try to call function
The text was updated successfully, but these errors were encountered:
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 forSkAnnotation_reflected_data
.To Reproduce
The text was updated successfully, but these errors were encountered: