GetDynamicValueFromPayload

Helper function for retrieving the dynamic payload of a particle.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleHelper.h

Include

#include "ParticleHelper.h"

Syntax

void GetDynamicValueFromPayload
(
    int32 InDynamicPayloadOffset,
    const FBaseParticle & InParticle,
    FVector4 & OutDynamicData
)

Remarks

Helper function for retrieving the dynamic payload of a particle.

Parameters

Parameter

Description

InDynamicPayloadOffset

The offset to the payload

InParticle

The particle being processed

OutDynamicData

The dynamic data from the particle

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