Open 3D Engine AudioSystem 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.
Audio::SAudioImplMemoryInfo Struct Reference

#include <ATLEntityData.h>

Public Attributes

size_t nPrimaryPoolSize = 0
 
size_t nPrimaryPoolUsedSize = 0
 
size_t nPrimaryPoolAllocations = 0
 
size_t nSecondaryPoolSize = 0
 
size_t nSecondaryPoolUsedSize = 0
 
size_t nSecondaryPoolAllocations = 0
 

Detailed Description

This is used to pass information about an AudioSystemImplementation's memory usage in its main allocators. Note: This struct cannot define a constructor, it needs to be a POD!


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