Navigation
API > API/Plugins > API/Plugins/UAFEditor > API/Plugins/UAFEditor/IUAFAssetPreview
Description
Callback for when another asset of the same type is selected. Will load the asset async before updating preview. When different assets are selected this preview should be replaced.
| Name | OnSameTypeAssetSelectedAsync |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFEditor/Public/Common/AssetPreview/IUAFAssetPreview.h |
| Include Path | #include "Common/AssetPreview/IUAFAssetPreview.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFEditor/Private/Common/AssetPreview/IUAFAssetPreview.cpp |
virtual void OnSameTypeAssetSelectedAsync
(
const FAssetData & InAssetData
)