UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDesiredLODLevel Struct Reference

#include <PrimitiveSceneProxy.h>

Public Types

enum class  EType : uint8 { First , Fixed }
 

Public Member Functions

 FDesiredLODLevel (uint8 InLOD, EType InType)
 
bool IsFixed () const
 
bool IsFirst () const
 

Static Public Member Functions

static FDesiredLODLevel CreateFixed (uint8 LOD)
 
static FDesiredLODLevel CreateFirst (uint8 LOD)
 

Public Attributes

uint8 LOD = 0
 
EType Type = EType::First
 

Member Enumeration Documentation

◆ EType

Enumerator
First 
Fixed 

Constructor & Destructor Documentation

◆ FDesiredLODLevel()

FDesiredLODLevel::FDesiredLODLevel ( uint8  InLOD,
EType  InType 
)
inline

Member Function Documentation

◆ CreateFirst()

static FDesiredLODLevel FDesiredLODLevel::CreateFirst ( uint8  LOD)
inlinestatic

◆ CreateFixed()

static FDesiredLODLevel FDesiredLODLevel::CreateFixed ( uint8  LOD)
inlinestatic

◆ IsFirst()

bool FDesiredLODLevel::IsFirst ( ) const
inline

◆ IsFixed()

bool FDesiredLODLevel::IsFixed ( ) const
inline

Member Data Documentation

◆ LOD

uint8 FDesiredLODLevel::LOD = 0

◆ Type

EType FDesiredLODLevel::Type = EType::First

The documentation for this struct was generated from the following file: