if a variable dedicated to a specific class is present, then would it not be safe to connect the desired nodes to its signals upon creation?
e.g. My Actor node always comes with Status (you could say they are inseperable, i only segregate them for OOP parroting) on initialization.
Speaking of inseperability, is creating a distinct Status class within the same file as Actor effective?