Skip to main content

B1InteractionDisplayInfo

  • Structure that defines display information for an interaction.
    * Includes text identifiers, icons, and UI visibility settings.
PropertyTypeDescriptionMetadata
DisplayCategoryTextIdFStringText ID for the interaction category display.Category: B1InteractionDisplayInfo
DisplayTextIdFStringText ID for the interaction display.Category: B1InteractionDisplayInfo
OverrideQueueTextIdFStringText ID for overriding the interaction queue display.Category: B1InteractionDisplayInfo
IconTSoftObjectPtrIcon used to represent the interaction (supports Texture2D and SlateTextureAtlasInterface).Category: B1InteractionDisplayInfo
InteractionQueueIconTSoftObjectPtrIcon used for the interaction queue UI in the HUD (supports Texture2D and SlateTextureAtlasInterface).Category: B1InteractionDisplayInfo
PanelIconTSoftObjectPtrIcon used for the interaction panel UI (supports Texture2D and SlateTextureAtlasInterface).Category: B1InteractionDisplayInfo
PanelIconIdFNameID for the panel icon (references B1Texture2D).Category: B1InteractionDisplayInfo
Foreign: B1Texture2D.Id
PanelIconColorIdFNameID for the panel icon color.Category: B1InteractionDisplayInfo
Foreign: ColorMapping.Id
LeftMarkerIdFNameID of the left marker widget (references DT_WidgetMarker).Category: B1InteractionDisplayInfo
Foreign: WidgetMarker.Id
PanelIconWithBGFB1IconWithBGInfoInformation for displaying an icon with a background.Category: B1InteractionDisplayInfo
bHideUIboolDetermines whether the UI should be hidden for this interaction.Category: B1InteractionDisplayInfo