B1IconWithBGInfo
- Stores an icon ID and two background color IDs used to render an icon with a colored background in the UI.
| Property | Type | Description | Metadata |
|---|---|---|---|
| IconId | FName | ID of the icon texture to display. | Category: B1IconWithBGInfo Foreign: B1Texture2D.Id |
| BGColor1Id | FName | ID of the primary background color for the icon. | Category: B1IconWithBGInfo Foreign: ColorMapping.Id |
| BGColor2Id | FName | ID of the secondary background color for the icon. | Category: B1IconWithBGInfo Foreign: ColorMapping.Id |