Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering > API/Runtime/SlateCore/Rendering/FSlateRenderer
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h |
| Include | #include "Rendering/SlateRenderer.h" |
virtual void PrepareToTakeHDRScreenshot
(
const FIntRect & Rect,
TArray < FLinearColor > * OutColorData,
SWindow * InScreenshotWindow
)
Remarks
Prepares the renderer to take a screenshot of the UI. The Rect is portion of the rendered output that will be stored into the TArray of FColors.