Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
| Name | ELineBatcherType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
Syntax
enum ELineBatcherType
{
World = 0,
WorldPersistent,
Foreground,
ForegroundPersistent,
NUM,
Invalid = NUM,
}
Values
| Name | Remarks |
|---|---|
| World | |
| WorldPersistent | |
| Foreground | |
| ForegroundPersistent | |
| NUM | |
| Invalid |