ICustomSlateElement::DrawRenderThread

Called from the rendering thread when it is time to render the element

Windows
MacOS
Linux

Override Hierarchy

ICustomSlateElement::DrawRenderThread()

FDebugCanvasDrawer::DrawRenderThread()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h

Include

#include "Rendering/RenderingCommon.h"

Syntax

void DrawRenderThread
(
    class FRHICommandListImmediate & RHICmdList,
    const void * RenderTarget
)

Remarks

Called from the rendering thread when it is time to render the element

this is already bound by Slate initially

Parameters

Parameter

Description

RenderTarget

handle to the platform specific render target implementation.

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