Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Array
Swaps the elements at the specified positions in the specified array If the specified positions are equal, invoking this method leaves the array unchanged
Target is Kismet Array Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| wildcard | Target Array | The array to perform the operation on * |
| integer | First Index | The index of one element to be swapped * |
| integer | Second Index | The index of the other element to be swapped |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |