B1DreamSequenceTableRow
- Table row defining a single dream sequence, including scripts, animations,
* voice resources, and images shown when the character wakes from the dream.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AwakeScriptId | FName | Script ID executed when the character wakes from this dream. | Category: B1DreamSequenceTableRow Foreign: Script_Dream.Id |
| AwakeBuffId | FName | Buff ID applied when the character wakes from this dream. | Category: B1DreamSequenceTableRow Foreign: Buff.Id |
| DreamAnimId | FName | Dream animation ID played during this dream sequence. | Category: B1DreamSequenceTableRow Foreign: DreamAnim.Id |
| VoiceResourceId | FName | Voice resource ID played during this dream sequence. | Category: B1DreamSequenceTableRow Foreign: VoiceResources.Id |
| REMStartScriptId | FName | Script ID executed at the start of the REM phase. | Category: B1DreamSequenceTableRow Foreign: Script_Dream.Id |
| Images | TArray | List of images displayed when the character wakes from this dream. | Category: B1DreamSequenceTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |