Tala Esenlikler
Prompt Blueprint Library

EndInteractionFlowGuard

Ends one flow guard reason on the local player interactor.

Interaction Framework 1.0.0 UE5.7 Function UInteractionUIPromptBlueprintLibrary

Convenience Blueprint helper that ends one flow guard reason on the local player interactor. Widgets should call this after their guarded transition finishes.

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

Related Docs