Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/DragAndDrop
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FAssetDragDropOp
- FContentBrowserDataDragDropOp
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/AssetDragDropOp.h |
| Include | #include "DragAndDrop/AssetDragDropOp.h" |
Syntax
class FAssetDragDropOp : public FDecoratedDragDropOp
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FAssetThumbnail > | AssetThumbnail | Handle to the thumbnail resource | |
| int32 | ThumbnailSize | The size of the thumbnail |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UActorFactory * | |||
| const TArray< FString > & | |||
| const TArray< FAssetData > & | GetAssets () |
||
| FText | |||
| FText | |||
| int32 | |||
| const FString & | GetTypeId () |
||
| bool | |||
| bool | HasAssets () |
||
| bool | HasFiles () |
||
| bool | HasFolders () |
||
| void | Init
(
TArray< FAssetData > InAssetData, |
||
| void | |||
| TSharedRef< FAssetDragDropOp > | |||
| TSharedRef< FAssetDragDropOp > | |||
| TSharedRef< FAssetDragDropOp > | New
(
const FAssetData& InAssetData, |
||
| TSharedRef< FAssetDragDropOp > | New
(
TArray< FAssetData > InAssetData, |
||
| TSharedRef< FAssetDragDropOp > | New
(
TArray< FAssetData > InAssetData, |
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. |