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

11 lines
263 B
C++

#include "FortVehicleAudioParam.h"
FFortVehicleAudioParam::FFortVehicleAudioParam() {
this->Value = 0.00f;
this->InterpType = EVehicleAudioInterpolationType::None;
this->Curve = NULL;
this->AttackSpeed = 0.00f;
this->ReleaseSpeed = 0.00f;
}