Go to the source code of this file.
|
| | DECLARE_MULTICAST_DELEGATE (FOnScreenshotRequestProcessed) |
| |
| | DECLARE_MULTICAST_DELEGATE_ThreeParams (FOnScreenshotCaptured, int32, int32, const TArray< FColor > &) |
| |
| ENGINE_API FString | GetMemoryString (const double Value, const bool bAutoType=true) |
| |
| ENGINE_API bool | IsCtrlDown (FViewport *Viewport) |
| |
| ENGINE_API bool | IsShiftDown (FViewport *Viewport) |
| |
| ENGINE_API bool | IsAltDown (FViewport *Viewport) |
| |
| ENGINE_API bool | GetViewportScreenShot (FViewport *Viewport, TArray< FColor > &Bitmap, const FIntRect &ViewRect=FIntRect(), const FReadSurfaceDataFlags &ReadSurfaceFlags=FReadSurfaceDataFlags()) |
| |
| ENGINE_API bool | GetViewportScreenShotHDR (FViewport *Viewport, TArray< FLinearColor > &Bitmap, const FIntRect &ViewRect=FIntRect(), const FReadSurfaceDataFlags &ReadSurfaceFlags=FReadSurfaceDataFlags(RCM_MinMax)) |
| |
| ENGINE_API bool | GetHighResScreenShotInput (const TCHAR *Cmd, FOutputDevice &Ar, uint32 &OutXRes, uint32 &OutYRes, float &OutResMult, FIntRect &OutCaptureRegion, bool &OutShouldEnableMask, bool &OutDumpBufferVisualizationTargets, bool &OutCaptureHDR, FString &OutFilenameOverride, bool &OutUseDateTimeAsFileName) |
| |
◆ MAX_HITPROXYSIZE
The maximum size that the hit proxy kernel is allowed to be set to
◆ DECLARE_MULTICAST_DELEGATE()
◆ DECLARE_MULTICAST_DELEGATE_ThreeParams()
◆ GetHighResScreenShotInput()
| ENGINE_API bool GetHighResScreenShotInput |
( |
const TCHAR * |
Cmd, |
|
|
FOutputDevice & |
Ar, |
|
|
uint32 & |
OutXRes, |
|
|
uint32 & |
OutYRes, |
|
|
float & |
OutResMult, |
|
|
FIntRect & |
OutCaptureRegion, |
|
|
bool & |
OutShouldEnableMask, |
|
|
bool & |
OutDumpBufferVisualizationTargets, |
|
|
bool & |
OutCaptureHDR, |
|
|
FString & |
OutFilenameOverride, |
|
|
bool & |
OutUseDateTimeAsFileName |
|
) |
| |
|
extern |
◆ GetMemoryString()
◆ GetViewportScreenShot()
◆ GetViewportScreenShotHDR()
◆ IsAltDown()
◆ IsCtrlDown()
◆ IsShiftDown()
◆ GStatProcessingViewportClient
Tracks the viewport client that should process the stat command, can be NULL