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

9 lines
459 B
C++
Executable file

#include "FirstPersonParticleSystemComponent.h"
UParticleSystemComponent* UFirstPersonParticleSystemComponent::SpawnFirstPersonEmitterAttached(UParticleSystem* EmitterTemplate, USceneComponent* AttachToComponent, FName AttachPointName, FVector Location, FRotator Rotation, FVector Scale, TEnumAsByte<EAttachLocation::Type> LocationType, bool bAutoDestroy) {
return NULL;
}
UFirstPersonParticleSystemComponent::UFirstPersonParticleSystemComponent() {
}