Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/SCreateClothingSettingsPanel
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SCreateClothingSettingsPanel::FArguments
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/SCreateClothingSettingsPanel.h |
| Include | #include "SCreateClothingSettingsPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCreateClothingSettingsPanel >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | bIsSubImport
(
bool InArg |
Whether this window is for a sub import (importing a LOD or replacing a LOD) | |
| WidgetArgsType & | LodIndex
(
int32 InArg |
Mesh LOD index we want to target. | |
| WidgetArgsType & | Mesh
(
TWeakObjectPtr< USkeletalMesh > InArg |
Weak ptr to the mesh we're building for. | |
| WidgetArgsType & | Name of the mesh we're operating on. | ||
| WidgetArgsType & | OnCreateRequested
(
const FOnCreateClothingRequested& InDelegate |
Callback to handle create request. | |
| WidgetArgsType & | SectionIndex
(
int32 InArg |
Mesh section index we want to targe. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |