Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FFXSystemInterface > API/Runtime/Engine/FFXSystemInterface/DrawDebug_RenderThread
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/FXSystem.h |
| Include | #include "FXSystem.h" |
virtual void DrawDebug_RenderThread
(
FRDGBuilder & GraphBuilder,
const FSceneView & 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
| Name | Description |
|---|---|
| GraphBuilder | Render Graph Builder to use |
| View | The view we are rendering for |
| Output | The output buffer information |