Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAnimInput_AdjustedAimOffset.cpp
2026-04-22 15:51:07 +02:00

10 lines
258 B
C++

#include "FortAnimInput_AdjustedAimOffset.h"
FFortAnimInput_AdjustedAimOffset::FFortAnimInput_AdjustedAimOffset() {
this->YawOffset = 0.00f;
this->PitchOffset = 0.00f;
this->TargetingYawOffset = 0.00f;
this->TargetingPitchOffset = 0.00f;
}