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

12 lines
258 B
C++

#include "VehiclePawnState.h"
FVehiclePawnState::FVehiclePawnState() {
this->Vehicle = NULL;
this->VehicleApexZ = 0.00f;
this->SeatIndex = 0;
this->ExitSocketIndex = 0;
this->bOverrideVehicleExit = false;
this->EntryTime = 0.00f;
}