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

13 lines
353 B
C++

#include "FortAthenaVehicleInputStateUnreliable.h"
FFortAthenaVehicleInputStateUnreliable::FFortAthenaVehicleInputStateUnreliable() {
this->ForwardAlpha = 0.00f;
this->RightAlpha = 0.00f;
this->PitchAlpha = 0.00f;
this->LookUpDelta = 0.00f;
this->TurnDelta = 0.00f;
this->SteerAlpha = 0.00f;
this->GravityOffset = 0.00f;
}