Tala Esenlikler
Manager Subsystem

AreInteractionPromptsSuppressed

Returns true while generated interaction prompts and prompt-driven input are suppressed.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIManagerSubsystem

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

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

Return Value

bool

True when full prompt suppression is active.

Use Cases

  • Control generated interaction prompt presentation from local UI flow.

Related Docs