FAssetRegistryState::GetAssetByObjectPath

Gets the asset data for the specified object path

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

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

Include

#include "AssetRegistryState.h"

Syntax

const FAssetData * GetAssetByObjectPath
(
    const FName ObjectPath
) const

Remarks

Gets the asset data for the specified object path

Returns

the assets data, null if not found

Parameters

Parameter

Description

ObjectPath

the path of the object to be looked up

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