Navigation
API > API/Editor > API/Editor/ContentBrowser
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h |
| Include | #include "ContentBrowserDelegates.h" |
Syntax
struct FAssetViewDragAndDropExtender
Remarks
Contains the delegates used to handle a custom drag-and-drop in the asset view
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnDragLeaveDelegate | OnDragLeaveDelegate | ||
| FOnDragOverDelegate | OnDragOverDelegate | ||
| FOnDropDelegate | OnDropDelegate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate |
|||
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate, |
|||
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPayload |
Typedefs
| Name | Description |
|---|---|
| FOnDragLeaveDelegate | |
| FOnDragOverDelegate | |
| FOnDropDelegate |