UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FJsonSerializerPolicy_JsonObject Member List

This is the complete list of members for FJsonSerializerPolicy_JsonObject, including all inherited members.

AddValueToArray(StackState &State, FValue &NewValue)FJsonSerializerPolicy_JsonObjectstatic
AddValueToObject(StackState &State, const FString &Identifier, FValue &NewValue)FJsonSerializerPolicy_JsonObjectstatic
FArrayOfValues typedefFJsonSerializerPolicy_JsonObject
FMapOfValues typedefFJsonSerializerPolicy_JsonObject
FValue typedefFJsonSerializerPolicy_JsonObject
GetValueFromState(const StackState &State, FValue &OutValue)FJsonSerializerPolicy_JsonObjectstatic
GetValueFromState(const StackState &State, FArrayOfValues &OutArray)FJsonSerializerPolicy_JsonObjectstatic
GetValueFromState(const StackState &State, FMapOfValues &OutMap)FJsonSerializerPolicy_JsonObjectstatic
ReadArrayEnd(StackState &State, FValue &OutValue)FJsonSerializerPolicy_JsonObjectstatic
ReadArrayStart(StackState &State)FJsonSerializerPolicy_JsonObjectstatic
ReadBoolean(TJsonReader< CharType > &Reader, FValue &OutValue)FJsonSerializerPolicy_JsonObjectinlinestatic
ReadNull(FValue &OutValue)FJsonSerializerPolicy_JsonObjectstatic
ReadNumber(TJsonReader< CharType > &Reader, FValue &OutValue)FJsonSerializerPolicy_JsonObjectinlinestatic
ReadNumberAsString(TJsonReader< CharType > &Reader, FValue &OutValue)FJsonSerializerPolicy_JsonObjectinlinestatic
ReadObjectEnd(StackState &State, FValue &OutValue)FJsonSerializerPolicy_JsonObjectstatic
ReadObjectStart(StackState &State)FJsonSerializerPolicy_JsonObjectstatic
ReadString(TJsonReader< CharType > &Reader, FValue &OutValue)FJsonSerializerPolicy_JsonObjectinlinestatic
ResetValue(FValue &OutValue)FJsonSerializerPolicy_JsonObjectstatic
SerializeIfArray(TArray< TSharedRef< FElement > > &ElementStack, TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly)FJsonSerializerPolicy_JsonObjectinlinestatic
SerializeIfBool(TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly)FJsonSerializerPolicy_JsonObjectinlinestatic
SerializeIfNull(TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly)FJsonSerializerPolicy_JsonObjectinlinestatic
SerializeIfNumber(TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly)FJsonSerializerPolicy_JsonObjectinlinestatic
SerializeIfObject(TArray< TSharedRef< FElement > > &ElementStack, TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly)FJsonSerializerPolicy_JsonObjectinlinestatic
SerializeIfString(TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly)FJsonSerializerPolicy_JsonObjectinlinestatic