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