Navigation
API > API/Editor > API/Editor/Persona
| Name | SSkinWeightProfileImportOptions |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/SSkinWeightProfileImportOptions.h |
| Include Path | #include "SSkinWeightProfileImportOptions.h" |
Syntax
class SSkinWeightProfileImportOptions : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SSkinWeightProfileImportOptions
- FSlateControlledConstruction → SWidget → SCompoundWidget → SSkinWeightProfileImportOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SSkinWeightProfileImportOptions() |
SSkinWeightProfileImportOptions.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShouldImport | bool | SSkinWeightProfileImportOptions.h | ||
| DetailsCustomization | TSharedPtr< FSkinWeightImportOptionsCustomization > | SSkinWeightProfileImportOptions.h | ||
| DetailsView | TSharedPtr< IDetailsView > | SSkinWeightProfileImportOptions.h | ||
| ImportButton | TSharedPtr< SButton > | SSkinWeightProfileImportOptions.h | ||
| ImportSettings | USkinWeightImportOptions * | SSkinWeightProfileImportOptions.h | ||
| SkeletalMesh | USkeletalMesh * | SSkinWeightProfileImportOptions.h | ||
| WidgetWindow | TWeakPtr< SWindow > | SSkinWeightProfileImportOptions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SSkinWeightProfileImportOptions.h | ||
FReply OnCancel() |
SSkinWeightProfileImportOptions.h | ||
FReply OnImport() |
SSkinWeightProfileImportOptions.h | ||
virtual FReply OnKeyDown
(
const FGeometry& MyGeometry, |
SSkinWeightProfileImportOptions.h | ||
bool ShouldImport() |
SSkinWeightProfileImportOptions.h | ||
virtual bool SupportsKeyboardFocus() |
SSkinWeightProfileImportOptions.h |