FContentBrowserItemDataAttributeValue::SetValue

Set this attribute value from the given type, converting it to a type we can store internally if required.

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h

Include

#include "ContentBrowserItemData.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp

Syntax

void SetValue
(
    FString && InStr
)

Remarks

Set this attribute value from the given type, converting it to a type we can store internally if required. @note This function is overloaded for FString, FName, and FText, with the generic implementation requiring a LexToString implementation for the given type. @note This function will reset the type during the set, so will also clear any currently associated meta-data.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss