IAssetRegistry::GetAssetsByTagValues

Gets asset data for all assets with the supplied tags and values

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

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

Include

#include "IAssetRegistry.h"

Syntax

bool GetAssetsByTagValues
(
    const TMultiMap< FName, FString > & AssetTagsAndValues,
    TArray< FAssetData > & OutAssetData
) const

Remarks

Gets asset data for all assets with the supplied tags and values

Parameters

Parameter

Description

AssetTagsAndValues

the tags and values associated with the assets requested

OutAssetData

the list of assets with any of the given tags and values

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