Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItemDataAttribute-_2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueAttrType GetValue () |
Get this attribute value as the requested type, converting its internal value to the given type if required. | ContentBrowserItemData.h | |
FString GetValue () |
ContentBrowserItemData.h | ||
| ContentBrowserItemData.h | |||
| ContentBrowserItemData.h |
GetValue()
Description
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.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path | #include "ContentBrowserItemData.h" |
template<typename ValueAttrType>
ValueAttrType GetValue() const
GetValue()
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path | #include "ContentBrowserItemData.h" |
template<>
FString GetValue() const
GetValue()
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path | #include "ContentBrowserItemData.h" |
template<>
FText GetValue() const
GetValue()
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path | #include "ContentBrowserItemData.h" |
template<>
FName GetValue() const