UParticleModule::PrepPerInstanceBlock

Allows the module to prep its 'per-instance' data block.

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 uint32 PrepPerInstanceBlock
(
    FParticleEmitterInstance * Owner,
    void * InstData
)

Remarks

Allows the module to prep its 'per-instance' data block.

Parameters

Parameter

Description

Owner

The FParticleEmitterInstance that 'owns' the particle.

InstData

Pointer to the data block for this module.

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