Tala Esenlikler
Widget Base

Projection Vertical Alignment

Vertical alignment used by projection positioning.

Interaction Framework 1.0.0 UE5.8 EInteractionUIVerticalAlignment UInteractionUIWidgetBase InteractionUIWidgetBase.h

Vertical alignment used by projection positioning.

This enum selection (EInteractionUIVerticalAlignment) belongs to UInteractionUIWidgetBase under InteractionUI|Projection.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner UInteractionUIWidgetBase
Module InteractionFrameworkUI
Category InteractionUI|Projection
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionUI|Projection")
EInteractionUIVerticalAlignment ProjectionVerticalAlignment = EInteractionUIVerticalAlignment::Center;

Related Docs