B1MemoryMoodStepDisplayData
- Structure that holds display data for a memory mood step entry.
* Contains a text ID and an icon asset reference.
| Property | Type | Description | Metadata |
|---|---|---|---|
| TextId | FString | String table key for the mood step name. | Category: B1MemoryMoodStepDisplayData StringTableKey: Id |
| Icon | TSoftObjectPtr | Soft path to the icon texture representing this mood step. | Category: B1MemoryMoodStepDisplayData |
| TalkTargetColorId | FName | Color mapping ID used to visually represent this memory in TalkTargetWidget. | Category: Display Foreign: ColorMapping.Id |
| TalkTargetTextColorId | FName | Color mapping ID used to visually represent this memory text in TalkTargetWidget. | Category: Display Foreign: ColorMapping.Id |
| TalkTargetTextId | FString | Text ID for the detail description of this memory in TalkTargetWidget. | Category: B1MemoryMoodStepDisplayData StringTableKey: Id |