unreal.HLODLayerEditorLoadingBehavior¶
- class unreal.HLODLayerEditorLoadingBehavior¶
Bases:
EnumBaseEHLODLayer Editor Loading Behavior
C++ Source:
Module: Engine
File: HLODLayer.h
- DEFAULT: HLODLayerEditorLoadingBehavior = Ellipsis¶
Instancing layers are not loaded (except if non-spatial), other layer types are loaded
- Type:
0
- Type:
Use default behavior
- FORCE_LOADED: HLODLayerEditorLoadingBehavior = Ellipsis¶
Always load HLODs from this layer in the editor
- Type:
1
- FORCE_NOT_LOADED: HLODLayerEditorLoadingBehavior = Ellipsis¶
Never load HLODs from this layer in the editor
- Type:
2