9 lines
424 B
C++
Executable file
9 lines
424 B
C++
Executable file
#include "FirstPersonNiagaraComponent.h"
|
|
|
|
UNiagaraComponent* UFirstPersonNiagaraComponent::SpawnFirstPersonEmitterAttached(UNiagaraSystem* inNiagaraSystem, USceneComponent* AttachToComponent, FName AttachPointName, FVector Location, FRotator Rotation, FVector Scale, TEnumAsByte<EAttachLocation::Type> LocationType, bool inAutoDestroy) {
|
|
return NULL;
|
|
}
|
|
|
|
UFirstPersonNiagaraComponent::UFirstPersonNiagaraComponent() {
|
|
}
|
|
|