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

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() {
}