Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetMathLibrary
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int32 | RandomIntegerInRangeFromStream
(
const FRandomStream& Stream, |
Return a random integer between Min and Max (>= Min and <= Max) |
![]() ![]() |
int32 | RandomIntegerInRangeFromStream
(
int32 Min, |
Use RandomIntegerInRangeFromStream taking the FRandomStream as the first argument. |