Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Description
Sets whether BeginPlay has been called for actors in the world. Use BeginPlay and EndPlay below to start the process of changing this.
| Name | SetBegunPlay |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
void SetBegunPlay
(
bool bHasBegunPlay
)