UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::TArrayND< T, d > Class Template Reference

#include <ArrayND.h>

+ Inheritance diagram for Chaos::TArrayND< T, d >:

Public Member Functions

FORCEINLINE TArrayND (const TVector< int32, d > &Counts)
 
FORCEINLINE TArrayND (const TVector< int32, d > &Counts, const TArray< T > &Array)
 
FORCEINLINE TArrayND (const TArrayND< T, d > &Other)=delete
 
FORCEINLINE TArrayND (TArrayND< T, d > &&Other)
 
FORCEINLINE TArrayND< T, d > & operator= (const TArrayND< T, d > &Other)
 
FORCEINLINE TArrayND< T, d > & operator= (TArrayND< T, d > &&Other)
 
FORCEINLINE T & operator() (const TVector< int32, d > &Index)
 
- Public Member Functions inherited from Chaos::TArrayNDBase< TArrayND< T, d >, T, d >
FORCEINLINE TArrayNDBase ()
 
FORCEINLINE TArrayNDBase (const TVector< int32, d > &Counts, const TArray< T > &Array)
 
FORCEINLINE TArrayNDBase (const TArrayNDBase< TArrayND< T, d >, T, d > &Other)=delete
 
FORCEINLINE TArrayNDBase (TArrayNDBase< TArrayND< T, d >, T, d > &&Other)
 
void Serialize (FArchive &Ar)
 
void Serialize (FChaosArchive &Ar)
 
FORCEINLINE TArrayNDBase< TArrayND< T, d >, T, d > & operator= (const TArrayNDBase< TArrayND< T, d >, T, d > &Other)
 
FORCEINLINE TArrayNDBase< TArrayND< T, d >, T, d > & operator= (TArrayNDBase< TArrayND< T, d >, T, d > &&Other)
 
FORCEINLINE TArrayND< T, d > Copy () const
 
FORCEINLINE void Copy (const TArrayNDBase< TArrayND< T, d >, T, d > &Source)
 
FORCEINLINE void Fill (const T &Value)
 
FORCEINLINE const T & operator[] (const int32 i) const
 
FORCEINLINE T & operator[] (const int32 i)
 
FORCEINLINE int32 Num () const
 
FORCEINLINE TVector< int32, d > Counts () const
 
FORCEINLINE void Reset ()
 
FORCEINLINE T * GetData ()
 
FORCEINLINE const T * GetData () const
 

Additional Inherited Members

- Protected Attributes inherited from Chaos::TArrayNDBase< TArrayND< T, d >, T, d >
TVector< int32, d > MCounts
 
TArray< T > MArray
 

Constructor & Destructor Documentation

◆ TArrayND() [1/4]

template<class T , int d>
FORCEINLINE Chaos::TArrayND< T, d >::TArrayND ( const TVector< int32, d > &  Counts)
inline

◆ TArrayND() [2/4]

template<class T , int d>
FORCEINLINE Chaos::TArrayND< T, d >::TArrayND ( const TVector< int32, d > &  Counts,
const TArray< T > &  Array 
)
inline

◆ TArrayND() [3/4]

template<class T , int d>
FORCEINLINE Chaos::TArrayND< T, d >::TArrayND ( const TArrayND< T, d > &  Other)
delete

◆ TArrayND() [4/4]

template<class T , int d>
FORCEINLINE Chaos::TArrayND< T, d >::TArrayND ( TArrayND< T, d > &&  Other)
inline

Member Function Documentation

◆ operator()()

template<class T , int d>
FORCEINLINE T & Chaos::TArrayND< T, d >::operator() ( const TVector< int32, d > &  Index)
inline

◆ operator=() [1/2]

template<class T , int d>
FORCEINLINE TArrayND< T, d > & Chaos::TArrayND< T, d >::operator= ( const TArrayND< T, d > &  Other)
inline

◆ operator=() [2/2]

template<class T , int d>
FORCEINLINE TArrayND< T, d > & Chaos::TArrayND< T, d >::operator= ( TArrayND< T, d > &&  Other)
inline

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