Tala Esenlikler
Prompt Blueprint Library

BeginInteractionFlowGuard

Starts a flow guard on the local player interactor.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIPromptBlueprintLibrary

Convenience Blueprint helper that starts a flow guard on the local player interactor resolved from the supplied context.

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

Related Docs