Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FCompositeDragDropOp |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/CompositeDragDropOp.h |
| Include Path | #include "DragAndDrop/CompositeDragDropOp.h" |
Syntax
class FCompositeDragDropOp : public FDecoratedDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FCompositeDragDropOp
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCompositeDragDropOp() |
DragAndDrop/CompositeDragDropOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddSubOp
(
const TSharedPtr< FDragDropOperation >& SubOp |
DragAndDrop/CompositeDragDropOp.h | ||
TSharedPtr< T > GetSubOp () |
DragAndDrop/CompositeDragDropOp.h | ||
const TSharedPtr< const T > GetSubOp () |
DragAndDrop/CompositeDragDropOp.h | ||
TSharedPtr< T > HasSubOp() |
DragAndDrop/CompositeDragDropOp.h |
Overridden from FDecoratedDragDropOp
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ResetToDefaultToolTip() |
Set the decorator back to the icon and text defined by the default | DragAndDrop/CompositeDragDropOp.h |
Overridden from FDragDropOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsOfTypeImpl
(
const FString& Type |
DragAndDrop/CompositeDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
DragAndDrop/CompositeDragDropOp.h |