Tala Esenlikler
Widget Base

GetScreenSpaceAnchorOffsetNormalized

Returns the normalized screen-space anchor offset override.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Returns the normalized screen-space anchor offset override.

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")
FVector2D GetScreenSpaceAnchorOffsetNormalized() const;

Return Value

FVector2D

Returns the normalized screen-space anchor offset override.

Use Cases

  • Read screen space anchor offset normalized and handle the missing-data case explicitly.

Related Docs