B1MemoryTableRow
- Structure that defines a memory data table row.
* Specifies the mood step, relationship category, trigger conditions, target, and display data for a memory.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MoodStep | EB1MemoryMoodStep | Conversation mood step that applies when this memory is created. | Category: B1MemoryTableRow |
| RelationshipCategory | FName | Relationship category associated with this memory. | Category: B1MemoryTableRow Foreign: RelationshipCategory.Id |
| TriggerData | FB1MemoryTriggerData | Trigger data specifying when and how this memory is added. | Category: B1MemoryTableRow |
| TriggerTarget | EB1MemoryTriggerTarget | Target entity to receive this memory when triggered by conversation. | Category: B1MemoryTableRow |
| DisplayData | FB1MemoryDisplayData | Display data for this memory shown in the UI. | Category: B1MemoryTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |