Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRateMultiplyLife.h |
Include |
#include "Particles/RotationRate/ParticleModuleRotationRateMultiplyLife.h" |
class UParticleModuleRotationRateMultiplyLife : public UParticleModuleRotationRateBase
Name | Description | ||
---|---|---|---|
|
LifeMultiplier |
The scale factor that should be applied to the rotation rate. |
Name | Description | |
---|---|---|
|
UParticleModuleRotationRateMultiplyLife ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
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. |