Tala Esenlikler
Widget Base

GetCurrentProjectionBundle

Returns the full projection bundle currently displayed by this widget.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Returns the full projection bundle currently displayed by this widget.

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")
const FInteractionUIProjectionBundle& GetCurrentProjectionBundle() const;

Return Value

Returns the full projection bundle currently displayed by this widget.

Use Cases

  • Read current projection bundle and handle the missing-data case explicitly.

Related Docs