UParticleModuleLocationSkelVertSurface::FinalUpdate

Called on an emitter when all other update operations have taken place INCLUDING bounding box cacluations!

Windows
MacOS
Linux

Override Hierarchy

UParticleModule::FinalUpdate()

UParticleModuleLocationSkelVertSurface::FinalUpdate()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationSkelVertSurface.h

Include

#include "Particles/Location/ParticleModuleLocationSkelVertSurface.h"

Source

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

Syntax

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

Remarks

Called on an emitter when all other update operations have taken place INCLUDING bounding box cacluations!

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