12 lines
350 B
C++
Executable file
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;
|
|
}
|
|
|