Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Rotation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleRotationBase
- UParticleModuleRotationOverLifetime
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationOverLifetime.h |
| Include | #include "Particles/Rotation/ParticleModuleRotationOverLifetime.h" |
Syntax
class UParticleModuleRotationOverLifetime : public UParticleModuleRotationBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRawDistributionFloat | 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. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UParticleModuleRotationOverLifetime
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initializes the default values for this property |
Overridden from UParticleModule
| Type | Name | Description | |
|---|---|---|---|
| void | Update
(
FParticleEmitterInstance* Owner, |
Called on a particle that is being updated by its emitter. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |