FAssetData::GetTagValueRef

Try and get the value associated with the given tag as a type converted value, or an empty value if it doesn't exist

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

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

Include

#include "AssetData.h"

Syntax

template<typename ValueType>
ValueType GetTagValueRef
(
    const FName InTagName
) const

Remarks

Try and get the value associated with the given tag as a type converted value, or an empty value if it doesn't exist

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