Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > RotationRate
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleRotationRateBase
- UParticleModuleMeshRotationRateMultiplyLife
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRateMultiplyLife.h |
Include | #include "Particles/RotationRate/ParticleModuleMeshRotationRateMultiplyLife.h" |
Syntax
class UParticleModuleMeshRotationRateMultiplyLife : public UParticleModuleRotationRateBase
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FRawDistributionVector | LifeMultiplier | The scale factor that should be applied to the rotation rate. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UParticleModuleMeshRotationRateMultiplyLife
(
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. |
![]() ![]() |
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. |