So I’m making a duplicate of the function Possess, but without the rotation update on possess. I can tell what every line of code does except this one:
REDIRECT_OBJECT_TO_VLOG(InPawn, this);
So I’m making a duplicate of the function Possess, but without the rotation update on possess. I can tell what every line of code does except this one:
REDIRECT_OBJECT_TO_VLOG(InPawn, this);
That’s something to do with the Log File or Log Output I believe… I think it’s telling the Pawn to re-route any Controller-Based logging through this new controller. Could be wrong though (more of an educated guess than anything with proof ;))
Thanks man