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