When explore the SillyGeo example project, I found a strange usage of cast node. The screencast is list below.
In this blueprints, the Cast To BP_Player is executed once. After this, the Add Movement Input node get called, and it still can get the Target parameter from Cast To BP_Player node. SO, I think the Cast To BP_Player node saved its output. Did all node have this behavior? Where is the document about this behavior?
Thanks a lot!