♦️Tooltip Layout System

Tooltips can be positioned using tooltip layout component attached to the tooltip UI itself.

  • Base type: ATooltipLayout

  • Controls where the tooltip is positioned.

  • Built-in:

    • TooltipScreenLayout: follows screen/cursor with clamping

    • TooltipWorldLayout: follows a world-space anchor

  • Extend to create radial, grid-based, or anchored layouts.

Last updated