Returns true when at least one full prompt suppression reason is active for this local player.
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.