케릭터 돌리기

케릭터 돌리는 함수. Controller.Pawn.SetRotation(CharacterRot); 관련된 다른 함수들. Controller.Pawn.SetDesiredRotation(ViewRotation); Controller.ProcessViewRotation( DeltaTime, ViewRotation, DeltaRot ); Controller.SetRotation(ViewRotation); Controller.Pawn.FaceRotation(NewRotation, DeltaTime);