UStaticMeshLODGenerationSettings

[UStaticMeshLODGenerationSettings](API\Plugins\MeshLODToolset\Tools\UStaticMeshLODGenerationSettings) is intended to be a stored version of the settings used by [UGenerateStaticMeshLODProcess](API\Plugins\MeshLODToolset\Graphs\UGenerateStaticMeshLODProcess) (and the associated [UGenerateStaticMeshLODAssetTool](API\Plugins\MeshLODToolset\Tools\UGenerateStaticMeshLODAssetTool)).

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UStaticMeshLODGenerationSettings

References

Module

MeshLODToolset

Header

/Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Public/Tools/LODGenerationSettingsAsset.h

Include

#include "Tools/LODGenerationSettingsAsset.h"

Syntax

UCLASS(Blueprintable)
class UStaticMeshLODGenerationSettings : public UObject

Remarks

UStaticMeshLODGenerationSettings is intended to be a stored version of the settings used by UGenerateStaticMeshLODProcess (and the associated UGenerateStaticMeshLODAssetTool). This UObject is exposed as an Asset type in the Editor via UStaticMeshLODGenerationSettingsFactory.

The Tool uses these serialized settings as a 'Preset', ie the user can save a set of configured settings, or load previously-saved settings.