Files
FNGameProj/Source/FortniteGame/Private/FortGamepadSettingsV2.cpp
2024-01-21 00:41:14 +01:00

15 lines
435 B
C++

#include "FortGamepadSettingsV2.h"
UFortGamepadSettingsV2::UFortGamepadSettingsV2() {
this->LookInputCurve = NULL;
this->LookRateSensitivityCurve = NULL;
this->LookPitchScale = 0.60f;
this->LookInnerAccelTime = 0.20f;
this->LookInnerDecelTime = 0.10f;
this->LookOuterAccelDeflection = 0.95f;
this->LookOuterAccelScale = 0.60f;
this->LookOuterAccelTime = 0.20f;
this->LookOuterDecelTime = 0.20f;
}