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