UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FJsonSerializerPolicy_JsonObject::FElement Struct Reference

#include <JsonSerializer.h>

Public Member Functions

 FElement (const FValue &InValue)
 
 FElement (const FMapOfValues &Object)
 
 FElement (const FArrayOfValues &Array)
 
 FElement (const FString &InIdentifier, const FValue &InValue)
 

Public Attributes

FString Identifier
 
FValue Value
 
bool bHasBeenProcessed = false
 
bool bIsKeyValuePair = false
 

Constructor & Destructor Documentation

◆ FElement() [1/4]

FJsonSerializerPolicy_JsonObject::FElement::FElement ( const FValue InValue)
inline

◆ FElement() [2/4]

FJsonSerializerPolicy_JsonObject::FElement::FElement ( const FMapOfValues Object)
inline

◆ FElement() [3/4]

FJsonSerializerPolicy_JsonObject::FElement::FElement ( const FArrayOfValues Array)
inline

◆ FElement() [4/4]

FJsonSerializerPolicy_JsonObject::FElement::FElement ( const FString &  InIdentifier,
const FValue InValue 
)
inline

Member Data Documentation

◆ bHasBeenProcessed

bool FJsonSerializerPolicy_JsonObject::FElement::bHasBeenProcessed = false

◆ bIsKeyValuePair

bool FJsonSerializerPolicy_JsonObject::FElement::bIsKeyValuePair = false

◆ Identifier

FString FJsonSerializerPolicy_JsonObject::FElement::Identifier

◆ Value

FValue FJsonSerializerPolicy_JsonObject::FElement::Value

The documentation for this struct was generated from the following file: