Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc > API/Runtime/CoreUObject/Misc/IAssetRegistryInterface
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/AssetRegistryInterface.h |
| Include | #include "Misc/AssetRegistryInterface.h" |
UE::AssetRegistry::EExists TryGetAssetByObjectPath
(
const FSoftObjectPath & ObjectPath,
struct FAssetData & OutAssetData
) const
Remarks
Tries to get the asset data for the specified object path Return code enum
Parameters
| Name | Description |
|---|---|
| ObjectPath | the path of the object to be looked up |
| OutAssetData | out FAssetData |