Unreal Engine Blueprint API Reference > Math > Random
Get a random chance with the specified weight. Range of weight is 0.0 - 1.0 E.g., Weight = .6 return value = True 60% of the time
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
real | Weight |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | Get a random chance with the specified weight. Range of weight is 0.0 - 1.0 E.g.,Weight = .6 return value = True 60% of the time |