Tala Esenlikler
Prompt Blueprint Library

ClearInteractionPromptSuppression

Clears one all-prompt suppression reason for the local player resolved from context.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIPromptBlueprintLibrary

Convenience Blueprint helper that resolves the local player UI manager and clears one full prompt suppression reason.

Owner UInteractionUIPromptBlueprintLibrary
Module InteractionFrameworkUI
Category InteractionUI|Prompt
UFUNCTION(BlueprintCallable, Category = "InteractionUI|Prompt", meta = (WorldContext = "WorldContextObject"))
static bool ClearInteractionPromptSuppression(const UObject* WorldContextObject, FName Reason);

Parameters

Inputs
WorldContextObject
const UObject*

Context used to resolve the local player UI manager.

Reason
FName

Local ownership key, such as Inventory, Inspection, ModalFlow, or Cinematic.

Return Value

bool

True when a UI manager was resolved and the clear request was sent.

Use Cases

  • Control generated interaction prompt presentation from local UI flow.

Related Docs