Navigation
API > API/Plugins > API/Plugins/IKRigEditor
| Name | FRetargetOpStackDragDropOp |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/SRetargetOpStack.h |
| Include Path | #include "RetargetEditor/SRetargetOpStack.h" |
Syntax
class FRetargetOpStackDragDropOp : public FDecoratedDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FRetargetOpStackDragDropOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Element | TWeakPtr< FRetargetOpStackElement > | RetargetEditor/SRetargetOpStack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > GetDefaultDecorator() |
RetargetEditor/SRetargetOpStack.h | ||
virtual bool IsOfTypeImpl
(
const FString& Type |
RetargetEditor/SRetargetOpStack.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetIndexToMoveTo
(
const TSharedPtr< FRetargetOpStackElement >& InDraggedElement, |
RetargetEditor/SRetargetOpStack.h | ||
static const FString & GetTypeId() |
RetargetEditor/SRetargetOpStack.h | ||
static TSharedRef< FRetargetOpStackDragDropOp > New
(
TWeakPtr< FRetargetOpStackElement > InElement |
RetargetEditor/SRetargetOpStack.h |