Your IP address will be publicly visible if you make any edits.
Translations:ContinuouslyChanging/6/en
From Resonite Wiki
More actions
In this example, a ContinuouslyChangingRelay is connected to one root slot, getting its name, and plugged into an Add node with a FindChildByName. The string display is flagged as ContinuouslyChanging due to depending on the continuously changing relay. Because of this, the Find Child By Name node is evaluated every frame, even if its output itself is not being plugged into its own ContinuouslyChanging node. Additionally, despite the node chain being evaluated every frame, the slot display will not be evaluated every frame, and is not marked ContinuouslyChanging, because it does not depend on the continuously changing relay.