Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/FAssetViewDragAndDropExtender
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate |
ContentBrowserDelegates.h | ||
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate, |
ContentBrowserDelegates.h | ||
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate, |
ContentBrowserDelegates.h |
FAssetViewDragAndDropExtender(FOnDropDelegate)
| Name | FAssetViewDragAndDropExtender |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h |
| Include Path | #include "ContentBrowserDelegates.h" |
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate
)
FAssetViewDragAndDropExtender(FOnDropDelegate, FOnDragOverDelegate)
| Name | FAssetViewDragAndDropExtender |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h |
| Include Path | #include "ContentBrowserDelegates.h" |
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate,
FOnDragOverDelegate InOnDragOverDelegate
)
FAssetViewDragAndDropExtender(FOnDropDelegate, FOnDragOverDelegate, FOnDragLeaveDelegate)
| Name | FAssetViewDragAndDropExtender |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h |
| Include Path | #include "ContentBrowserDelegates.h" |
FAssetViewDragAndDropExtender
(
FOnDropDelegate InOnDropDelegate,
FOnDragOverDelegate InOnDragOverDelegate,
FOnDragLeaveDelegate InOnDragLeaveDelegate
)