Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RigEditor
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FIKRigSolverStackDragDropOp
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/SIKRigSolverStack.h |
| Include | #include "RigEditor/SIKRigSolverStack.h" |
Syntax
class FIKRigSolverStackDragDropOp : public FDecoratedDragDropOp
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FSolverStackElement > | Element |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetTypeId () |
||
| TSharedRef< FIKRigSolverStackDragDropOp > | New
(
TWeakPtr< FSolverStackElement > 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. |