Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include | #include "ParticleHelper.h" |
void GetDynamicValueFromPayload
(
int32 InDynamicPayloadOffset,
const FBaseParticle & InParticle,
FVector4f & OutDynamicData
)
Remarks
Helper function for retrieving the dynamic payload of a particle.
Parameters
| Name | Description |
|---|---|
| InDynamicPayloadOffset | The offset to the payload |
| InParticle | The particle being processed |
| OutDynamicData | The dynamic data from the particle |