Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationOverLifetime.h |
Include |
#include "Particles/Rotation/ParticleModuleRotationOverLifetime.h" |
class UParticleModuleRotationOverLifetime : public UParticleModuleRotationBase
Name | Description | ||
---|---|---|---|
|
RotationOverLife |
The rotation of the particle (1.0 = 360 degrees). |
|
|
uint32: 1 |
Scale |
If true, the particle rotation is multiplied by the value retrieved from RotationOverLife. |
Name | Description | |
---|---|---|
|
UParticleModuleRotationOverLifetime ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
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. |