Convenience Blueprint helper for checking whether full prompt suppression is active on the local player UI manager.
UFUNCTION(BlueprintPure, Category = "InteractionUI|Prompt", meta = (WorldContext = "WorldContextObject"))
static bool AreInteractionPromptsSuppressed(const UObject* WorldContextObject);
Parameters
Inputs
WorldContextObject
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.