Hey,
I am trying to get the location from an Actor inside my Character Class to always face in his direction, but I cant get the variable to work, it says that the actor is always at x=0, y=0 and z=0 but it definitely is not! Can someone please explain what I have to do to set up a variable inside my Character class to get a reference from an Actor?
There are several ways. This is one:
- create the reference variable in the player BP;
- In your Actor BP, you get the player and set the reference:
- in your character BP you now can get its location:


