Navigation
API > API/Plugins > API/Plugins/RigLogicEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SDNAAssetImportWindow
References
| Module | RigLogicEditor |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicEditor/Public/DNAAssetImportWindow.h |
| Include | #include "DNAAssetImportWindow.h" |
Syntax
class SDNAAssetImportWindow : public SCompoundWidget
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| FReply | OnCancel () |
||
| FReply | OnImport () |
||
| FReply | OnImportAll () |
||
| bool | ShouldImport () |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | Called after a key is pressed when this widget has focus (this event bubbles if not handled) | ||
| bool | Checks to see if this widget supports keyboard focus. Override this in derived classes. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |