Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Size
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleSizeBase
- UParticleModuleSizeScaleBySpeed
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScaleBySpeed.h |
| Include | #include "Particles/Size/ParticleModuleSizeScaleBySpeed.h" |
Syntax
class UParticleModuleSizeScaleBySpeed : public UParticleModuleSizeBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | MaxScale | The maximum amount by which to scale a particle in each dimension. | |
| FVector2D | SpeedScale | By how much speed affects the size of the particle in each dimension. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UParticleModuleSizeScaleBySpeed
(
const FObjectInitializer& ObjectInitializer |
Overridden from UParticleModule
| Type | Name | Description | |
|---|---|---|---|
| void | CompileModule
(
FParticleEmitterBuildInfo& EmitterInfo |
Compile the effects of this module on runtime simulation. | |
| void | Update
(
FParticleEmitterInstance* Owner, |
Called on a particle that is being updated by its emitter. |