Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/DragAndDrop
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FAssetDragDropOp
- FExternalContentDragDropOp
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
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. |