Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AActor
Description
Construction script, the place to spawn components and do other setup.
Name used in CreateBlueprint function
| Name | UserConstructionScript |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
UFUNCTION (BlueprintImplementableEvent,
Meta=(BlueprintInternalUseOnly="true", DisplayName="Construction Script"))
void UserConstructionScript()