UParticleModuleLight::Render3DPreview

Render the modules 3D visualization helper primitive.

Windows
MacOS
Linux

Override Hierarchy

UParticleModule::Render3DPreview()

UParticleModuleLight::Render3DPreview()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight.h

Include

#include "Particles/Light/ParticleModuleLight.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp

Syntax

virtual void Render3DPreview
(
    FParticleEmitterInstance * Owner,
    const FSceneView * View,
    FPrimitiveDrawInterface * PDI
)

Remarks

Render the modules 3D visualization helper primitive.

Parameters

Parameter

Description

Owner

The FParticleEmitterInstance that 'owns' the module.

View

The scene view that is being rendered.

PDI

The FPrimitiveDrawInterface to use for rendering.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss