Having problems when possessing characters

ok, put a breakpoint on the Possess node after the Set Closest Actor node and then check the value of Closest Actor. Also, it looks like there is a logic error in your For Each Loop. You set a variable called Nearest, but then you never use it. Instead you are always just selecting the last character in the list. You may want to Use Nearest as the input to the Set Closest Actor node.