DRG-Femboy-Voice/Source/FSD/Private/InstancedNiagaraComponent.cpp
2025-04-15 12:39:31 -07:00

12 lines
350 B
C++
Executable file

#include "InstancedNiagaraComponent.h"
void UInstancedNiagaraComponent::SpawnParticlesFromName(const FVector Location, const FName EmitterName) {
}
void UInstancedNiagaraComponent::SpawnParticles(const FVector Location, const int32 EmitterIndex) {
}
UInstancedNiagaraComponent::UInstancedNiagaraComponent() {
this->NiagaraComponent = NULL;
}