TBM2_API_Reference > TBM_BlipWidget

TBM_BlipWidget

Class Details

Defined in: Public/TBM_BlipWidget.h

Hierarchy: Object > Visual > Widget > UserWidget > TBM_BlipWidget

Description

Customized blip widget

Properties

TSubclassOf<UUserWidget> BlipToolTipWidgetClass The widget to show when the blip is hovered onto by the cursor. Set to nullptr to disable
bool CanInteract Whether the blip can be interacted with (recieve input)
float AltTouchInteractionTime For touch screens LMB is simulated by a tap and RMB by tap+hold for this amount of time
TObjectPtr<UImage> BlipImageWidget Cached image widget (from FindBlipImageWidget function)
FName BlipName
TWeakObjectPtr<UTBM_MinimapWidget> Minimap The owner minimap of this blip widget
TWeakObjectPtr<UTBM_MenuMapWidget> MenuMap The owner minimap cast as menu map widget
TObjectPtr<UUserWidget> BlipToolTipWidget
float HeightSwitch Whether the blip is level with, below or above the player. 0.0f - level, 0.5f - below, 1.0f - above
float BlipDistanceRatio Current distance from the minimap center to it's border in 0-1 range
bool HasTouchInteraction True if user touched the blip and we can interact with it (1st touch enables interaction - second interacts with it)
float InteractionTime The game time of the blip interaction

Nodes

CanInteract
CanKeyInteract
CanReceiveInput
Event FindBlipImageWidget
Event HeightSwitchEffect
Event Interact
Event SetupBlip
Event SetupBlipToolTip
GetBlipImageWidget
GetBlipName
GetPlayerBlipComponent
IsAltInteractionKey
UnhandleIfPanningKey