![]() |
Ark Server API (ASE) - Wiki
|
#include <HighResScreenShot.h>
Collaboration diagram for FHighResScreenshotConfig:Public Attributes | |
| FIntRect | UnscaledCaptureRegion |
| FIntRect | CaptureRegion |
| float | ResolutionMultiplier |
| float | ResolutionMultiplierScale |
| bool | bMaskEnabled |
| bool | bDumpBufferVisualizationTargets |
| TWeakPtr< FSceneViewport, 0 > | TargetViewport |
| bool | bDisplayCaptureRegion |
| bool | bCaptureHDR |
| TSharedPtr< IImageWrapper, 0 > | ImageCompressorLDR |
| TSharedPtr< IImageWrapper, 0 > | ImageCompressorHDR |
Definition at line 5 of file HighResScreenShot.h.
| bool FHighResScreenshotConfig::bCaptureHDR |
Definition at line 15 of file HighResScreenShot.h.
| bool FHighResScreenshotConfig::bDisplayCaptureRegion |
Definition at line 14 of file HighResScreenShot.h.
| bool FHighResScreenshotConfig::bDumpBufferVisualizationTargets |
Definition at line 12 of file HighResScreenShot.h.
| bool FHighResScreenshotConfig::bMaskEnabled |
Definition at line 11 of file HighResScreenShot.h.
| FIntRect FHighResScreenshotConfig::CaptureRegion |
Definition at line 8 of file HighResScreenShot.h.
| TSharedPtr<IImageWrapper, 0> FHighResScreenshotConfig::ImageCompressorHDR |
Definition at line 17 of file HighResScreenShot.h.
| TSharedPtr<IImageWrapper, 0> FHighResScreenshotConfig::ImageCompressorLDR |
Definition at line 16 of file HighResScreenShot.h.
| float FHighResScreenshotConfig::ResolutionMultiplier |
Definition at line 9 of file HighResScreenShot.h.
| float FHighResScreenshotConfig::ResolutionMultiplierScale |
Definition at line 10 of file HighResScreenShot.h.
| TWeakPtr<FSceneViewport, 0> FHighResScreenshotConfig::TargetViewport |
Definition at line 13 of file HighResScreenShot.h.
| FIntRect FHighResScreenshotConfig::UnscaledCaptureRegion |
Definition at line 7 of file HighResScreenShot.h.