mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
11 lines
263 B
C++
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;
|
|
}
|
|
|