Defined in: Public/TBM_TileGridWidget.h
Hierarchy: Object > Visual > Widget > UserWidget > TBM_TileGridWidget
Base class responsible for loading and displaying the minimap tiles in a grid
TObjectPtr<UScaleBox> | GridScaleBox | Required to keep the gird's proper ratio (set Strech to None) |
TObjectPtr<USizeBox> | GridSizeBox | Required for setting the widget size |
TObjectPtr<UOverlay> | ParentOverlay | Main container widget |
TObjectPtr<UImage> | LQImage | The widget that holds the low quality single image of the grid |
TObjectPtr<UCanvasPanel> | AreaBlipCanvas | Container for the area blips |
TObjectPtr<UTBM_GPSWidget> | GPSWidget | GPS widget |
ESlateVisibility | GridVisibility | Default grid visibility |
ESlateVisibility | HiddenVisibility | Visibility setting when the grid is hidden |
bool | AffectsBlipTransform | Whether the blips are also affected due to transfrom updates of this widget (ie. blip widgets are attached to this widget) If true the minimap skips some blip transform calculations Should be false on material based grids |
TArray | TileWidgets | Constructed tile widgets by tile ID |
TWeakObjectPtr<UTBM_MinimapWidget> | MinimapWidget | |
bool | NextLoadImmediate | If true tile textures will be loaded synchronously (can cause a hitch) |
Event On Grid Init |