Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FCollectionDragDropOp |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/CollectionDragDropOp.h |
| Include Path | #include "DragAndDrop/CollectionDragDropOp.h" |
Syntax
class FCollectionDragDropOp : public FDecoratedDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FCollectionDragDropOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CollectionRefs | TArray< FCollectionRef > | Data for the collections this item represents | DragAndDrop/CollectionDragDropOp.h | |
| Collections | TArray< FCollectionNameType > | DragAndDrop/CollectionDragDropOp.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetTagViewMode | EAssetTagItemViewMode | DragAndDrop/CollectionDragDropOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FAssetData > GetAssets() |
DragAndDrop/CollectionDragDropOp.h |
Overridden from FDragDropOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > GetDefaultDecorator() |
The widget decorator to use | DragAndDrop/CollectionDragDropOp.h | |
virtual bool IsOfTypeImpl
(
const FString& Type |
DragAndDrop/CollectionDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
DragAndDrop/CollectionDragDropOp.h | ||
static TSharedRef< FCollectionDragDropOp > New
(
TArray< FCollectionRef > InCollectionRefs, |
DragAndDrop/CollectionDragDropOp.h | ||
static TSharedRef< FCollectionDragDropOp > New
(
TArray< FCollectionNameType > InCollections, |
DragAndDrop/CollectionDragDropOp.h |