Defined in: Public/TBM_MenuMapWidget.h
Hierarchy: Object > Visual > Widget > UserWidget > TBM_MinimapWidget > TBM_MenuMapWidget
Widget showing a big menu map with interactable blips
| FTBM_MenuMapSettings | MenuMapSettings | Menu map widget settings |
| FTBM_MenuMapKeyBindings | MenuMapKeyBindings | Key bindings for menu map interaction |
| float | BlipAddKeyHoldTime | The time the user is holding down the blip add key |
| bool | HoldingBlipAddKey | Whether the user is holding down the blip add key |
| FVector2D | CurrentMousePosition | Current mouse position on the viewport |
| FVector2D | PreviousMousePosition | Previous frame mouse position on the viewport |
| FVector2D | DeltaMousePosition | Difference between current and previous mouse position |
| FVector2D | TotalPanningOffset | |
| FVector2D | CurrentPanningOffset | Panning offset this frame |
| ETBM_MenuMapPanningState | PanningState | |
| FVector2D | SavedPrePanningMousePosition | Saved mouse position before the user started panning with keyboard |
| float | PanningTime | |
| bool | CanOverscroll | Whether overscroll can be used (set to true if mouse panning) |
| double | NavigationZoom | Current zoom from mouse wheel/keyboard/pad |
| bool | SkipSmoothInterpolation | If true zoom will be forced to the desired value without smooth interpolation |
| TObjectPtr<UTBM_BlipQueryWidget> | BlipQueryWidget |