Scene camera inherit yaw

This commit is contained in:
nsubiron 2017-04-06 18:53:53 +02:00
parent c498ff357a
commit 47b7512af7
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ ACarlaVehicleController::ACarlaVehicleController() :
SpringArm->CameraRotationLagSpeed = 7.f;
SpringArm->bInheritPitch = false;
SpringArm->bInheritRoll = false;
SpringArm->bInheritYaw = true;
// Do not collide, may clip into level.
SpringArm->bDoCollisionTest = false;