Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UParticleSystemComponent
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
Include | #include "Particles/ParticleSystemComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp |
FParticleDynamicData &42; CreateDynamicData
&40;
ERHIFeatureLevel::Type InFeatureLevel
&41;
Remarks
Creates dynamic particle data for rendering the particle system this frame. This function handle creation of dynamic data for regularly simulated particles, but also handles capture and playback of particle replay data. Returns the dynamic data to render this frame
Parameters
Name | Description |
---|---|
InFeatureLevel | The relevant shader feature level. |