Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RetargetEditor
Inheritance Hierarchy
- SCompoundWidget
- FSlateInvalidationRoot
- SWindow
- SSelectExportPathDialog
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/SRetargetAnimAssetsWindow.h |
| Include | #include "RetargetEditor/SRetargetAnimAssetsWindow.h" |
Syntax
class SSelectExportPathDialog : public SWindow
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | AssetPath | ||
| EAppReturnType::Type | UserResponse |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| FString | GetAssetPath () |
Gets the resulting asset path | |
| FReply | OnButtonClick
(
EAppReturnType::Type ButtonID |
||
| void | OnPathChange
(
const FString& NewPath |
||
| EAppReturnType::Type | ShowModal () |
Displays the dialog in a blocking fashion |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |