UParticleModuleSizeScaleBySpeed

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public variable

FVector2D

 

MaxScale

The maximum amount by which to scale a particle in each dimension.

Public variable

FVector2D

 

SpeedScale

By how much speed affects the size of the particle in each dimension.

Constructors

Name Description

Public function

UParticleModuleSizeScaleBySpeed

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UParticleModule

Name Description

Public function Virtual

void

 

CompileModule

(
    FParticleEmitterBuildInfo& Emitter...
)

Compile the effects of this module on runtime simulation.

Public function Virtual

void

 

Update

(
    FParticleEmitterInstance* Owne...,
    int32 Offset,
    float DeltaTime
)

Called on a particle that is being updated by its emitter.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss