B1MemoryDisplayData
- Structure that holds display data for a memory entry shown in the UI.
* Contains a description text ID, color mapping ID, and icon asset reference.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DescTextId | FString | Text ID for the detail description of this memory. | Category: B1MemoryDisplayData StringTableKey: Id |
| ColorId | FName | Color mapping ID used to visually represent this memory. | Category: Display Foreign: ColorMapping.Id |
| Icon | FSoftObjectPath | Soft path to the icon texture representing this memory. | Category: B1MemoryDisplayData |
| bAddActivityFeed | bool | Whether Activity Feed is added when this memory is added. | Category: B1MemoryDisplayData |