Trying to add a custom component class to my character class, through PCIP on a TSubobjectPtr.
This class is instanced (and DefaultToInstanced in UCLASS), like I have been advised to do other places on the web...
Still, the editor crashes after PIE...
Is there anything specific one has to include in a component class? Am I missing some GC?
This class is instanced (and DefaultToInstanced in UCLASS), like I have been advised to do other places on the web...
Still, the editor crashes after PIE...
Is there anything specific one has to include in a component class? Am I missing some GC?
Comment