B1RewardObject
- Defines a reward object entry pairing an object ID with its selection ratio weight.
* Used in reward object pool table rows to represent one possible reward option.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ObjectId | FName | ID of the object awarded as a reward. | Category: B1RewardObject Foreign: Object.Id |
| Ratio | int32 | Relative weight used in weighted random selection from the reward pool. | Category: B1RewardObject ClampMin: 0 |