UEditorAssetLibrary::ListAssetByTagValue

Return the list of all the assets that have the pair of Tag/Value.

Windows
MacOS
Linux

References

Module

EditorScriptingUtilities

Header

/Engine/Plugins/Editor/EditorScriptingUtilities/Source/EditorScriptingUtilities/Public/EditorAssetLibrary.h

Include

#include "EditorAssetLibrary.h"

Source

/Engine/Plugins/Editor/EditorScriptingUtilities/Source/EditorScriptingUtilities/Private/EditorAssetLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Editor Scripting | Asset")
static TArray< FString > ListAssetByTagValue
(
    FName TagName,
    const FString & TagValue
)

Remarks

Return the list of all the assets that have the pair of Tag/Value.

Returns

The list of asset found.

Parameters

Parameter

Description

TagName

The tag associated with the assets requested.

TagValue

The value associated with the assets requested.

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