Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Kill > UParticleModuleKillHeight
- UParticleModule::Render3DPreview()
- UParticleModuleKillHeight::Render3DPreview()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillHeight.h |
Include | #include "Particles/Kill/ParticleModuleKillHeight.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual void Render3DPreview
&40;
FParticleEmitterInstance &42; Owner,
const FSceneView &42; View,
FPrimitiveDrawInterface &42; PDI
&41;
Remarks
Render the modules 3D visualization helper primitive.
Parameters
Name | Description |
---|---|
Owner | The FParticleEmitterInstance that 'owns' the module. |
View | The scene view that is being rendered. |
PDI | The FPrimitiveDrawInterface to use for rendering. |