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