Files
FNGameProj/Source/FortniteGame/Private/FortChaseCameraHelper.cpp
T
2024-06-07 01:17:09 +02:00

15 lines
402 B
C++

#include "FortChaseCameraHelper.h"
FFortChaseCameraHelper::FFortChaseCameraHelper() {
CameraToPivotAlphaInterpSpeed = 1;
CameraCollisionSphereRadius = 1;
PivotLocationInterpSpeed = 1;
PivotRotationInterpSpeed = 1;
AutoFollowMode = EThirdPersonAutoFollowMode::Off;
CameraTruckRate = 1;
AutoFollowPitch = 1;
LazyAutoFollowPitchMin = 1;
LazyAutoFollowPitchMax = 1;
}