Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDesiredLODLevel
| Name | EType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
| Include Path | #include "PrimitiveSceneProxy.h" |
Syntax
enum EType
{
First,
Fixed,
}
Values
| Name | Remarks |
|---|---|
| First | LOD is the first in a set of LODs that can be selected from. |
| Fixed | LOD is fixed to a pre-selected level. |