UParticleModuleLocationBoneSocket::PrepPerInstanceBlock

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UParticleModule::PrepPerInstanceBlock()

UParticleModuleLocationBoneSocket::PrepPerInstanceBlock()

References

Module

Engine

Header

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

Include

#include "Particles/Location/ParticleModuleLocationBoneSocket.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Location.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.