Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItemDataAttribute-_1 > API/Editor/ContentBrowserData/FContentBrowserItemDataAttribute-_1/GetValue
References
| Module | ContentBrowserData |
| Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include | #include "ContentBrowserItemData.h" |
template<typename ValueAttrType>
ValueAttrType GetValue&40;&41; 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.