Hey Gang,
I’m refactoring some of my code into individual components and I’m running into an issue where I can’t create a blueprint class off of my own C++ Child of Actor Component (Not the actual UActorComponent, but the UMyCustomComponentExample : public UActorComponent).
I would like to be able to use blueprint features in my individual components. Is this simply not possible or is there a workaround here? Thank you!