Convenience Blueprint helper that resolves the local player UI manager and clears one non-focused prompt suppression reason.
UFUNCTION(BlueprintCallable, Category = "InteractionUI|Prompt", meta = (WorldContext = "WorldContextObject"))
static bool ClearNonFocusedInteractionPromptSuppression(const UObject* WorldContextObject, FName Reason);
Parameters
Inputs
WorldContextObject
Context used to resolve the local player UI manager.
Reason
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.