Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/RotationRate
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleRotationRateBase
- UParticleModuleMeshRotationRateOverLife
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRateOverLife.h |
| Include | #include "Particles/RotationRate/ParticleModuleMeshRotationRateOverLife.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, Meta=(DisplayName="Mesh Rotation Rate over Life"))
class UParticleModuleMeshRotationRateOverLife : public UParticleModuleRotationRateBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bScaleRotRate | If true, scale the current rotation rate by the value retrieved. | |
| FRawDistributionVector | RotRate | The rotation rate desired. The value is retrieved using the RelativeTime of the particle. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UParticleModuleMeshRotationRateOverLife
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initializes the default values for this property |
Overridden from UParticleModule
| Type | Name | Description | |
|---|---|---|---|
| void | SetToSensibleDefaults
(
UParticleEmitter* Owner |
For Cascade. | |
| void | Spawn
(
FParticleEmitterInstance* Owner, |
Called on a particle that is freshly spawned by the emitter. | |
| bool | Return true if this module impacts rotation of Mesh emitters | ||
| 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. |