Merging //UE4/Dev-Main to Dev-Build (//UE4/Dev-Build)

#rb none
#rnx

[CL 4706788 by Ben Marsh in Dev-Build branch]
This commit is contained in:
Ben Marsh
2019-01-10 20:03:35 -05:00
parent b72896438e
commit 129aac0526
3610 changed files with 376853 additions and 21803 deletions
@@ -74,6 +74,12 @@ public:
UFUNCTION(BlueprintPure, Category="Automation")
static bool AreAutomatedTestsRunning();
/**
* take high res screenshot in editor.
*/
UFUNCTION(BlueprintPure, Category = "Automation")
static bool TakeHighResScreenshot(int32 ResX, int32 ResY, FString Filename, ACameraActor* Camera = nullptr, bool bMaskEnabled = false, bool bCaptureHDR = false);
/**
*
*/