Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::JsonCreatePatchSettings Struct Referencefinal

Optional settings used while creating a patch for a json value. More...

#include <JsonSerializationSettings.h>

Public Attributes

JsonSerializationResult::JsonIssueCallback m_reporting
 

Detailed Description

Optional settings used while creating a patch for a json value.

Member Data Documentation

◆ m_reporting

JsonSerializationResult::JsonIssueCallback AZ::JsonCreatePatchSettings::m_reporting

Optional callback when issues are encountered. If not provided reporting will be forwarded to the default issue reporting. This can also be used to change the returned result code to alter the behavior of the patch creation process.


The documentation for this struct was generated from the following file: