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