B1GatherableObject
- Represents a single gatherable object entry in a territory pool,
* including its ID and its relative spawn weight.
| Property | Type | Description | Metadata |
|---|---|---|---|
| GatherableObjectId | FName | Identifier referencing the gatherable object data. | Category: B1GatherableObject Foreign: GatherableObject.Id |
| Ratio | int32 | Relative weight used for random selection within the pool. | Category: B1GatherableObject ClampMin: 0 |