B1InteractionDisplayInfo
- Structure that defines display information for an interaction.
* Includes text identifiers, icons, and UI visibility settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayCategoryTextId | FString | Text ID for the interaction category display. | Category: B1InteractionDisplayInfo |
| DisplayTextId | FString | Text ID for the interaction display. | Category: B1InteractionDisplayInfo |
| OverrideQueueTextId | FString | Text ID for overriding the interaction queue display. | Category: B1InteractionDisplayInfo |
| Icon | TSoftObjectPtr | Icon used to represent the interaction (supports Texture2D and SlateTextureAtlasInterface). | Category: B1InteractionDisplayInfo |
| InteractionQueueIcon | TSoftObjectPtr | Icon used for the interaction queue UI in the HUD (supports Texture2D and SlateTextureAtlasInterface). | Category: B1InteractionDisplayInfo |
| PanelIcon | TSoftObjectPtr | Icon used for the interaction panel UI (supports Texture2D and SlateTextureAtlasInterface). | Category: B1InteractionDisplayInfo |
| PanelIconId | FName | ID for the panel icon (references B1Texture2D). | Category: B1InteractionDisplayInfo Foreign: B1Texture2D.Id |
| PanelIconColorId | FName | ID for the panel icon color. | Category: B1InteractionDisplayInfo Foreign: ColorMapping.Id |
| LeftMarkerId | FName | ID of the left marker widget (references DT_WidgetMarker). | Category: B1InteractionDisplayInfo Foreign: WidgetMarker.Id |
| PanelIconWithBG | FB1IconWithBGInfo | Information for displaying an icon with a background. | Category: B1InteractionDisplayInfo |
| bHideUI | bool | Determines whether the UI should be hidden for this interaction. | Category: B1InteractionDisplayInfo |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoInteraction
- Interaction Data Guide
- InteractionBag Data Guide
- InteractionBagGroup Data Guide
- InteractionBagWhitelist Data Guide
- InteractionCategory Data Guide
- FB1InteractionBagGroupTableRow
- FB1InteractionBagTableRow
- FB1InteractionBagTagTooltipTableRow
- FB1InteractionBagWhitelistBuff
- FB1InteractionBasicInfo
- FB1InteractionCategoryTableRow
- FB1InteractionDesire