Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TIndirectArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/IndirectArray.h |
| Include | #include "Containers/IndirectArray.h" |
void Swap
&40;
int32 FirstIndexToSwap,
int32 SecondIndexToSwap
&41;
Remarks
Element-wise array element swap.
This version is doing more sanity checks than SwapMemory.
Parameters
| Name | Description |
|---|---|
| FirstIndexToSwap | Position of the first element to swap. |
| SecondIndexToSwap | Position of the second element to swap. |