Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ELevelInstanceRuntimeBehavior |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceTypes.h |
| Include Path |
#include "LevelInstance/LevelInstanceTypes.h" |
Syntax
enum ELevelInstanceRuntimeBehavior
{
None,
Embedded_Deprecated,
Partitioned,
LevelStreaming,
}
Values
| Name |
Remarks |
| None |
|
| Embedded_Deprecated |
Deprecated exists only to avoid breaking Actor Desc serialization. |
| Partitioned |
Move level instance actors to the main world partition. |
| LevelStreaming |
Use level streaming to load level instance actors. |