Any async nodes are indeed not supported. Normally you can just use delegate bindings to be notified when something changes but there are plugins and some engine nodes which require you to be able to use async nodes. I often create a graph for timelines (if any), a graph for input event nodes, a graph for animation notifies, to keep graph clean. I never needed graph for anything else and do everything with blueprint functions or c++.
1 Like