FAssetRegistryState::GetAssetsByClassName

Gets the asset data for the specified asset class

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

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

Include

#include "AssetRegistryState.h"

Syntax

const TArray< const FAssetData * > & GetAssetsByClassName
(
    const FName ClassName
) const

Remarks

Gets the asset data for the specified asset class

Returns

An array of AssetData*, empty if nothing found

Parameters

Parameter

Description

ClassName

the class name of the assets to look 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