FJsonSerializerWriter::SerializeArray

Serializes an array of values with an identifier

Windows
MacOS
Linux

Override Hierarchy

FJsonSerializerBase::SerializeArray()

FJsonSerializerWriter::SerializeArray()

References

Module

Json

Header

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

Include

#include "Serialization/JsonSerializerMacros.h"

Syntax

virtual void SerializeArray
(
    const TCHAR * Name,
    FJsonSerializableArrayInt & Array
)

Remarks

Serializes an array of values with an identifier

Parameters

Parameter

Description

Name

the name of the property to serialize

Array

the array to serialize

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