FClothCreateSettingsCustomization

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IDetailCustomization

FClothCreateSettingsCustomization

References

Module

Persona

Header

/Engine/Source/Editor/Persona/Public/SCreateClothingSettingsPanel.h

Include

#include "SCreateClothingSettingsPanel.h"

Syntax

class FClothCreateSettingsCustomization : public IDetailCustomization

Variables

Name Description

Protected variable

bool

 

bIsSubImport

Protected variable

TWeakObjectPtr<...

 

MeshPtr

Protected variable

FSkeletalMeshCl...

 

ParamsStruct

Constructors

Name Description

Public function

FClothCreateSettingsCustomization

(
    TWeakObjectPtr< USkeletalMesh > InM...,
    bool bInIsSubImport
)

Functions

Name Description

Protected function Const

bool

 

CanSelectLod()

Protected function Const

FText

 

GetTargetAssetText()

Protected function Const

FText

 

GetTargetLodText()

Public function Static

TSharedRef< ...

 

MakeInstance

(
    TWeakObjectPtr< USkeletalMesh > Mes...,
    bool bIsSubImport
)

Protected function

void

 

OnAssetSelected

(
    int32 InMeshClothingIndex
)

Protected function

TSharedRef< ...

 

OnGetTargetAssetMenu()

Protected function

TSharedRef< ...

 

OnGetTargetLodMenu()

Protected function

void

 

OnLodSelected

(
    int32 InLodIndex
)

Overridden from IDetailCustomization

Name Description

Public function Virtual

void

 

CustomizeDetails

(
    IDetailLayoutBuilder& DetailBuilde...
)

Called when details should be customized

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