FFXSystemInterface::PostRenderOpaque

Notification from the renderer that opaque primitives have rendered.

Windows
MacOS
Linux

Override Hierarchy

FFXSystemInterface::PostRenderOpaque()

NiagaraEmitterInstanceBatcher::PostRenderOpaque()

References

Module

Engine

Header

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

Include

#include "FXSystem.h"

Syntax

void PostRenderOpaque
(
    FRHICommandListImmediate & RHICmdList,
    FRHIUniformBuffer * ViewUniformBuffer,
    const class FShaderParametersMetadata * SceneTexturesUniformBufferStruct,
    FRHIUniformBuffer * SceneTexturesUniformBuffer,
    bool bAllowGPUParticleUpdate
)

Remarks

Notification from the renderer that opaque primitives have rendered.

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