FSkeletalMeshBuildParameters

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h

Include

#include "Engine/SkeletalMesh.h"

Syntax

struct FSkeletalMeshBuildParameters

Variables

Name Description

Public variable

const bool

 

bRegenDepLODs

Public variable

const int32

 

LODIndex

Public variable

USkeletalMesh &...

 

SkeletalMesh

Public variable

const ITargetPl...

 

TargetPlatform

Constructors

Name Description

Public function

FSkeletalMeshBuildParameters

(
    USkeletalMesh* InSkeletalMesh,
    const ITargetPlatform* InTarge...,
    int32 InLODIndex,
    bool bInRegenDepLODs
)