Navigation
API > API/Plugins > API/Plugins/UAFEditor > API/Plugins/UAFEditor/IUAFAssetPreview
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RequestAsyncLoad
(
const FSoftObjectPath& SoftObject, |
Utility method to load an asset async with function callback | Common/AssetPreview/IUAFAssetPreview.h | |
virtual void RequestAsyncLoad
(
const FSoftObjectPath& SoftObject, |
Utility method to load an asset async with a delegate callback | Common/AssetPreview/IUAFAssetPreview.h |
RequestAsyncLoad(const FSoftObjectPath &, TFunction< void()> &&)
Description
Utility method to load an asset async with function callback
| Name | RequestAsyncLoad |
| 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 RequestAsyncLoad
(
const FSoftObjectPath & SoftObject,
TFunction< void()> && Callback
)
RequestAsyncLoad(const FSoftObjectPath &, FStreamableDelegate)
Description
Utility method to load an asset async with a delegate callback
| Name | RequestAsyncLoad |
| 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 RequestAsyncLoad
(
const FSoftObjectPath & SoftObject,
FStreamableDelegate DelegateToCall
)