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

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

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