Tala Esenlikler
Prompt Blueprint Library

AreNonFocusedInteractionPromptsSuppressed

Returns true while non-focused generated interaction prompts are suppressed for the local player resolved from context.

Interaction Framework 1.0.0 UE5.7 Function UInteractionUIPromptBlueprintLibrary

Convenience Blueprint helper for checking whether non-focused prompt suppression is active on the local player UI manager.

Owner UInteractionUIPromptBlueprintLibrary
Module InteractionFrameworkUI
Category InteractionUI|Prompt
UFUNCTION(BlueprintPure, Category = "InteractionUI|Prompt", meta = (WorldContext = "WorldContextObject"))
static bool AreNonFocusedInteractionPromptsSuppressed(const UObject* WorldContextObject);

Parameters

Inputs
WorldContextObject
const UObject*

Context used to resolve the local player UI manager.

Return Value

bool

True when non-focused prompt suppression is active.

Use Cases

  • Control generated interaction prompt presentation from local UI flow.

Related Docs