Tala Esenlikler

EInteractionUIHorizontalAlignment

Horizontal alignment used when positioning projected interaction widgets.

Interaction Framework 1.0.0 UE5.7 Enum InteractionUIWidgetBase.h

Horizontal alignment used when positioning projected interaction widgets.

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

Values

Left 0
Align the widget's left side to the projected point.
Center 1
Align the widget center to the projected point.
Right 2
Align the widget's right side to the projected point.

Related Docs