unreal.LevelInstanceRuntimeBehavior¶
- class unreal.LevelInstanceRuntimeBehavior¶
Bases:
EnumBaseELevel Instance Runtime Behavior
C++ Source:
Module: Engine
File: LevelInstanceTypes.h
- LEVEL_STREAMING: LevelInstanceRuntimeBehavior = Ellipsis¶
Use level streaming to load level instance actors
- Type:
3
- PARTITIONED: LevelInstanceRuntimeBehavior = Ellipsis¶
Move level instance actors to the main world partition
- Type:
2