Rotation := FortniteCharacter.GetTransform().Rotation
You can get the orientation of the character’s body with the code above.
Can I get the player’s aim direction?
Rotation := FortniteCharacter.GetTransform().Rotation
You can get the orientation of the character’s body with the code above.
Can I get the player’s aim direction?
GetViewRotation()
Is this what I should use?
I managed to write the code.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.