childCenter constant

FPortalArrowAlignment const childCenter

Centers the arrow on the child, shifting it inward if it clashes with the portal's FPortalArrowStyle.cornerSpacing.

  ┌────────────┐          ┌────────────┐          ┌────────────┐
  │   portal   │          │   portal   │          │   portal   │
  ╰────╮  ╭────╯          ╰───────╮  ╭─╯          ╰────────────╯
        ╲╱                         ╲╱
     ┌──────┐                     ┌──────┐                     ┌──────┐
     │child │                     │child │                     │child │
     └──────┘                     └──────┘                     └──────┘
     centered              shifted inward                    hidden

Implementation

static const FPortalArrowAlignment childCenter = _ChildCenter();