Self

The Self Node provides a reference to whatever the current logic graph is running on.
Depending on where the graph is defined, this may be an Object Instance, a Location, a Screen, or the Game Logic.
This is useful when passing the current logic context into nodes that accept a Ref input, especially when the graph also works with other references and you want to make the current context explicit.