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) |
| 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 |
| Can Interact |
| Event Find Blip Image Widget |
| Event Height Switch Effect |
| Event Setup Blip |
| Event Setup Blip Tool Tip |
| Get Blip Image Widget |
| Get Blip Name |
| Get Player Blip Component |
| Unhandle if Panning Key |