UParticleModule::Update

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h

Include

#include "Particles/ParticleModule.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp

Syntax

virtual void Update
(
    FParticleEmitterInstance * Owner,
    int32 Offset,
    float DeltaTime
)

Remarks

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

Parameters

Parameter

Description

Owner

The FParticleEmitterInstance that 'owns' the particle.

Offset

The modules offset into the data payload of the particle.

DeltaTime

The time since the last update.

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