SetValue

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetValue

(
    const FString& InData
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    uint64 InData
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    const TSharedRef< class FJsonObject...
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    uint32 Size,
    const uint8* InData
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    const TCHAR* InData
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    int32 InData
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    uint32 InData
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    bool InData
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    double InData
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    float InData
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    const TArray< uint8 >& InData
)

Copies the data and sets the type

Public function

void

 

SetValue

(
    int64 InData
)

Copies the data and sets the type

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