296 lines
16 KiB
C
296 lines
16 KiB
C
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
/*===========================================================================
|
||
|
|
Generated code exported from UnrealHeaderTool.
|
||
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
// IWYU pragma: private, include "AutomationWorkerMessages.h"
|
||
|
|
|
||
|
|
#ifdef AUTOMATIONMESSAGES_AutomationWorkerMessages_generated_h
|
||
|
|
#error "AutomationWorkerMessages.generated.h already included, missing '#pragma once' in AutomationWorkerMessages.h"
|
||
|
|
#endif
|
||
|
|
#define AUTOMATIONMESSAGES_AutomationWorkerMessages_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerMessageBase **************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerMessageBase_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_17_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerMessageBase_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerMessageBase;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerMessageBase ****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerFindWorkers **************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerFindWorkers_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_34_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerFindWorkers_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerFindWorkers;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerFindWorkers ****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerFindWorkersResponse ******************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerFindWorkersResponse_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_71_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerFindWorkersResponse_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerFindWorkersResponse;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerFindWorkersResponse ********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerWorkerOffline ************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerWorkerOffline_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_128_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerWorkerOffline_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerWorkerOffline;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerWorkerOffline **************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerPing *********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerPing_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_137_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerPing_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerPing;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerPing ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerStartTestSession *********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerStartTestSession_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_146_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerStartTestSession_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerStartTestSession;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerStartTestSession ***********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerStopTestSession **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerStopTestSession_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_155_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerStopTestSession_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerStopTestSession;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerStopTestSession ************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerStopTests ****************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerStopTests_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_164_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerStopTests_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerStopTests;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerStopTests ******************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerPong *********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerPong_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_173_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerPong_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerPong;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerPong ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerRequestTests *************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerRequestTests_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_183_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerRequestTests_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerRequestTests;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerRequestTests ***************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerSingleTestReply **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerSingleTestReply_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_211_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerSingleTestReply_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerSingleTestReply;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerSingleTestReply ************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerRequestTestsReplyComplete ************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerRequestTestsReplyComplete_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_289_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerRequestTestsReplyComplete_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerRequestTestsReplyComplete;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerRequestTestsReplyComplete **************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerRunTests *****************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerRunTests_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_302_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerRunTests_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerRunTests;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerRunTests *******************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerRunTestsReply ************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerRunTestsReply_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_354_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerRunTestsReply_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerRunTestsReply;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerRunTestsReply **************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerRequestNextNetworkCommand ************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerRequestNextNetworkCommand_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_390_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerRequestNextNetworkCommand_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerRequestNextNetworkCommand;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerRequestNextNetworkCommand **************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerNextNetworkCommandReply **************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerNextNetworkCommandReply_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_411_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerNextNetworkCommandReply_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerNextNetworkCommandReply;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerNextNetworkCommandReply ****************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationScreenshotMetadata *************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationScreenshotMetadata_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_418_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationScreenshotMetadata_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationScreenshotMetadata;
|
||
|
|
// ********** End ScriptStruct FAutomationScreenshotMetadata ***************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerScreenImage **************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerScreenImage_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_736_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerScreenImage_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerScreenImage;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerScreenImage ****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerImageComparisonResults ***************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerImageComparisonResults_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_762_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerImageComparisonResults_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerImageComparisonResults;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerImageComparisonResults *****************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerTestDataRequest **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerTestDataRequest_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_850_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerTestDataRequest_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerTestDataRequest;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerTestDataRequest ************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerTestDataResponse *********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerTestDataResponse_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_879_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerTestDataResponse_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerTestDataResponse;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerTestDataResponse ***********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerPerformanceDataRequest ***************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerPerformanceDataRequest_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_895_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerPerformanceDataRequest_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerPerformanceDataRequest;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerPerformanceDataRequest *****************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerPerformanceDataResponse **************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerPerformanceDataResponse_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_920_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerPerformanceDataResponse_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerPerformanceDataResponse;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerPerformanceDataResponse ****************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerTelemetryItem ************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerTelemetryItem_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_937_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerTelemetryItem_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerTelemetryItem;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerTelemetryItem **************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationWorkerTelemetryData ************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationWorkerTelemetryData_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h_974_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAutomationWorkerTelemetryData_Statics; \
|
||
|
|
AUTOMATIONMESSAGES_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
typedef FAutomationWorkerMessageBase Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FAutomationWorkerTelemetryData;
|
||
|
|
// ********** End ScriptStruct FAutomationWorkerTelemetryData **************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AutomationMessages_Public_AutomationWorkerMessages_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|