public T GetValue <T> () { return(connection != null?connection.GetValue <T> () : NodeOutput.getDefault <T> ()); }