Finding highest level parent

I solved my issue by looping a few nodes and using “Get Attach Parent Actor” and checking if it returns null, if it did it was the highest parent, if not id set the variable to this new parent and lopp again.

1 Like