Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TArrayFaceND_T_3
Overloads
| 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 |
operator()(const Pair< int32, TVec3< int32 > > &)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayFaceND.h |
| Include Path | #include "Chaos/ArrayFaceND.h" |
T & operator()
(
const Pair < int32, TVec3< int32 > > & Index
)
operator()(const Pair< int32, TVec3< int32 > > &)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayFaceND.h |
| Include Path | #include "Chaos/ArrayFaceND.h" |
const T & operator()
(
const Pair < int32, TVec3< int32 > > & Index
) const
operator()(const int32, const int32 &, const int32 &, const int32 &)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayFaceND.h |
| Include Path | #include "Chaos/ArrayFaceND.h" |
T & operator()
(
const int32 Axis,
const int32 & x,
const int32 & y,
const int32 & z
)
operator()(const int32, const int32 &, const int32 &, const int32 &)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayFaceND.h |
| Include Path | #include "Chaos/ArrayFaceND.h" |
const T & operator()
(
const int32 Axis,
const int32 & x,
const int32 & y,
const int32 & z
) const