ISlate3DRenderer::DrawWindow_GameThread

Batches the draw elements in the buffer to prepare it for rendering.

Windows
MacOS
Linux

References

Module

SlateRHIRenderer

Header

/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h

Include

#include "Interfaces/ISlate3DRenderer.h"

Syntax

void DrawWindow_GameThread
(
    FSlateDrawBuffer & DrawBuffer
)

Remarks

Batches the draw elements in the buffer to prepare it for rendering. Call in the game thread before sending to the render thread.

Parameters

Parameter

Description

DrawBuffer

The draw buffer to prepare

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