Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Random
Makes a random stream that will generate deterministic values, optionally grouping outputs within cells on a grid
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | Location | The input location to return the stream for |
| real | Distance Interval | If non-zero, the grid size for which all locations within a grid cell will return the same random stream |
| boolean | Include Z | Whether to factor in the Z-coordinate of the input location |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value |