Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h |
Include |
#include "Interfaces/ISlate3DRenderer.h" |
class ISlate3DRenderer : public TSharedFromThis< ISlate3DRenderer, ESPMode::ThreadSafe >
Name | Description | |
---|---|---|
|
~ISlate3DRenderer() |
Name | Description | ||
---|---|---|---|
|
DrawWindow_GameThread ( |
Batches the draw elements in the buffer to prepare it for rendering. |
|
|
DrawWindowToTarget_RenderThread ( |
Renders the batched draw elements of the draw buffer to the given render target. |
|
|
FSlateDrawBu... |
GetDrawBuffer() |
|
|
SetApplyColorDeficiencyCorrection ( |
||
|
SetUseGammaCorrection ( |
Set if this renderer should render in gamma space by default. |