![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FJsonSerializerPolicy_JsonObject, including all inherited members.
| AddValueToArray(StackState &State, FValue &NewValue) | FJsonSerializerPolicy_JsonObject | static |
| AddValueToObject(StackState &State, const FString &Identifier, FValue &NewValue) | FJsonSerializerPolicy_JsonObject | static |
| FArrayOfValues typedef | FJsonSerializerPolicy_JsonObject | |
| FMapOfValues typedef | FJsonSerializerPolicy_JsonObject | |
| FValue typedef | FJsonSerializerPolicy_JsonObject | |
| GetValueFromState(const StackState &State, FValue &OutValue) | FJsonSerializerPolicy_JsonObject | static |
| GetValueFromState(const StackState &State, FArrayOfValues &OutArray) | FJsonSerializerPolicy_JsonObject | static |
| GetValueFromState(const StackState &State, FMapOfValues &OutMap) | FJsonSerializerPolicy_JsonObject | static |
| ReadArrayEnd(StackState &State, FValue &OutValue) | FJsonSerializerPolicy_JsonObject | static |
| ReadArrayStart(StackState &State) | FJsonSerializerPolicy_JsonObject | static |
| ReadBoolean(TJsonReader< CharType > &Reader, FValue &OutValue) | FJsonSerializerPolicy_JsonObject | inlinestatic |
| ReadNull(FValue &OutValue) | FJsonSerializerPolicy_JsonObject | static |
| ReadNumber(TJsonReader< CharType > &Reader, FValue &OutValue) | FJsonSerializerPolicy_JsonObject | inlinestatic |
| ReadNumberAsString(TJsonReader< CharType > &Reader, FValue &OutValue) | FJsonSerializerPolicy_JsonObject | inlinestatic |
| ReadObjectEnd(StackState &State, FValue &OutValue) | FJsonSerializerPolicy_JsonObject | static |
| ReadObjectStart(StackState &State) | FJsonSerializerPolicy_JsonObject | static |
| ReadString(TJsonReader< CharType > &Reader, FValue &OutValue) | FJsonSerializerPolicy_JsonObject | inlinestatic |
| ResetValue(FValue &OutValue) | FJsonSerializerPolicy_JsonObject | static |
| SerializeIfArray(TArray< TSharedRef< FElement > > &ElementStack, TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly) | FJsonSerializerPolicy_JsonObject | inlinestatic |
| SerializeIfBool(TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly) | FJsonSerializerPolicy_JsonObject | inlinestatic |
| SerializeIfNull(TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly) | FJsonSerializerPolicy_JsonObject | inlinestatic |
| SerializeIfNumber(TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly) | FJsonSerializerPolicy_JsonObject | inlinestatic |
| SerializeIfObject(TArray< TSharedRef< FElement > > &ElementStack, TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly) | FJsonSerializerPolicy_JsonObject | inlinestatic |
| SerializeIfString(TSharedRef< FElement > &Element, TJsonWriter< CharType, PrintPolicy > &Writer, bool bWriteValueOnly) | FJsonSerializerPolicy_JsonObject | inlinestatic |