Tala Esenlikler
Manager Subsystem

SuppressNonFocusedInteractionPrompts

Suppresses generated prompt widgets that are not the focused interaction widget for this local player.

Interaction Framework 1.0.0 UE5.7 Function UInteractionUIManagerSubsystem

Suppresses generated prompt widgets that are not the focused interaction widget for this local player.

Use this when the active prompt should remain available but nearby or passive prompts should stay hidden while another focused UI flow is open.

Owner UInteractionUIManagerSubsystem
Module InteractionFrameworkUI
Category InteractionUI|Prompt
UFUNCTION(BlueprintCallable, Category = "InteractionUI|Prompt")
void SuppressNonFocusedInteractionPrompts(FName Reason);

Parameters

Inputs
Reason
FName

Local ownership key, such as Inventory, Inspection, ModalFlow, or Cinematic.

Use Cases

  • Control generated interaction prompt presentation from local UI flow.

Related Docs