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

15 lines
482 B
C++

#include "GameplayCueNotify_Jetpack_FuelRegen.h"
void AGameplayCueNotify_Jetpack_FuelRegen::ResetBlink_Implementation(AFortPlayerPawn* PlayerPawn) {
}
AGameplayCueNotify_Jetpack_FuelRegen::AGameplayCueNotify_Jetpack_FuelRegen() {
this->bAudioEnabled = false;
this->OnFuelRegenRampComponent = NULL;
this->FuelRegenRampVolumeMultiplier = 0.00f;
this->SoundOnFuelChangeRamp = NULL;
this->SoundOnFuelRecharged = NULL;
this->FuelRegenRampVolumeCurve = NULL;
}