Navigation
API > API/Runtime > API/Runtime/Engine
Root object for all level actors
| Name | ULevelActorContainer |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LevelActorContainer.h |
| Include Path | #include "Engine/LevelActorContainer.h" |
Syntax
UCLASS (MinimalAPI, DefaultToInstanced)
class ULevelActorContainer : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULevelActorContainer
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Actors | TArray< TObjectPtr< AActor > > | Array of actors in a level | Engine/LevelActorContainer.h |
|