Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLOD
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/HLOD/HLODLevelExclusion.h |
Include | #include "HLOD/HLODLevelExclusion.h" |
Syntax
enum EHLODLevelExclusion
{
HLOD0 = 1 << 0,
HLOD1 = 1 << 1,
HLOD2 = 1 << 2,
HLOD3 = 1 << 3,
HLOD4 = 1 << 4,
HLOD5 = 1 << 5,
HLOD6 = 1 << 6,
HLOD7 = 1 << 7,
}
Values
Name | Description |
---|---|
HLOD0 | |
HLOD1 | |
HLOD2 | |
HLOD3 | |
HLOD4 | |
HLOD5 | |
HLOD6 | |
HLOD7 |
Remarks
Bitflag enum to allow editing of UPrimitiveComponent::ExcludeFromHLODLevels as a bitmask in the properties