Tala Esenlikler
Widget Base

GetCurrentVisibilityScope

Returns the visibility scope of the current projection.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Returns the visibility scope of the current projection.

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")
EInteractionUIProjectionVisibilityScope GetCurrentVisibilityScope() const;

Return Value

Returns the visibility scope of the current projection.

Use Cases

  • Read current visibility scope and handle the missing-data case explicitly.

Related Docs