Files
2026-04-22 15:51:07 +02:00

13 lines
360 B
C++

#include "FortVehicleAudioOneshotGate.h"
FFortVehicleAudioOneshotGate::FFortVehicleAudioOneshotGate() {
this->GateValue = 0.00f;
this->Direction = EVehicleAudioTriggerDir::Forward;
this->FadeWhenOutsideGate = false;
this->Sound = NULL;
this->MinTimeSinceTrigger = 0.00f;
this->InterruptFadeTime = 0.00f;
this->AudioComp = NULL;
}