Navigation
API > API/Editor > API/Editor/ContentBrowser
Contains the delegates used to handle a custom drag-and-drop in the asset view
| Name | FAssetViewDragAndDropExtender |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h |
| Include Path | #include "ContentBrowserDelegates.h" |
Syntax
struct FAssetViewDragAndDropExtender
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate |
ContentBrowserDelegates.h | ||
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate, |
ContentBrowserDelegates.h | ||
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate, |
ContentBrowserDelegates.h |
Structs
| Name | Remarks |
|---|---|
| FPayload |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnDragLeaveDelegate | TBaseDelegate_OneParam< bool, const FPayload & > | ContentBrowserDelegates.h | |
| FOnDragOverDelegate | TBaseDelegate_OneParam< bool, const FPayload & > | ContentBrowserDelegates.h | |
| FOnDropDelegate | TBaseDelegate_OneParam< bool, const FPayload & > | ContentBrowserDelegates.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnDragLeaveDelegate | FOnDragLeaveDelegate | ContentBrowserDelegates.h | ||
| OnDragOverDelegate | FOnDragOverDelegate | ContentBrowserDelegates.h | ||
| OnDropDelegate | FOnDropDelegate | ContentBrowserDelegates.h |