Reply To: Transform.Find wrapper (get descendant ny name)

Forums 💬 NodeCanvas 🤩 Custom Nodes and Tasks Transform.Find wrapper (get descendant ny name) Reply To: Transform.Find wrapper (get descendant ny name)

#12912
bcristian
Participant

    Yes, but there is a big caveat to using ScriptControl/ExecuteFunction for this: it will succeed even if the child is not found.
    Obvious if one stops to think about how a generic method invocation action would work and what status is returns, but all to easy to expect that it will return it the child is found or not, and be left scratching one’s head at the seemingly puzzling behavior. Or at least it was for me 😀