Tala Esenlikler
Manager Subsystem

AreNonFocusedInteractionPromptsSuppressed

Returns true while non-focused generated interaction prompt widgets are suppressed.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIManagerSubsystem

Returns true when at least one non-focused prompt suppression reason is active for this local player.

Owner UInteractionUIManagerSubsystem
Module InteractionFrameworkUI
Category InteractionUI|Prompt
UFUNCTION(BlueprintPure, Category = "InteractionUI|Prompt")
bool AreNonFocusedInteractionPromptsSuppressed() const;

Return Value

bool

True when non-focused prompt suppression is active.

Use Cases

  • Control generated interaction prompt presentation from local UI flow.

Related Docs