Navigation
Unreal Engine C++ API Reference > Runtime > SlateRHIRenderer > Interfaces > ISlate3DRenderer
References
Module | SlateRHIRenderer |
Header | /Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h |
Include | #include "Interfaces/ISlate3DRenderer.h" |
void DrawWindow_GameThread
&40;
FSlateDrawBuffer & DrawBuffer
&41;
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
Name | Description |
---|---|
DrawBuffer | The draw buffer to prepare |