Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | TArrayFaceND |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayFaceND.h |
| Include Path | #include "Chaos/ArrayFaceND.h" |
Syntax
template<class T, int d>
class TArrayFaceND
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayFaceND
(
const TUniformGrid< FReal, d >& Grid |
Chaos/ArrayFaceND.h | ||
TArrayFaceND
(
const TVec3< int32 >& Counts |
Chaos/ArrayFaceND.h | ||
TArrayFaceND
(
const TArrayFaceND< T, d >& Other |
Chaos/ArrayFaceND.h | ||
TArrayFaceND
(
TArrayFaceND< T, d >&& Other |
Chaos/ArrayFaceND.h |
Class Specializations
| Name | Remarks |
|---|---|
| TArrayFaceND< T, 3 > |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MArray | TArray< TArrayND< T, d >, TFixedAllocator< d > > | Chaos/ArrayFaceND.h |