What if GetActorRotation is not available in Event Graph?

Hey there,

Just a little tip if GetActorRotation does not seem to pop up when you right click in the Event Graph view: try to compile your Blueprint. I’ve been stuck for about 10 minutes because I could not get easily the actor rotation in order to set the Initial Rotation variable.

This was done on UE 4.13, if that matters. Hope this will be useful if anyone else gets stuck there :slight_smile:

Hey kaeril,you cant just right click and find GetActorRotation you need to drag it off an actor because it has to be derived from an actor since you are getting the properties of an actor. :smiley:

For reasons I’m not sure of, the editor wouldn’t let me do this at first. But you’re obviously right, thanks!

1 Like

Privacy & Terms