unreal.LevelInstanceRuntimeBehavior

class unreal.LevelInstanceRuntimeBehavior

Bases: EnumBase

ELevel Instance Runtime Behavior

C++ Source:

  • Module: Engine

  • File: LevelInstanceTypes.h

LEVEL_STREAMING: LevelInstanceRuntimeBehavior

Use level streaming to load level instance actors

Type:

3

PARTITIONED: LevelInstanceRuntimeBehavior

Move level instance actors to the main world partition

Type:

2