Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Random
Return a random integer64 between Min and Max (>= Min and <= Max)
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| int64 | Min | |
| int64 | Max |
Outputs
| Type | Name | Description |
|---|---|---|
| int64 | Return Value |