Tala Esenlikler
Interactor Component

AreInteractionFlowGuardsActive

Returns true while any presentation flow guard is active.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeInteractorComponent

Returns true while any presentation flow guard is active on this interactor.

Useful for widgets that need to avoid starting another guarded flow while one is already closing.

Owner UInteractionRuntimeInteractorComponent
Module InteractionFrameworkRuntime
Category ui
UFUNCTION(BlueprintPure, Category = "InteractionRuntime|Flow Guard")
bool AreInteractionFlowGuardsActive() const;

Related Docs