Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | TArrayFaceND< T, 3 > |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayFaceND.h |
| Include Path | #include "Chaos/ArrayFaceND.h" |
Syntax
template<class T>
class TArrayFaceND< T, 3 >
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MArray | TArray< TArrayND< T, 3 >, TFixedAllocator< 3 > > | Chaos/ArrayFaceND.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayFaceND< T, 3 > Copy() |
Chaos/ArrayFaceND.h | ||
void Fill
(
const T& Scalar |
Chaos/ArrayFaceND.h | ||
const TArrayND< T, 3 > & GetComponent
(
const int32 Axis |
Chaos/ArrayFaceND.h | ||
TArrayND< T, 3 > & GetComponent
(
const int32 Axis |
Chaos/ArrayFaceND.h | ||
TArrayFaceND
(
const TUniformGrid< FReal, 3 >& Grid |
Chaos/ArrayFaceND.h | ||
TArrayFaceND
(
const TVec3< int32 >& Counts |
Chaos/ArrayFaceND.h | ||
TArrayFaceND
(
const TArrayFaceND< T, 3 >& Other |
Chaos/ArrayFaceND.h | ||
TArrayFaceND
(
TArrayFaceND< T, 3 >&& Other |
Chaos/ArrayFaceND.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & operator()
(
const Pair< int32, TVec3< int32 > >& Index |
Chaos/ArrayFaceND.h | ||
const T & operator()
(
const Pair< int32, TVec3< int32 > >& Index |
Chaos/ArrayFaceND.h | ||
T & operator()
(
const int32 Axis, |
Chaos/ArrayFaceND.h | ||
const T & operator()
(
const int32 Axis, |
Chaos/ArrayFaceND.h |