Files
FNGameProj/Source/FortniteGame/Private/FortGameplayCueNotify_Burst.cpp
T
2024-03-03 23:44:39 +01:00

11 lines
422 B
C++

#include "FortGameplayCueNotify_Burst.h"
void UFortGameplayCueNotify_Burst::OnBurst_Implementation(AActor* MyTarget, const FGameplayCueParameters& Parameters, const TArray<UParticleSystemComponent*>& ParticleComponents, const TArray<UAudioComponent*>& AudioComponents, UCameraShake* BurstCameraShakeInstance, ADecalActor* BurstDecalInstance) const {
}
UFortGameplayCueNotify_Burst::UFortGameplayCueNotify_Burst() {
}