B1DreamPoolSelection
- Represents a weighted pool selection entry used to pick a dream pool
* for a character based on conditions.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Weight | float | Relative weight of this pool selection when randomly choosing a dream pool. | Category: B1DreamPoolSelection |
| DreamPoolId | FName | ID of the dream pool to select. | Category: B1DreamPoolSelection Foreign: DreamPool.Id |
| ConditionIdList | TArray | Condition IDs that must be satisfied for this pool to be eligible. | Category: B1DreamPoolSelection Foreign: Condition.Id |