Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorOverLife.h |
Include |
#include "Particles/Color/ParticleModuleColorOverLife.h" |
class UParticleModuleColorOverLife : public UParticleModuleColorBase
Name | Description | ||
---|---|---|---|
|
AlphaOverLife |
The alpha to apply to the particle, as a function of the particle RelativeTime. |
|
|
uint32: 1 |
bClampAlpha |
If true, the alpha value will be clamped to the [0..1] range. |
|
ColorOverLife |
The color to apply to the particle, as a function of the particle RelativeTime. |
Name | Description | |
---|---|---|
|
UParticleModuleColorOverLife ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
AddModuleCurvesToEditor ( |
Add all curve-editable Objects within this module to the curve editor. |
|
|
CompileModule ( |
Called once to compile the effects of this module on runtime simulation. |
|
|
SetToSensibleDefaults ( |
For Cascade. |
|
|
Spawn ( |
Called on a particle that is freshly spawned by the emitter. |
|
|
Update ( |
Called on a particle that is being updated by its emitter. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |