What is rotate vector around axis

I am an animator studying Unreal.

I’m trying to get a value using the current rotate vector around axis node, but I do not understand how three of the InVector, AngleDegree, and Axis things work and return a value. I would be very grateful if anyone could help me.

Method RotateVectorAroundAxis takes in three parameters. First is vector you want to rotate. Second is angle in degrees you want to rotate vector. Third is on what axis you want to rotate vector, this could be forward vector or what ever you need.

Some cool visuals, i made in paint:

274354-paintvisualspro.png

Updated my wording a little.

4 Likes

Thank you for your answer.
it seems to be understandable to some extent by your explanation.
I think your picture is very cool. thank you very much :slight_smile:

Thanks, i’m also very proud of that picture. Also, I updated my wording a little bit

the return value is not a rotator though. what does it return?