Tala Esenlikler
Manager Subsystem

GetFocusProjection

Returns current focus projection for the owner HUD.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIManagerSubsystem

Returns current focus projection for the owner HUD.

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

Owner UInteractionUIManagerSubsystem
Module InteractionFrameworkUI
Category InteractionUI
UFUNCTION(BlueprintPure, Category = "InteractionUI")
const FInteractionUIFocusProjection& GetFocusProjection() const;

Return Value

Returns current focus projection for the owner HUD.

Use Cases

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

Related Docs