How can I set character movement relative to static camera?

Hey guys,

I’ve been trying to create a static Resident Evil/ Fatal Frame like camera effect. The camera now works via a trigger but how do I set the characters movement relative to the cameras position? So when i get a new camera the left is set to ‘A’ and forward set to ‘W’?
Thank you in advance!

Can i bump this? if so,

BUMP!

Did you ever solve this? I’ve got the same problem.

I made a variable in character bp, made it a rotator.
In the lvl bp (change tick to… on event begin overlap or something) I get the rotation from camera.
cast it to the char BP.
and back in character bp i use that for direction