Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
| Name | FCommandDragDropOperation |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/Editor/UTBTabEditor.h |
| Include Path | #include "Editor/UTBTabEditor.h" |
Syntax
struct FCommandDragDropOperation : public FDragDropOperation
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FCommandDragDropOperation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCommandDragDropOperation() |
Editor/UTBTabEditor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCommandDragDropOperation() |
Editor/UTBTabEditor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Command | TWeakObjectPtr< UUTBBaseCommand > | Editor/UTBTabEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsOfTypeImpl
(
const FString& Type |
Editor/UTBTabEditor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
Editor/UTBTabEditor.h | ||
static TSharedRef< FCommandDragDropOperation > New
(
UUTBBaseCommand* Command |
Editor/UTBTabEditor.h |