MothCocoon / FlowGraph

Design-agnostic node system for scripting game’s flow in Unreal Engine

Home Page:https://discord.gg/Xmtr6GhbmW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: check if output pin is connected

darth-biomech opened this issue · comments

A way to checking if the output pin is connected to anything would be nice, to catch situations when the flow ends abruptly with the potential to stall the entire system.

@darth-biomech Just exposed IsOutputConnected method, available in C++ and blueprints. I hope this is what you need! :)