FAssetRegistryState::GetAssetsByPackageName

Gets the asset data for the specified package name

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

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

Include

#include "AssetRegistryState.h"

Syntax

const TArray< const FAssetData * > & GetAssetsByPackageName
(
    const FName PackageName
) const

Remarks

Gets the asset data for the specified package name

Returns

an array of AssetData*, empty if nothing found

Parameters

Parameter

Description

PackageName

the path of the package 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