Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EHLODLayerEditorLoadingBehavior |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/WorldPartition/HLOD/HLODLayer.h |
| Include Path |
#include "WorldPartition/HLOD/HLODLayer.h" |
Syntax
enum EHLODLayerEditorLoadingBehavior
{
Default,
ForceLoaded,
ForceNotLoaded,
}
Values
| Name |
Remarks |
| Default |
Use default behavior: Instancing layers are not loaded (except if non-spatial), other layer types are loaded |
| ForceLoaded |
Always load HLODs from this layer in the editor |
| ForceNotLoaded |
Never load HLODs from this layer in the editor |