Tala Esenlikler
Widget Base

GetProjectionHorizontalAlignment

Returns horizontal projection alignment.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Returns horizontal projection alignment.

Use this read-only check while building prompt UI and widget presentation logic. It does not author new target definition data by itself.

Owner UInteractionUIWidgetBase
Module InteractionFrameworkUI
Category InteractionUI
UFUNCTION(BlueprintPure, Category = "InteractionUI")
EInteractionUIHorizontalAlignment GetProjectionHorizontalAlignment() const;

Return Value

Returns horizontal projection alignment.

Use Cases

  • Read projection horizontal alignment and handle the missing-data case explicitly.

Related Docs