Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/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 * CreateDynamicData
(
ERHIFeatureLevel::Type InFeatureLevel
)
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. |