B1MemoryTriggerData
- Structure that defines trigger conditions for adding a memory.
* Specifies the interaction tag, coop talk IDs, buff ID, and relationship record ID that can trigger the memory.
| Property | Type | Description | Metadata |
|---|---|---|---|
| InteractionTag | FName | Interaction tag that triggers this memory when the interaction occurs. | Category: B1MemoryTriggerData |
| CoopTalkIds | TArray | List of coop talk IDs that trigger this memory when played. | Category: B1MemoryTriggerData |
| Buff | FName | Buff ID whose activation triggers this memory. | Category: B1MemoryTriggerData |
| RelationshipRecordId | FName | Relationship record ID whose update triggers this memory. | Category: B1MemoryTriggerData |