Tala Esenlikler
Widget Base

Projection Horizontal Alignment

Horizontal alignment used by projection positioning.

Interaction Framework 1.0.0 UE5.8 EInteractionUIHorizontalAlignment UInteractionUIWidgetBase InteractionUIWidgetBase.h

Horizontal alignment used by projection positioning.

This enum selection (EInteractionUIHorizontalAlignment) 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")
EInteractionUIHorizontalAlignment ProjectionHorizontalAlignment = EInteractionUIHorizontalAlignment::Center;

Related Docs