What is difference of two blueprint rotation ?

hi , unreal engine tutorials use this blueprint for character movement

but i use this blueprint and works well , but what is difference and has it disadvantage ?

r2.PNG

The reason the tutorials use that is to limit the degree of movement the character has. If your character needs to have three degrees of freedom then your method is perfectly fine. It also may save a few ms over some frames.

EDIT : Grammar

thanks mate.