Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/DragAndDrop
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FCollectionDragDropOp
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/CollectionDragDropOp.h |
| Include | #include "DragAndDrop/CollectionDragDropOp.h" |
Syntax
class FCollectionDragDropOp : public FDecoratedDragDropOp
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FCollectionNameType > | Collections | Data for the collections this item represents |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FAssetData > | GetAssets () |
||
| const FString & | GetTypeId () |
||
| TSharedRef< FCollectionDragDropOp > | New
(
TArray< FCollectionNameType > InCollections, |
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. |