FContentBrowserItemDataAttributeValue::GetValue

Get this attribute value as the requested type, converting its internal value to the given type if required.

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h

Include

#include "ContentBrowserItemData.h"

Syntax

template<typename ValueAttrType>
ValueAttrType GetValue() const

Remarks

Get this attribute value as the requested type, converting its internal value to the given type if required. @note This function is specialized for FString, FName, and FText, with the generic implementation requiring a LexFromString implementation for the requested type.

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