IAssetRegistry::GetCachedAssetDataForObjectPath

Returns pointer to cached AssetData for an object path.

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

/Engine/Source/Runtime/AssetRegistry/Public/IAssetRegistry.h

Include

#include "IAssetRegistry.h"

Syntax

const FAssetData * GetCachedAssetDataForObjectPath
(
    const FName ObjectPath
) const

Remarks

Returns pointer to cached AssetData for an object path. This is always the on disk version. This will return null if not found, and is exposed for

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss