Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FDynamicMeshEmitterData
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
Include | #include "ParticleHelper.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemRender.cpp |
void GetParticleTransform
&40;
const FBaseParticle & InParticle,
const FParticleSystemSceneProxy &42; Proxy,
const FSceneView &42; View,
FMatrix & OutTransformMat
&41; const
Remarks
Helper function for retrieving the particle transform.
Parameters
Name | Description |
---|---|
InParticle | The particle being processed |
Proxy | The scene proxy for the particle system that owns this emitter |
View | The scene view being rendered |
OutTransform | The InstanceToWorld transform matrix for the particle |