UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SkeletalMeshLODSettings.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/Object.h"
#include "Engine/EngineTypes.h"
#include "SkeletalMeshReductionSettings.h"
#include "DataAsset.h"
#include "UObject/PerPlatformProperties.h"
#include "PerQualityLevelProperties.h"
#include "SkeletalMeshLODSettings.generated.h"

Go to the source code of this file.

Classes

struct  FBoneFilter
 
struct  FSkeletalMeshLODGroupSettings
 
class  USkeletalMeshLODSettings
 

Enumerations

enum class  EBoneFilterActionOption : uint8 { UMETA =(DisplayName = "Remove the joints specified and children") , UMETA =(DisplayName = "Only keep the joints specified and parents") , UMETA =(Hidden) }
 

Enumeration Type Documentation

◆ EBoneFilterActionOption

Enumerator
UMETA 

Remove list of joints specified and children. All the other joints will be kept.

UMETA 

Only keep the joints specified and parents. All the other joints will be removed.

UMETA 

Invalid