Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FScriptArrayHelper
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
void SwapValues
&40;
int32 A,
int32 B
&41;
Remarks
Swap two elements in the array, does not call constructors and destructors
Parameters
| Name | Description |
|---|---|
| A | index of one item to swap. |
| B | index of the other item to swap. |