B1InnerThoughtIconInfo
- References a single inner thought icon by ID along with a probability weight,
* used to randomly select an icon from a pool when displaying a thought bubble.
| Property | Type | Description | Metadata |
|---|---|---|---|
| IconId | FName | ID of the inner thought icon to display. | Category: B1InnerThoughtIconInfo Foreign: InnerThoughtIcon.Id |
| Probability | float | Probability (0.0–1.0) that this icon is selected from the pool. | Category: B1InnerThoughtIconInfo ClampMax: 1 ClampMin: 0 |