Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
Inheritance Hierarchy
- TArrayNDBase
- TArrayND
- TArrayND< T, 3 >
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayND.h |
| Include | #include "Chaos/ArrayND.h" |
Syntax
template<class T_DERIVED, class T, int d>
class TArrayNDBase
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
TArrayNDBase () |
|||
TArrayNDBase
(
const TArrayNDBase< T_DERIVED, T, d >& Other |
|||
TArrayNDBase
(
TArrayNDBase< T_DERIVED, T, d >&& Other |
|||
TArrayNDBase
(
const TVector< int32, d >& Counts, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| T_DERIVED | Copy () |
||
| void | Copy
(
const TArrayNDBase< T_DERIVED, T, d >& Source |
||
| TVector< int32, d > | Counts () |
||
| void | Fill
(
const T& Value |
||
| T * | GetData () |
||
| const T * | GetData () |
||
| int32 | Num () |
||
| void | Reset () |
||
| void | |||
| void | Serialize
(
FChaosArchive& Ar |
Operators
| Type | Name | Description | |
|---|---|---|---|
| T & | operator[]
(
const int32 i |
||
| const T & | operator[]
(
const int32 i |
||
| TArrayNDBase< T_DERIVED, T, d > & | operator=
(
const TArrayNDBase< T_DERIVED, T, d >& Other |
||
| TArrayNDBase< T_DERIVED, T, d > & | operator=
(
TArrayNDBase< T_DERIVED, T, d >&& Other |