Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Type
typedef TBaseDelegate_TwoParams< void, const TArray < FColor > &, const FAutomationScreenshotData & > FOnTestScreenshotCaptured
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
Remarks
Delegate type for when a test screenshot has been captured
The first parameter is the array of the raw color data. The second parameter is the image metadata.