Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > DragAndDrop
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FCompositeDragDropOp
- FSceneOutlinerDragDropOp
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/CompositeDragDropOp.h |
Include | #include "DragAndDrop/CompositeDragDropOp.h" |
Syntax
class FCompositeDragDropOp : public FDecoratedDragDropOp
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< TSharedPtr< FDragDropOperation > > | SubOps |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AddSubOp
(
const TSharedPtr< FDragDropOperation >& SubOp |
|
![]() |
TSharedPtr< T > | GetSubOp () |
|
![]() ![]() |
const TSharedPtr< const T > | GetSubOp () |
|
![]() ![]() |
const FString & | GetTypeId () |
|
![]() |
TSharedPtr< T > | HasSubOp () |
Overridden from FDecoratedDragDropOp
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Set the decorator back to the icon and text defined by the default |
Overridden from FDragDropOperation
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |