FFXSystemInterface::DrawDebug_RenderThread

Draw desired debug information related to the effects system on the render thread.

Windows
MacOS
Linux

Override Hierarchy

FFXSystemInterface::DrawDebug_RenderThread()

NiagaraEmitterInstanceBatcher::DrawDebug_RenderThread()

References

Module

Engine

Header

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

Include

#include "FXSystem.h"

Syntax

virtual void DrawDebug_RenderThread
(
    class FRDGBuilder & GraphBuilder,
    const class FViewInfo & View,
    const struct FScreenPassRenderTarget & Output
)

Remarks

Draw desired debug information related to the effects system on the render thread. This is called at the end of the rendering when

Parameters

Parameter

Description

GraphBuilder

Render Graph Builder to use

View

The view we are rendering for

Output

The output buffer information

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