Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Conversions
Converts a 64 bit integer to a 32 bit integer (if the integer is too large, returns the low 32 bits)
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| int64 | In Int |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Return Value |