TBM2_API_Reference > TBM_TileGridWidget

TBM_TileGridWidget

Class Details

Defined in: Public/TBM_TileGridWidget.h

Hierarchy: Object > Visual > Widget > UserWidget > TBM_TileGridWidget

Description

Base class responsible for loading and displaying the minimap tiles in a grid

Properties

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
bool EnableWidgetPool Whether to keep removed tile widgets in a pool for quick reuse (does not prevent GC)
TArray TileWidgets Constructed tile widgets by tile ID
TWeakObjectPtr<UTBM_MinimapWidget> MinimapWidget

Nodes

Event On Grid Init