Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TArrayCollectionArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void MoveToOtherArray
(
const int Idx, |
Move only one element from a collection to another one | Chaos/ArrayCollectionArray.h | |
virtual void MoveToOtherArray
(
const TArrayView< int32 >& Indices, |
Move a list of elements from a collection to another one | Chaos/ArrayCollectionArray.h |
MoveToOtherArray(const int, TArrayCollectionArrayBase &)
Description
Move only one element from a collection to another one
| Name | MoveToOtherArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayCollectionArray.h |
| Include Path | #include "Chaos/ArrayCollectionArray.h" |
virtual void MoveToOtherArray
(
const int Idx,
TArrayCollectionArrayBase & Other
)
MoveToOtherArray(const TArrayView< int32 > &, TArrayCollectionArrayBase &, const bool)
Description
Move a list of elements from a collection to another one
| Name | MoveToOtherArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayCollectionArray.h |
| Include Path | #include "Chaos/ArrayCollectionArray.h" |
virtual void MoveToOtherArray
(
const TArrayView < int32 > & Indices,
TArrayCollectionArrayBase & Other,
const bool bRemoveElements
)