Tala Esenlikler
Prompt Blueprint Library

AreInteractionFlowGuardsActive

Returns true while any flow guard is active on the local player interactor.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIPromptBlueprintLibrary

Convenience Blueprint helper that returns true while any flow guard is active on the local player interactor.

Owner UInteractionUIPromptBlueprintLibrary
Module InteractionFrameworkUI
Category ui
UFUNCTION(BlueprintPure, Category = "InteractionUI|Flow Guard", meta = (WorldContext = "WorldContextObject"))
static bool AreInteractionFlowGuardsActive(const UObject* WorldContextObject);

Related Docs