FElement

Windows
MacOS
Linux

References

Module

Json

Header

/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializer.h

Include

#include "Serialization/JsonSerializer.h"

Syntax

struct FElement

Variables

Name Description

Public variable

bool

 

HasBeenProcessed

Public variable

FString

 

Identifier

Public variable

TSharedPtr< FJs...

 

Value

Constructors

Name Description

Public function

FElement

(
    const TSharedPtr< FJsonValue >& In...
)

Public function

FElement

(
    const TSharedRef< FJsonObject >& O...
)

Public function

FElement

(
    const TArray< TSharedPtr< FJsonValu...
)

Public function

FElement

(
    const FString& InIdentifier,
    const TSharedPtr< FJsonValue >& In...
)

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