Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FScreenshotRequest > API/Runtime/Engine/FScreenshotRequest/RequestScreenshot
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/UnrealClient.h |
| Include | #include "UnrealClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealClient.cpp |
static void RequestScreenshot
&40;
const FString & InFilename,
bool bInShowUI,
bool bAddFilenameSuffix,
bool bHdrScreenshot
&41;
Remarks
Requests a new screenshot with a specific filename
Parameters
| Name | Description |
|---|---|
| InFilename | The filename to use |
| bInShowUI | Whether or not to show SlateUI |
| bAddFilenameSuffix | Whether an auto-generated unique suffix should be added to the supplied filename |