FAssetRegistryState::GetAssetsByTagName

Gets the asset data for the specified asset tag

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

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

Include

#include "AssetRegistryState.h"

Syntax

const TArray< const FAssetData * > & GetAssetsByTagName
(
    const FName TagName
) const

Remarks

Gets the asset data for the specified asset tag

Returns

An array of AssetData*, empty if nothing found

Parameters

Parameter

Description

TagName

the tag name to search 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