SetValue

Overload list

Windows
MacOS
Linux
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.

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