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::Array2D< T >::TableEntry Struct Reference

#include <Array2D.h>

Public Attributes

size_t m_startIndex
 
size_t m_numElements
 

Detailed Description

template<class T>
struct MCore::Array2D< T >::TableEntry

An index table entry. Each row in the 2D array will get a table entry, which tells us where in the data array the element data starts for the given row, and how many elements will follow for the given row.

Member Data Documentation

◆ m_numElements

template<class T >
size_t MCore::Array2D< T >::TableEntry::m_numElements

The number of elements to follow.

◆ m_startIndex

template<class T >
size_t MCore::Array2D< T >::TableEntry::m_startIndex

The index offset where the data for this row starts.


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