Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 422 Bytes

BlueprintSpawnableComponent.md

File metadata and controls

8 lines (5 loc) · 422 Bytes

2020-04-03_09:37:12

BlueprintSpawnableComponent

This metadata specifier, i.e., an attribute of the Meta class specifier, make the class spawnable by a Blueprint. The class must be a subclass of UActorComponent. This attribute is required in order to be able to add the component to an Actor using the Add Component button, or using the NewObject+AddInstanceComponent+RegisterComponent member functions.