One nasty example might be a large Find Child By Name being combined into a Get Forward node. Because Get Forward is marked as ContinuouslyChanging, it will force the Find Child By Name to evaluate every update, which can exceptionally hurt framerate. A way to avoid this frame loss would be writing the result of the Find Child By Name into a Data Model Store whenever necessary.