Navigation
API > API/Editor > API/Editor/Persona
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
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsSubImport | ||
| TWeakObjectPtr< USkeletalMesh > | MeshPtr | ||
| FSkeletalMeshClothBuildParams * | ParamsStruct |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClothCreateSettingsCustomization
(
TWeakObjectPtr< USkeletalMesh > InMeshPtr, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanSelectLod () |
||
| FText | |||
| FText | |||
| TSharedRef< IDetailCustomization > | MakeInstance
(
TWeakObjectPtr< USkeletalMesh > MeshPtr, |
||
| void | OnAssetSelected
(
int32 InMeshClothingIndex |
||
| TSharedRef< SWidget > | |||
| TSharedRef< SWidget > | |||
| void | OnLodSelected
(
int32 InLodIndex |
Overridden from IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Called when details should be customized |