Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Conversions > BlueprintAPI/Math/Conversions/Indices
Maps a 2D array index to a 1D array index.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Index 2D | The 2D array index |
| integer | XSize | X dimension of the 2D array |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Return Value | The equivalent 1D index of the array |