IAssetRegistry::GetAssetsByTags

Gets asset data for all assets with the supplied tags, regardless of their value

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

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

Include

#include "AssetRegistry/IAssetRegistry.h"

Syntax

bool GetAssetsByTags
(
    const TArray< FName > & AssetTags,
    TArray< FAssetData > & OutAssetData
) const

Remarks

Gets asset data for all assets with the supplied tags, regardless of their value

Parameters

Parameter

Description

AssetTags

the tags associated with the assets requested

OutAssetData

the list of assets with any of the given tags

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