Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetMathLibrary
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | RandomBoolWithWeightFromStream
(
const FRandomStream& RandomStream, |
Get a random chance with the specified weight. |
![]() ![]() |
bool | RandomBoolWithWeightFromStream
(
float Weight, |
Use RandomBoolWithWeightFromStream taking the FRandomStream as the first argument. |