| 
| 
using  | SerializedSlotMapping = AZStd::unordered_map< GraphModel::SlotId, GraphCanvas::SlotId > | 
|   | 
| 
using  | SerializedNodeBuffer = AZStd::vector< AZ::u8 > | 
|   | 
| 
using  | SerializedNodeWrappingMap = AZStd::unordered_map< GraphCanvas::NodeId, AZStd::pair< GraphCanvas::NodeId, AZ::u32 > > | 
|   | Mapping of serialized nodeIds to their wrapper (parent) nodeId and layout order so they can be restored after deserialization. 
  | 
|   | 
 | 
| 
AZStd::unordered_map< GraphCanvas::NodeId, SerializedNodeBuffer >  | m_serializedNodes | 
|   | Keep track of any nodes and their slots that have been serialized. 
  | 
|   | 
| 
AZStd::unordered_map< GraphCanvas::NodeId, SerializedSlotMapping >  | m_serializedSlotMappings | 
|   | 
| 
SerializedNodeWrappingMap  | m_serializedNodeWrappings | 
|   | 
The documentation for this struct was generated from the following file:
- Gems/GraphModel/Code/Include/GraphModel/GraphModelBus.h