Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RetargetEditor
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FRetargetOpStackDragDropOp
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/SRetargetOpStack.h |
| Include | #include "RetargetEditor/SRetargetOpStack.h" |
Syntax
class FRetargetOpStackDragDropOp : public FDecoratedDragDropOp
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FRetargetOpStackElement > | Element |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetTypeId () |
||
| TSharedRef< FRetargetOpStackDragDropOp > | New
(
TWeakPtr< FRetargetOpStackElement > InElement |
Overridden from FDragDropOperation
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | The widget decorator to use | ||
| bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |