Navigation
API > API/Runtime > API/Runtime/Engine
Bitflag enum to allow editing of UPrimitiveComponent::ExcludeFromHLODLevels as a bitmask in the properties
| Name | EHLODLevelExclusion |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/HLOD/HLODLevelExclusion.h |
| Include Path | #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 | Remarks |
|---|---|
| HLOD0 | |
| HLOD1 | |
| HLOD2 | |
| HLOD3 | |
| HLOD4 | |
| HLOD5 | |
| HLOD6 | |
| HLOD7 |