Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/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. |