Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorScaleOverLife.h |
Include |
#include "Particles/Color/ParticleModuleColorScaleOverLife.h" |
class UParticleModuleColorScaleOverLife : public UParticleModuleColorBase
Name | Description | ||
---|---|---|---|
|
AlphaScaleOverLife |
The scale factor for the alpha. |
|
|
uint32: 1 |
bEmitterTime |
Whether it is EmitterTime or ParticleTime related. |
|
ColorScaleOverLife |
The scale factor for the color. |
Name | Description | |
---|---|---|
|
UParticleModuleColorScaleOverLife ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
CompileModule ( |
Called once to compile the effects of this module on runtime simulation. |
|
|
GetCustomMenuEntryDisplayString |
Get the display name of the custom menu entry. |
|
|
GetNumberOfCustomMenuOptions() |
Custom Cascade module menu entries support Get the number of custom entries this module has. |
|
|
PerformCustomMenuEntry ( |
Perform the custom menu entry option. |
|
|
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. |