FAssetData::GetTagValue

Try and get the value associated with the given tag as a type converted value

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "AssetRegistry/AssetData.h"

Syntax

template<typename ValueType>
bool GetTagValue
(
    FName Tag,
    ValueType & OutValue
) const

Remarks

Try and get the value associated with the given tag as a type converted value

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