Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/SAssetViewItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnDrop
(
const FGeometry& MyGeometry, |
AssetViewWidgets.h | ||
virtual FReply OnDrop
(
const FGeometry& MyGeometry, |
AssetViewWidgets.h |
OnDrop(const FGeometry &, const FDragDropEvent &)
| Name | OnDrop |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h |
| Include Path | #include "AssetViewWidgets.h" |
| Source | /Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.cpp |
virtual FReply OnDrop
(
const FGeometry & MyGeometry,
const FDragDropEvent & DragDropEvent
)
OnDrop(const FGeometry &, const FDragDropEvent &, const TSharedRef< SWidget > &)
| Name | OnDrop |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h |
| Include Path | #include "AssetViewWidgets.h" |
| Source | /Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.cpp |
virtual FReply OnDrop
(
const FGeometry & MyGeometry,
const FDragDropEvent & DragDropEvent,
const TSharedRef< SWidget > & InParentWidget
)