Convenience Blueprint helper that starts a flow guard on the local player interactor resolved from the supplied context.
UFUNCTION(BlueprintCallable, Category = "InteractionUI|Flow Guard", meta = (WorldContext = "WorldContextObject"))
static bool BeginInteractionFlowGuard(const UObject* WorldContextObject, FName Reason, FName EventTag = NAME_None);