SkeletalMeshOptimizationImportance

Enum specifying the importance of properties when simplifying skeletal meshes.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SkeletalMeshReductionSettings.h

Include

#include "SkeletalMeshReductionSettings.h"

Syntax

enum SkeletalMeshOptimizationImportance
{
    SMOI_Off,
    SMOI_Lowest,
    SMOI_Low,
    SMOI_Normal,
    SMOI_High,
    SMOI_Highest,
    SMOI_MAX,
}

Values

Name

Description

SMOI_Off

SMOI_Lowest

SMOI_Low

SMOI_Normal

SMOI_High

SMOI_Highest

SMOI_MAX

Remarks

Enum specifying the importance of properties when simplifying skeletal meshes.

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