unreal.UAFLayerState¶
- class unreal.UAFLayerState¶
Bases:
EnumBaseEUAFLayer State
C++ Source:
Plugin: UAFLayering
Module: UAFLayeringUncookedOnly
File: LayeringUncookedOnlyTypes.h
- DISABLED: UAFLayerState = Ellipsis¶
This layer is disabled during preview and runtime.
- Type:
2
- ENABLED: UAFLayerState = Ellipsis¶
This layer is enabled during preview and runtime.
- Type:
0
- PREVIEW_DISABLED: UAFLayerState = Ellipsis¶
This layer is disabled during preview but will execute during runtime.
- Type:
1