That didn’t really help. My point is that I can’t to be a way to cast to a variable class without using several conditional branches and checks, which isn’t efficient or scalable. For instance say I want to take an object return value and cast it to a class, but the class I want to cast it to depends on some other conditions (the class is variable and will change with execution.)
That’s the kind of node I am looking for. If it exists, where do I find it? Also, if it doesn’t exist How would I go about doing this in the most scalable (and hopefully efficient) way possible?