Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
FOnDragLeaveDel... | OnDragLeaveDelegate | |
FOnDragOverDele... | OnDragOverDelegate | |
FOnDropDelegate | OnDropDelegate |
Constructors
Type | Name | Description |
---|---|---|
FAssetViewDragAndDropExtender ( FOnDropDelegate InOnDropDelegate ) | ||
FAssetViewDragAndDropExtender ( FOnDropDelegate InOnDropDelegate, FOnDragOverDelegate InOnDragOverDel... ) | ||
FAssetViewDragAndDropExtender ( FOnDropDelegate InOnDropDelegate, FOnDragOverDelegate InOnDragOverDel..., FOnDragLeaveDelegate InOnDragLeaveD... ) |
Classes
Type | Name | Description |
---|---|---|
Public struct | FPayload |
Typedefs
Name | Description |
---|---|
FOnDragLeaveDelegate | |
FOnDragOverDelegate | |
FOnDropDelegate |