B1DreamPoolTableRow
- Table row defining a dream pool, linking it to a sleepwalking pool
* and the set of dream sequences it contains.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SleepwalkingPoolId | FName | ID of the sleepwalking pool associated with this dream pool. | Category: B1DreamPoolTableRow Foreign: SleepwalkingPool.Id |
| DreamSequenceIds | TArray | List of dream sequence IDs that can be selected from this pool. | Category: B1DreamPoolTableRow Foreign: DreamSequence.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |