Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RetargetEditor
Inheritance Hierarchy
- SCompoundWidget
- FSlateInvalidationRoot
- SWindow
- SBatchExportDialog
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/SIKRetargetAssetBrowser.h |
| Include | #include "RetargetEditor/SIKRetargetAssetBrowser.h" |
Syntax
class SBatchExportDialog : public SWindow
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | AssetPath | ||
| FIKRetargetBatchOperationContext | BatchContext | ||
| FText | ExampleText | The rename rule sample text | |
| 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 | |
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |