Inspecting a ProtoFlux node in an inspector will provide more information on what nodes are being evaluated every update. Listener nodes will be marked with ContinuouslyChanging: True
in the inspector to indicate that it is evaluating its input every update. If the Group
that any given node is part of has ContinuousChanges
set to True
, then that node is being evaluated every update.