Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
Inheritance Hierarchy
- TArrayNDBase
- TArrayND
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayND.h |
| Include | #include "Chaos/ArrayND.h" |
Syntax
template<class T, int d>
class TArrayND : public Chaos::TArrayNDBase< TArrayND< T, d >, T, d >
Specializations
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| T & | operator()
(
const TVector< int32, d >& Index |
||
| TArrayND< T, d > & | |||
| TArrayND< T, d > & |
Typedefs
| Name | Description |
|---|---|
| Base |