Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Color > UParticleModuleColorOverLife
- UParticleModule::SetToSensibleDefaults()
- UParticleModuleColorOverLife::SetToSensibleDefaults()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorOverLife.h |
Include | #include "Particles/Color/ParticleModuleColorOverLife.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Color.cpp |
virtual void SetToSensibleDefaults
&40;
UParticleEmitter &42; Owner
&41;
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. |