Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/APlayerController
- APlayerController::UpdateRotation()
- ADebugCameraController::UpdateRotation()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h |
| Include | #include "GameFramework/PlayerController.h" |
virtual void UpdateRotation
(
float DeltaTime
)
Remarks
Updates the rotation of player, based on ControlRotation after RotationInput has been applied. This may then be modified by the PlayerCamera, and is passed to Pawn->FaceRotation().