FStaticMeshLODSettings

Per-group LOD settings for static meshes.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/StaticMeshResources.h

Include

#include "StaticMeshResources.h"

Syntax

class FStaticMeshLODSettings

Remarks

Per-group LOD settings for static meshes.

Functions

Name Description

Public function Const

const FStati...

 

GetLODGroup

(
    FName LODGroup
)

Retrieve the settings for the specified LOD group.

Public function Const

void

 

GetLODGroupDisplayNames

(
    TArray< FText >& OutDisplayNames
)

Retrieves the localized display names of all LOD groups.

Public function Const

int32

 

GetLODGroupIdx

(
    FName GroupName
)

Public function Const

void

 

GetLODGroupNames

(
    TArray< FName >& OutNames
)

Retrieve the names of all defined LOD groups.

Public function

void

 

Initialize

(
    const FConfigFile& IniFile
)

Initializes LOD settings by reading them from the passed in config file section.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss