Tala Esenlikler
Widget Base

HasProjectedScreenPosition

Returns true when the widget has a cached projected screen position.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Returns true when the widget has a cached projected screen position.

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")
bool HasProjectedScreenPosition() const;

Return Value

bool

Returns true when the widget has a cached projected screen position.

Use Cases

  • Use during prompt UI and widget presentation workflows when returns true when the widget has a cached projected screen position..

Related Docs