FNiagaraSceneProxy::GatherSimpleLights

Virtual bool [CanBeOccluded() const ](API\Runtime\Engine\FPrimitiveSceneProxy\CanBeOccluded)override { return !MaterialRelevance.bDisableDepthTest; }Callback from the renderer to gather simple lights that this proxy wants renderered.

Windows
MacOS
Linux

Override Hierarchy

FPrimitiveSceneProxy::GatherSimpleLights()

FNiagaraSceneProxy::GatherSimpleLights()

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h

Include

#include "NiagaraComponent.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp

Syntax

virtual void GatherSimpleLights
(
    const FSceneViewFamily & ViewFamily,
    FSimpleLightArray & OutParticleLights
) const

Remarks

Virtual bool CanBeOccluded() const override { return !MaterialRelevance.bDisableDepthTest; }Callback from the renderer to gather simple lights that this proxy wants renderered.

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