Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData > FContentBrowserItemDataAttributeValue > GetValue
References
Module | ContentBrowserData |
Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
Include | #include "ContentBrowserItemData.h" |
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.
This function is specialized for FString, FName, and FText, with the generic implementation requiring a LexFromString implementation for the requested type.