Open 3D Engine AzToolsFramework 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::Prefab::PrefabDomDataJsonSerializer Class Referencefinal

Registered to help read/write JSON for the PrefabDomData::m_prefabDom. More...

#include <ProceduralPrefabAsset.h>

Inherits AZ::BaseJsonSerializer.

Public Member Functions

 AZ_RTTI (PrefabDomDataJsonSerializer, "{9FC48652-A00B-4EFA-8FD9-345A8E625439}", BaseJsonSerializer)
 
 AZ_CLASS_ALLOCATOR (PrefabDomDataJsonSerializer, AZ::SystemAllocator)
 
AZ::JsonSerializationResult::Result Load (void *outputValue, const AZ::Uuid &outputValueTypeId, const rapidjson::Value &inputValue, AZ::JsonDeserializerContext &context) override
 
AZ::JsonSerializationResult::Result Store (rapidjson::Value &outputValue, const void *inputValue, const void *defaultValue, const AZ::Uuid &valueTypeId, AZ::JsonSerializerContext &context) override
 

Detailed Description

Registered to help read/write JSON for the PrefabDomData::m_prefabDom.


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