FJsonSerializerReader::SerializeMapSafe

Deserializes keys and values from an object into a map, but only if the value is trivially convertable to string.

Windows
MacOS
Linux

Override Hierarchy

FJsonSerializerBase::SerializeMapSafe()

FJsonSerializerReader::SerializeMapSafe()

References

Module

Json

Header

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

Include

#include "Serialization/JsonSerializerMacros.h"

Syntax

virtual void SerializeMapSafe
(
    const TCHAR * Name,
    FJsonSerializableKeyValueMap & Map
)

Remarks

Deserializes keys and values from an object into a map, but only if the value is trivially convertable to string.

Parameters

Parameter

Description

Name

Name of property to deserialize

Map

The Map to fill with String values found

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