GetValue

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

GetValue

(
    FString& OutData
)

Copies the data after verifying the type

Public function Const

void

 

GetValue

(
    TSharedPtr< class FJsonObject >& O...
)

Copies the data after verifying the type

Public function Const

void

 

GetValue

(
    TArray< TSharedPtr< class FJsonValu...
)

Copies the data after verifying the type

Public function Const

void

 

GetValue

(
    uint32& OutSize,
    uint8** OutData
)

Copies the data after verifying the type.

Public function Const

void

 

GetValue

(
    int32& OutData
)

Copies the data after verifying the type

Public function Const

void

 

GetValue

(
    uint32& OutData
)

Copies the data after verifying the type

Public function Const

void

 

GetValue

(
    bool& OutData
)

Copies the data after verifying the type

Public function Const

void

 

GetValue

(
    int64& OutData
)

Copies the data after verifying the type

Public function Const

void

 

GetValue

(
    uint64& OutData
)

Copies the data after verifying the type

Public function Const

void

 

GetValue

(
    float& OutData
)

Copies the data after verifying the type

Public function Const

void

 

GetValue

(
    TArray< uint8 >& OutData
)

Copies the data after verifying the type

Public function Const

void

 

GetValue

(
    double& OutData
)

Copies the data after verifying 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