FFXSystemInterface::PreRender

Notification from the renderer that it is about to draw FX belonging to this system.

Windows
MacOS
Linux

Override Hierarchy

FFXSystemInterface::PreRender()

NiagaraEmitterInstanceBatcher::PreRender()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/FXSystem.h

Include

#include "FXSystem.h"

Syntax

void PreRender
(
    FRHICommandListImmediate & RHICmdList,
    const class FGlobalDistanceFieldParameterData * GlobalDistanceFieldParameterData,
    bool bAllowGPUParticleSceneUpdate
)

Remarks

Notification from the renderer that it is about to draw FX belonging to this system.

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