Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItemDataAttribute-_2
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Set this attribute value from the given type, converting it to a type we can store internally if required. |
ContentBrowserItemData.h |
|
|
|
ContentBrowserItemData.h |
|
|
|
ContentBrowserItemData.h |
|
|
|
ContentBrowserItemData.h |
|
|
|
ContentBrowserItemData.h |
|
|
|
ContentBrowserItemData.h |
|
SetValue(ValueAttrType)
Description
Set this attribute value from the given type, converting it to a type we can store internally if required.
This function is overloaded for FString, FName, and FText, with the generic implementation requiring a LexToString implementation for the given type.
This function will reset the type during the set, so will also clear any currently associated meta-data.
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path |
#include "ContentBrowserItemData.h" |
template<typename ValueAttrType>
void SetValue
(
ValueAttrType InValue
)
SetValue(const TCHAR *)
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path |
#include "ContentBrowserItemData.h" |
| Source |
/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp |
void SetValue
(
const TCHAR * InStr
)
SetValue(const FString &)
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path |
#include "ContentBrowserItemData.h" |
| Source |
/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp |
void SetValue
(
const FString & InStr
)
SetValue(FString &&)
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path |
#include "ContentBrowserItemData.h" |
| Source |
/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp |
void SetValue
(
FString && InStr
)
SetValue(const FName)
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path |
#include "ContentBrowserItemData.h" |
| Source |
/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp |
void SetValue
(
const FName InName
)
SetValue(FText)
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path |
#include "ContentBrowserItemData.h" |
| Source |
/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp |
void SetValue
(
FText InText
)