FObject

Windows
MacOS
Linux

References

Module

JsonUtilities

Header

/Engine/Source/Runtime/JsonUtilities/Public/JsonDomBuilder.h

Include

#include "JsonDomBuilder.h"

Syntax

class FObject

Constructors

Name Description

Public function

FObject()

Functions

Name Description

Public function Const

TSharedRef< ...

 

AsJsonObject()

Public function Const

TSharedRef< ...

 

AsJsonValue()

Public function

void

 

CopyIf

(
    const FJsonObject& Src,
    TFunctionRef< bool&,...
)

Public function Const

int

 

Num()

Public function

FObject &

 

Set

(
    const FString& Key,
    const FArray& Arr
)

Public function

FObject &

 

Set

(
    const FString& Key,
    const FObject& Obj
)

Public function

FObject &

 

Set

(
    const FString& Key,
    const FString& Str
)

Public function

TEnableIf< T...

 

Set

(
    const FString& Key,
    FNumber Number
)

Public function

FObject &

 

Set

(
    const FString& Key,
    bool Boolean
)

Public function

FObject &

 

Set

(
    const FString& Key,
    TYPE_OF_NULLPTR
)

Public function

FObject &

 

Set

(
    const FString& Key,
    TSharedPtr< FJsonValue > Value
)

Public function Const

FString

 

ToString()

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