Tala Esenlikler

EInteractionUIVerticalAlignment

Vertical alignment used when positioning projected interaction widgets.

Interaction Framework 1.0.0 UE5.7 Enum InteractionUIWidgetBase.h

Vertical alignment used when positioning projected interaction widgets.

Module InteractionFrameworkUI
Category ui
UENUM(BlueprintType)
enum class EInteractionUIVerticalAlignment : uint8

Values

Top 0
Align the widget's top edge to the projected point.
Center 1
Align the widget center to the projected point.
Bottom 2
Align the widget's bottom edge to the projected point.

Related Docs