Defined in: Public/TBM_BlipWidget.h
Hierarchy: Object > Visual > Widget > UserWidget > TBM_BlipWidget
Customized blip widget
| 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 |