Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | TArrayND< T, 3 > |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayND.h |
| Include Path | #include "Chaos/ArrayND.h" |
Syntax
template<class T>
class TArrayND< T, 3 > : public Chaos::TArrayNDBase< TArrayND< T, 3 >, T, 3 >
Inheritance Hierarchy
- TArrayNDBase → TArrayND< T, 3 >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | TArrayNDBase< TArrayND< T, 3 >, T, 3 > | Chaos/ArrayND.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/ArrayND.h | |||
void SetCounts
(
const TUniformGrid< U, 3 >& Grid, |
Chaos/ArrayND.h | ||
TArrayND () |
Chaos/ArrayND.h | ||
TArrayND
(
const TVec3< int32 >& Counts |
Chaos/ArrayND.h | ||
| Chaos/ArrayND.h | |||
| Chaos/ArrayND.h | |||
TArrayND
(
const TUniformGrid< U, 3 >& Grid, |
Chaos/ArrayND.h | ||
| Chaos/ArrayND.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & operator()
(
const TVec3< int32 >& Index |
Chaos/ArrayND.h | ||
const T & operator()
(
const TVec3< int32 >& Index |
Chaos/ArrayND.h | ||
T & operator()
(
const int32& x, |
Chaos/ArrayND.h | ||
const T & operator()
(
const int32& x, |
Chaos/ArrayND.h | ||
| Chaos/ArrayND.h | |||
| Chaos/ArrayND.h |