Navigation
API > API/Editor > API/Editor/AssetDefinition
| Name | IAssetStatusInfoProvider |
| Type | class |
| Header File | /Engine/Source/Editor/AssetDefinition/Public/IAssetStatusInfoProvider.h |
| Include Path | #include "IAssetStatusInfoProvider.h" |
Syntax
class IAssetStatusInfoProvider
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAssetStatusInfoProvider() |
IAssetStatusInfoProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPackage * FindPackage() |
Try to find the Package without loading it, if the package is not loaded it will return nullptr | IAssetStatusInfoProvider.h | |
FAssetData TryGetAssetData() |
Try to get the AssetData, return an empty FAssetData otherwise | IAssetStatusInfoProvider.h | |
FString TryGetFilename() |
Try to get the filename, return empty otherwise | IAssetStatusInfoProvider.h |