B1SpeechBubbleData
- Data container for a single speech bubble entry, defining its display content and behavior.
* Used as an element within speech bubble table rows.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | Unique list key used to identify this speech bubble entry. | Category: B1SpeechBubbleData |
| MessageTextId | FString | String table key referencing the localized message text to display in the bubble. | Category: B1SpeechBubbleData |
| Icon | TSoftObjectPtr | Soft reference to the icon texture displayed when the speech bubble is in icon mode. | Category: B1SpeechBubbleData |
| SpeechBubbleOption | EB1SpeechBubbleOption | Display style option controlling how the speech bubble is rendered. | Category: B1SpeechBubbleData |
| IntervalSec | float | Interval in seconds between sequentially displayed speech bubbles. | Category: B1SpeechBubbleData ClampMin: 0.000000 |
| LifeTime | float | Duration in seconds that the speech bubble remains visible before disappearing. | Category: B1SpeechBubbleData ClampMax: 999999.000000 ClampMin: 0.000000 |
| bOverride | bool | Whether this bubble overrides any currently displayed speech bubble. | Category: B1SpeechBubbleData |
| Probability | float | Probability (0 to 1) that this speech bubble will be displayed when triggered. | Category: B1SpeechBubbleData |