Open 3D Engine EMotionFX Gem 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.
MCore::StringIdPoolIndex Struct Reference

#include <StringIdPool.h>

Public Member Functions

 operator AZ::u32 () const
 
bool operator== (AZ::u32 rhs) const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZ::u32 m_index {}
 

Detailed Description

The StringIdPoolIndex is a helper class to aid with serialization of class members that store indexes into the StringIdPool. Members of this type will serialize to a string, and deserialize to a AZ::u32, while allowing the StringIdPool to deduplicate the strings.


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