Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Light > API/Runtime/Engine/Particles/Light/UParticleModuleLight
- UParticleModule::SetToSensibleDefaults()
- UParticleModuleLight::SetToSensibleDefaults()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight.h |
| Include | #include "Particles/Light/ParticleModuleLight.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual void SetToSensibleDefaults
(
UParticleEmitter * Owner
)
Remarks
Called when the module is created, this function allows for setting values that make sense for the type of emitter they are being used in.
Parameters
| Name | Description |
|---|---|
| Owner | The UParticleEmitter that the module is being added to. |