How can I add my custom C++ child actor component to my blueprint actor?

I did a custom child actor component with C++ but when I try to insert it into my blueprint, it is like it does not exist. What can I do?

You’re probably missing one or both of the “BlueprintType” & meta=(BlueprintSpawnableComponent)" tags in your UCLASS declaration.

3 Likes

Thank you very much, it works

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.