Tala Esenlikler
Prompt Blueprint Library

AreInteractionPromptsSuppressed

Returns true while all 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 full 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 AreInteractionPromptsSuppressed(const UObject* WorldContextObject);

Parameters

Inputs
WorldContextObject
const UObject*

Context used to resolve the local player UI manager.

Return Value

bool

True when full prompt suppression is active.

Use Cases

  • Control generated interaction prompt presentation from local UI flow.

Related Docs