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

12 lines
286 B
C++

#include "FortAnimInput_AdjustedAim.h"
FFortAnimInput_AdjustedAim::FFortAnimInput_AdjustedAim() {
this->YawOffset = 0.00f;
this->PitchOffset = 0.00f;
this->YawScale = 0.00f;
this->PitchScale = 0.00f;
this->ResultingYaw = 0.00f;
this->ResultingPitch = 0.00f;
}