SetValue

Overload list

Unreal Engine C++ API Reference > Editor > ContentBrowserData > FContentBrowserItemDataAttributeValue

  Type Name Description
Public function void

SetValue ( ValueAttrType InValue
)

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

SetValue ( const TCHAR* InStr
)

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

SetValue ( const FString& InStr
)

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

SetValue ( FString&& InStr
)

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

SetValue ( const FName InName
)

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

SetValue ( FText InText
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page