1108 lines
91 KiB
C++
1108 lines
91 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!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "TargetDeviceServiceMessages.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeTargetDeviceServiceMessages() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
TARGETDEVICESERVICES_API UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceClaimDenied();
|
|
TARGETDEVICESERVICES_API UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceClaimed();
|
|
TARGETDEVICESERVICES_API UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServicePing();
|
|
TARGETDEVICESERVICES_API UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServicePong();
|
|
TARGETDEVICESERVICES_API UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff();
|
|
TARGETDEVICESERVICES_API UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn();
|
|
TARGETDEVICESERVICES_API UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServiceReboot();
|
|
TARGETDEVICESERVICES_API UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess();
|
|
TARGETDEVICESERVICES_API UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceUnclaimed();
|
|
TARGETDEVICESERVICES_API UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceVariant();
|
|
UPackage* Z_Construct_UPackage__Script_TargetDeviceServices();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServiceTerminateLaunchedProcess **********************
|
|
struct Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FTargetDeviceServiceTerminateLaunchedProcess); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FTargetDeviceServiceTerminateLaunchedProcess); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n* Implements a message for terminating an application running on the device.\n*\n* @see FTargetDeviceServiceTerminateLaunchedProcess\n*/" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Implements a message for terminating an application running on the device.\n\n@see FTargetDeviceServiceTerminateLaunchedProcess" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Variant_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the variant identifier of the target device to use. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the variant identifier of the target device to use." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppID_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/**\n\x09* Holds the identifier of the application to launch.\n\x09*\n\x09* The semantics of this identifier are target platform specific. In some cases it may be\n\x09* a GUID, in other cases it may be the path to the application or some other means of\n\x09* identifying the application. Application identifiers are returned from target device\n\x09* services as result of successful deployment transactions.\n\x09*/" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the identifier of the application to launch.\n\nThe semantics of this identifier are target platform specific. In some cases it may be\na GUID, in other cases it may be the path to the application or some other means of\nidentifying the application. Application identifiers are returned from target device\nservices as result of successful deployment transactions." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServiceTerminateLaunchedProcess constinit property declarations
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppID;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FTargetDeviceServiceTerminateLaunchedProcess constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTargetDeviceServiceTerminateLaunchedProcess>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess;
|
|
class UScriptStruct* FTargetDeviceServiceTerminateLaunchedProcess::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess, (UObject*)Z_Construct_UPackage__Script_TargetDeviceServices(), TEXT("TargetDeviceServiceTerminateLaunchedProcess"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServiceTerminateLaunchedProcess Property Definitions *
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServiceTerminateLaunchedProcess, Variant), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Variant_MetaData), NewProp_Variant_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::NewProp_AppID = { "AppID", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServiceTerminateLaunchedProcess, AppID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppID_MetaData), NewProp_AppID_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::NewProp_AppID,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FTargetDeviceServiceTerminateLaunchedProcess Property Definitions ***
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TargetDeviceServices,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"TargetDeviceServiceTerminateLaunchedProcess",
|
|
Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::PropPointers),
|
|
sizeof(FTargetDeviceServiceTerminateLaunchedProcess),
|
|
alignof(FTargetDeviceServiceTerminateLaunchedProcess),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess.InnerSingleton, Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FTargetDeviceServiceTerminateLaunchedProcess ************************
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceClaimDenied ******************************************
|
|
struct Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FTargetDeviceClaimDenied); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FTargetDeviceClaimDenied); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Implements a message that is sent when a device is already claimed by someone else.\n *\n * @see FTargetDeviceClaimDropped\n * @see FTargetDeviceClaimRequest\n */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Implements a message that is sent when a device is already claimed by someone else.\n\n@see FTargetDeviceClaimDropped\n@see FTargetDeviceClaimRequest" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeviceName_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the identifier of the device that is already claimed. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the identifier of the device that is already claimed." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HostName_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the host computer that claimed the device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the host computer that claimed the device." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HostUser_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the user that claimed the device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the user that claimed the device." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceClaimDenied constinit property declarations **********
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DeviceName;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_HostName;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_HostUser;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FTargetDeviceClaimDenied constinit property declarations ************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTargetDeviceClaimDenied>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTargetDeviceClaimDenied;
|
|
class UScriptStruct* FTargetDeviceClaimDenied::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceClaimDenied.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FTargetDeviceClaimDenied.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTargetDeviceClaimDenied, (UObject*)Z_Construct_UPackage__Script_TargetDeviceServices(), TEXT("TargetDeviceClaimDenied"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FTargetDeviceClaimDenied.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceClaimDenied Property Definitions *********************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::NewProp_DeviceName = { "DeviceName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceClaimDenied, DeviceName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeviceName_MetaData), NewProp_DeviceName_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::NewProp_HostName = { "HostName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceClaimDenied, HostName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HostName_MetaData), NewProp_HostName_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::NewProp_HostUser = { "HostUser", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceClaimDenied, HostUser), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HostUser_MetaData), NewProp_HostUser_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::NewProp_DeviceName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::NewProp_HostName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::NewProp_HostUser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FTargetDeviceClaimDenied Property Definitions ***********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TargetDeviceServices,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"TargetDeviceClaimDenied",
|
|
Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::PropPointers),
|
|
sizeof(FTargetDeviceClaimDenied),
|
|
alignof(FTargetDeviceClaimDenied),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceClaimDenied()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceClaimDenied.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTargetDeviceClaimDenied.InnerSingleton, Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTargetDeviceClaimDenied.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FTargetDeviceClaimDenied ********************************************
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceClaimed **********************************************
|
|
struct Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FTargetDeviceClaimed); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FTargetDeviceClaimed); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Implements a message that is sent when a service claimed a device.\n *\n * @see FTargetDeviceClaimDenied\n * @see FTargetDeviceClaimDropped\n */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Implements a message that is sent when a service claimed a device.\n\n@see FTargetDeviceClaimDenied\n@see FTargetDeviceClaimDropped" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeviceName_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the identifier of the device that is being claimed. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the identifier of the device that is being claimed." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HostName_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the host computer that is claiming the device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the host computer that is claiming the device." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HostUser_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the user that is claiming the device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the user that is claiming the device." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceClaimed constinit property declarations **************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DeviceName;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_HostName;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_HostUser;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FTargetDeviceClaimed constinit property declarations ****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTargetDeviceClaimed>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTargetDeviceClaimed;
|
|
class UScriptStruct* FTargetDeviceClaimed::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceClaimed.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FTargetDeviceClaimed.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTargetDeviceClaimed, (UObject*)Z_Construct_UPackage__Script_TargetDeviceServices(), TEXT("TargetDeviceClaimed"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FTargetDeviceClaimed.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceClaimed Property Definitions *************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::NewProp_DeviceName = { "DeviceName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceClaimed, DeviceName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeviceName_MetaData), NewProp_DeviceName_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::NewProp_HostName = { "HostName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceClaimed, HostName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HostName_MetaData), NewProp_HostName_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::NewProp_HostUser = { "HostUser", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceClaimed, HostUser), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HostUser_MetaData), NewProp_HostUser_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::NewProp_DeviceName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::NewProp_HostName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::NewProp_HostUser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FTargetDeviceClaimed Property Definitions ***************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TargetDeviceServices,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"TargetDeviceClaimed",
|
|
Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::PropPointers),
|
|
sizeof(FTargetDeviceClaimed),
|
|
alignof(FTargetDeviceClaimed),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceClaimed()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceClaimed.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTargetDeviceClaimed.InnerSingleton, Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTargetDeviceClaimed.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FTargetDeviceClaimed ************************************************
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceUnclaimed ********************************************
|
|
struct Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FTargetDeviceUnclaimed); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FTargetDeviceUnclaimed); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Implements a message that is sent when a device is no longer claimed.\n *\n * @see FTargetDeviceClaimDenied, FTargetDeviceClaimRequest\n */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Implements a message that is sent when a device is no longer claimed.\n\n@see FTargetDeviceClaimDenied, FTargetDeviceClaimRequest" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeviceName_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the identifier of the device that is no longer claimed. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the identifier of the device that is no longer claimed." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HostName_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the host computer that had claimed the device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the host computer that had claimed the device." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HostUser_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the user that had claimed the device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the user that had claimed the device." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceUnclaimed constinit property declarations ************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DeviceName;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_HostName;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_HostUser;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FTargetDeviceUnclaimed constinit property declarations **************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTargetDeviceUnclaimed>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTargetDeviceUnclaimed;
|
|
class UScriptStruct* FTargetDeviceUnclaimed::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceUnclaimed.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FTargetDeviceUnclaimed.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTargetDeviceUnclaimed, (UObject*)Z_Construct_UPackage__Script_TargetDeviceServices(), TEXT("TargetDeviceUnclaimed"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FTargetDeviceUnclaimed.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceUnclaimed Property Definitions ***********************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::NewProp_DeviceName = { "DeviceName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceUnclaimed, DeviceName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeviceName_MetaData), NewProp_DeviceName_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::NewProp_HostName = { "HostName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceUnclaimed, HostName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HostName_MetaData), NewProp_HostName_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::NewProp_HostUser = { "HostUser", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceUnclaimed, HostUser), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HostUser_MetaData), NewProp_HostUser_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::NewProp_DeviceName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::NewProp_HostName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::NewProp_HostUser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FTargetDeviceUnclaimed Property Definitions *************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TargetDeviceServices,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"TargetDeviceUnclaimed",
|
|
Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::PropPointers),
|
|
sizeof(FTargetDeviceUnclaimed),
|
|
alignof(FTargetDeviceUnclaimed),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceUnclaimed()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceUnclaimed.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTargetDeviceUnclaimed.InnerSingleton, Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTargetDeviceUnclaimed.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FTargetDeviceUnclaimed **********************************************
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePing ******************************************
|
|
struct Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FTargetDeviceServicePing); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FTargetDeviceServicePing); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Implements a message for discovering target device services on the network.\n */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Implements a message for discovering target device services on the network." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HostUser_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the user who generated the ping. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the user who generated the ping." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePing constinit property declarations **********
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_HostUser;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FTargetDeviceServicePing constinit property declarations ************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTargetDeviceServicePing>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTargetDeviceServicePing;
|
|
class UScriptStruct* FTargetDeviceServicePing::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServicePing.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FTargetDeviceServicePing.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTargetDeviceServicePing, (UObject*)Z_Construct_UPackage__Script_TargetDeviceServices(), TEXT("TargetDeviceServicePing"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FTargetDeviceServicePing.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePing Property Definitions *********************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::NewProp_HostUser = { "HostUser", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePing, HostUser), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HostUser_MetaData), NewProp_HostUser_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::NewProp_HostUser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FTargetDeviceServicePing Property Definitions ***********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TargetDeviceServices,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"TargetDeviceServicePing",
|
|
Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::PropPointers),
|
|
sizeof(FTargetDeviceServicePing),
|
|
alignof(FTargetDeviceServicePing),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServicePing()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServicePing.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTargetDeviceServicePing.InnerSingleton, Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTargetDeviceServicePing.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FTargetDeviceServicePing ********************************************
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceVariant **********************************************
|
|
struct Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FTargetDeviceVariant); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FTargetDeviceVariant); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n* Struct for a flavor's information\n*/" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Struct for a flavor's information" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeviceID_MetaData[] = {
|
|
{ "Category", "Variant" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariantName_MetaData[] = {
|
|
{ "Category", "Variant" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetPlatformName_MetaData[] = {
|
|
{ "Category", "Variant" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetPlatformId_MetaData[] = {
|
|
{ "Category", "Variant" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VanillaPlatformId_MetaData[] = {
|
|
{ "Category", "Variant" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PlatformDisplayName_MetaData[] = {
|
|
{ "Category", "Variant" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceVariant constinit property declarations **************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DeviceID;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_VariantName;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_TargetPlatformName;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetPlatformId;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_VanillaPlatformId;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_PlatformDisplayName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FTargetDeviceVariant constinit property declarations ****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTargetDeviceVariant>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTargetDeviceVariant;
|
|
class UScriptStruct* FTargetDeviceVariant::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceVariant.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FTargetDeviceVariant.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTargetDeviceVariant, (UObject*)Z_Construct_UPackage__Script_TargetDeviceServices(), TEXT("TargetDeviceVariant"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FTargetDeviceVariant.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceVariant Property Definitions *************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_DeviceID = { "DeviceID", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceVariant, DeviceID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeviceID_MetaData), NewProp_DeviceID_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_VariantName = { "VariantName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceVariant, VariantName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariantName_MetaData), NewProp_VariantName_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_TargetPlatformName = { "TargetPlatformName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceVariant, TargetPlatformName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetPlatformName_MetaData), NewProp_TargetPlatformName_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_TargetPlatformId = { "TargetPlatformId", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceVariant, TargetPlatformId), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetPlatformId_MetaData), NewProp_TargetPlatformId_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_VanillaPlatformId = { "VanillaPlatformId", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceVariant, VanillaPlatformId), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VanillaPlatformId_MetaData), NewProp_VanillaPlatformId_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_PlatformDisplayName = { "PlatformDisplayName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceVariant, PlatformDisplayName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PlatformDisplayName_MetaData), NewProp_PlatformDisplayName_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_DeviceID,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_VariantName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_TargetPlatformName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_TargetPlatformId,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_VanillaPlatformId,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewProp_PlatformDisplayName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FTargetDeviceVariant Property Definitions ***************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TargetDeviceServices,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"TargetDeviceVariant",
|
|
Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::PropPointers),
|
|
sizeof(FTargetDeviceVariant),
|
|
alignof(FTargetDeviceVariant),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceVariant()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceVariant.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTargetDeviceVariant.InnerSingleton, Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTargetDeviceVariant.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FTargetDeviceVariant ************************************************
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePong ******************************************
|
|
struct Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FTargetDeviceServicePong); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FTargetDeviceServicePong); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Implements a message that is sent in response to target device service discovery messages.\n */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Implements a message that is sent in response to target device service discovery messages." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Connected_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds a flag indicating whether the device is currently connected. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds a flag indicating whether the device is currently connected." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Authorized_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds a flag indicating whether the device is authorized. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds a flag indicating whether the device is authorized." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HostName_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the host computer that the device is attached to. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the host computer that the device is attached to." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HostUser_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the user under which the host computer is running. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the user under which the host computer is running." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Make_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the make of the device, i.e. Microsoft or Sony. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the make of the device, i.e. Microsoft or Sony." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Model_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the model of the device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the model of the device." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the human readable name of the device, i.e \"Bob's XBox'. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the human readable name of the device, i.e \"Bob's XBox'." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeviceUser_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the user that we log in to remote device as, i.e \"root\". */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the user that we log in to remote device as, i.e \"root\"." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeviceUserPassword_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the password of the user that we log in to remote device as, i.e \"12345\". */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the password of the user that we log in to remote device as, i.e \"12345\"." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Shared_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds a flag indicating whether this device is shared with other users on the network. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds a flag indicating whether this device is shared with other users on the network." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SupportsMultiLaunch_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds a flag indicating whether the device supports running multiple application instances in parallel. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds a flag indicating whether the device supports running multiple application instances in parallel." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SupportsPowerOff_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds a flag indicating whether the device can be powered off. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds a flag indicating whether the device can be powered off." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SupportsPowerOn_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds a flag indicating whether the device can be powered on. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds a flag indicating whether the device can be powered on." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SupportsReboot_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds a flag indicating whether the device can be rebooted. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds a flag indicating whether the device can be rebooted." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SupportsVariants_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds a flag indicating whether the device's target platform supports variants. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds a flag indicating whether the device's target platform supports variants." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Type_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the device type. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the device type." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OSVersion_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the device OS Version. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the device OS Version." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Architecture_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the device architecture. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the device architecture." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConnectionType_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the connection type. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the connection type." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultVariant_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the variant name of the default device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the variant name of the default device." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Variants_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** List of the Flavors this service supports */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "List of the Flavors this service supports" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Aggregated_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Flag for the \"All devices\" proxy. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Flag for the \"All devices\" proxy." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AllDevicesName_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of \"All devices\" proxy. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of \"All devices\" proxy." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AllDevicesDefaultVariant_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the default variant name of \"All devices\" proxy. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the default variant name of \"All devices\" proxy." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePong constinit property declarations **********
|
|
static void NewProp_Connected_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_Connected;
|
|
static void NewProp_Authorized_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_Authorized;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_HostName;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_HostUser;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Make;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Model;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DeviceUser;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DeviceUserPassword;
|
|
static void NewProp_Shared_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_Shared;
|
|
static void NewProp_SupportsMultiLaunch_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_SupportsMultiLaunch;
|
|
static void NewProp_SupportsPowerOff_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_SupportsPowerOff;
|
|
static void NewProp_SupportsPowerOn_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_SupportsPowerOn;
|
|
static void NewProp_SupportsReboot_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_SupportsReboot;
|
|
static void NewProp_SupportsVariants_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_SupportsVariants;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Type;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OSVersion;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Architecture;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ConnectionType;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_DefaultVariant;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Variants_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Variants;
|
|
static void NewProp_Aggregated_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_Aggregated;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AllDevicesName;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AllDevicesDefaultVariant;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FTargetDeviceServicePong constinit property declarations ************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTargetDeviceServicePong>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTargetDeviceServicePong;
|
|
class UScriptStruct* FTargetDeviceServicePong::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServicePong.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FTargetDeviceServicePong.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTargetDeviceServicePong, (UObject*)Z_Construct_UPackage__Script_TargetDeviceServices(), TEXT("TargetDeviceServicePong"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FTargetDeviceServicePong.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePong Property Definitions *********************
|
|
void Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Connected_SetBit(void* Obj)
|
|
{
|
|
((FTargetDeviceServicePong*)Obj)->Connected = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Connected = { "Connected", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FTargetDeviceServicePong), &Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Connected_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Connected_MetaData), NewProp_Connected_MetaData) };
|
|
void Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Authorized_SetBit(void* Obj)
|
|
{
|
|
((FTargetDeviceServicePong*)Obj)->Authorized = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Authorized = { "Authorized", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FTargetDeviceServicePong), &Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Authorized_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Authorized_MetaData), NewProp_Authorized_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_HostName = { "HostName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, HostName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HostName_MetaData), NewProp_HostName_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_HostUser = { "HostUser", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, HostUser), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HostUser_MetaData), NewProp_HostUser_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Make = { "Make", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, Make), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Make_MetaData), NewProp_Make_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Model = { "Model", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, Model), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Model_MetaData), NewProp_Model_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_DeviceUser = { "DeviceUser", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, DeviceUser), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeviceUser_MetaData), NewProp_DeviceUser_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_DeviceUserPassword = { "DeviceUserPassword", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, DeviceUserPassword), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeviceUserPassword_MetaData), NewProp_DeviceUserPassword_MetaData) };
|
|
void Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Shared_SetBit(void* Obj)
|
|
{
|
|
((FTargetDeviceServicePong*)Obj)->Shared = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Shared = { "Shared", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FTargetDeviceServicePong), &Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Shared_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Shared_MetaData), NewProp_Shared_MetaData) };
|
|
void Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsMultiLaunch_SetBit(void* Obj)
|
|
{
|
|
((FTargetDeviceServicePong*)Obj)->SupportsMultiLaunch = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsMultiLaunch = { "SupportsMultiLaunch", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FTargetDeviceServicePong), &Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsMultiLaunch_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SupportsMultiLaunch_MetaData), NewProp_SupportsMultiLaunch_MetaData) };
|
|
void Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsPowerOff_SetBit(void* Obj)
|
|
{
|
|
((FTargetDeviceServicePong*)Obj)->SupportsPowerOff = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsPowerOff = { "SupportsPowerOff", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FTargetDeviceServicePong), &Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsPowerOff_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SupportsPowerOff_MetaData), NewProp_SupportsPowerOff_MetaData) };
|
|
void Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsPowerOn_SetBit(void* Obj)
|
|
{
|
|
((FTargetDeviceServicePong*)Obj)->SupportsPowerOn = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsPowerOn = { "SupportsPowerOn", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FTargetDeviceServicePong), &Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsPowerOn_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SupportsPowerOn_MetaData), NewProp_SupportsPowerOn_MetaData) };
|
|
void Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsReboot_SetBit(void* Obj)
|
|
{
|
|
((FTargetDeviceServicePong*)Obj)->SupportsReboot = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsReboot = { "SupportsReboot", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FTargetDeviceServicePong), &Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsReboot_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SupportsReboot_MetaData), NewProp_SupportsReboot_MetaData) };
|
|
void Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsVariants_SetBit(void* Obj)
|
|
{
|
|
((FTargetDeviceServicePong*)Obj)->SupportsVariants = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsVariants = { "SupportsVariants", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FTargetDeviceServicePong), &Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsVariants_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SupportsVariants_MetaData), NewProp_SupportsVariants_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Type = { "Type", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, Type), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Type_MetaData), NewProp_Type_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_OSVersion = { "OSVersion", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, OSVersion), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OSVersion_MetaData), NewProp_OSVersion_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Architecture = { "Architecture", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, Architecture), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Architecture_MetaData), NewProp_Architecture_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_ConnectionType = { "ConnectionType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, ConnectionType), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConnectionType_MetaData), NewProp_ConnectionType_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_DefaultVariant = { "DefaultVariant", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, DefaultVariant), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultVariant_MetaData), NewProp_DefaultVariant_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Variants_Inner = { "Variants", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FTargetDeviceVariant, METADATA_PARAMS(0, nullptr) }; // 1028792129
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Variants = { "Variants", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, Variants), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Variants_MetaData), NewProp_Variants_MetaData) }; // 1028792129
|
|
void Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Aggregated_SetBit(void* Obj)
|
|
{
|
|
((FTargetDeviceServicePong*)Obj)->Aggregated = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Aggregated = { "Aggregated", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FTargetDeviceServicePong), &Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Aggregated_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Aggregated_MetaData), NewProp_Aggregated_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_AllDevicesName = { "AllDevicesName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, AllDevicesName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AllDevicesName_MetaData), NewProp_AllDevicesName_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_AllDevicesDefaultVariant = { "AllDevicesDefaultVariant", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePong, AllDevicesDefaultVariant), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AllDevicesDefaultVariant_MetaData), NewProp_AllDevicesDefaultVariant_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Connected,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Authorized,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_HostName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_HostUser,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Make,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Model,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Name,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_DeviceUser,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_DeviceUserPassword,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Shared,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsMultiLaunch,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsPowerOff,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsPowerOn,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsReboot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_SupportsVariants,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Type,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_OSVersion,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Architecture,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_ConnectionType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_DefaultVariant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Variants_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Variants,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_Aggregated,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_AllDevicesName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewProp_AllDevicesDefaultVariant,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FTargetDeviceServicePong Property Definitions ***********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TargetDeviceServices,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"TargetDeviceServicePong",
|
|
Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::PropPointers),
|
|
sizeof(FTargetDeviceServicePong),
|
|
alignof(FTargetDeviceServicePong),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServicePong()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServicePong.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTargetDeviceServicePong.InnerSingleton, Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTargetDeviceServicePong.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FTargetDeviceServicePong ********************************************
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePowerOff **************************************
|
|
struct Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FTargetDeviceServicePowerOff); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FTargetDeviceServicePowerOff); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Implements a message for powering on a target device.\n */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Implements a message for powering on a target device." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Force_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/**\n\x09 * Holds a flag indicating whether the power-off should be enforced.\n\x09 *\n\x09 * If powering off is not enforced, if may fail if some running application prevents it.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds a flag indicating whether the power-off should be enforced.\n\nIf powering off is not enforced, if may fail if some running application prevents it." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Operator_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the user that wishes to power off the device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the user that wishes to power off the device." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePowerOff constinit property declarations ******
|
|
static void NewProp_Force_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_Force;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Operator;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FTargetDeviceServicePowerOff constinit property declarations ********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTargetDeviceServicePowerOff>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOff;
|
|
class UScriptStruct* FTargetDeviceServicePowerOff::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOff.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOff.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff, (UObject*)Z_Construct_UPackage__Script_TargetDeviceServices(), TEXT("TargetDeviceServicePowerOff"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOff.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePowerOff Property Definitions *****************
|
|
void Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::NewProp_Force_SetBit(void* Obj)
|
|
{
|
|
((FTargetDeviceServicePowerOff*)Obj)->Force = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::NewProp_Force = { "Force", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FTargetDeviceServicePowerOff), &Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::NewProp_Force_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Force_MetaData), NewProp_Force_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::NewProp_Operator = { "Operator", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePowerOff, Operator), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Operator_MetaData), NewProp_Operator_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::NewProp_Force,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::NewProp_Operator,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FTargetDeviceServicePowerOff Property Definitions *******************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TargetDeviceServices,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"TargetDeviceServicePowerOff",
|
|
Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::PropPointers),
|
|
sizeof(FTargetDeviceServicePowerOff),
|
|
alignof(FTargetDeviceServicePowerOff),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOff.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOff.InnerSingleton, Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOff.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FTargetDeviceServicePowerOff ****************************************
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePowerOn ***************************************
|
|
struct Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FTargetDeviceServicePowerOn); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FTargetDeviceServicePowerOn); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Implements a message for powering on a target device.\n */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Implements a message for powering on a target device." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Operator_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the user that wishes to power on the device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the user that wishes to power on the device." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePowerOn constinit property declarations *******
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Operator;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FTargetDeviceServicePowerOn constinit property declarations *********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTargetDeviceServicePowerOn>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOn;
|
|
class UScriptStruct* FTargetDeviceServicePowerOn::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOn.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOn.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn, (UObject*)Z_Construct_UPackage__Script_TargetDeviceServices(), TEXT("TargetDeviceServicePowerOn"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOn.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServicePowerOn Property Definitions ******************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::NewProp_Operator = { "Operator", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServicePowerOn, Operator), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Operator_MetaData), NewProp_Operator_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::NewProp_Operator,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FTargetDeviceServicePowerOn Property Definitions ********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TargetDeviceServices,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"TargetDeviceServicePowerOn",
|
|
Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::PropPointers),
|
|
sizeof(FTargetDeviceServicePowerOn),
|
|
alignof(FTargetDeviceServicePowerOn),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOn.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOn.InnerSingleton, Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOn.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FTargetDeviceServicePowerOn *****************************************
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServiceReboot ****************************************
|
|
struct Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FTargetDeviceServiceReboot); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FTargetDeviceServiceReboot); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Implements a message for rebooting a target device.\n */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Implements a message for rebooting a target device." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Operator_MetaData[] = {
|
|
{ "Category", "Message" },
|
|
{ "Comment", "/** Holds the name of the user that wishes to reboot the device. */" },
|
|
{ "ModuleRelativePath", "Public/TargetDeviceServiceMessages.h" },
|
|
{ "ToolTip", "Holds the name of the user that wishes to reboot the device." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServiceReboot constinit property declarations ********
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Operator;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FTargetDeviceServiceReboot constinit property declarations **********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTargetDeviceServiceReboot>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTargetDeviceServiceReboot;
|
|
class UScriptStruct* FTargetDeviceServiceReboot::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServiceReboot.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FTargetDeviceServiceReboot.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTargetDeviceServiceReboot, (UObject*)Z_Construct_UPackage__Script_TargetDeviceServices(), TEXT("TargetDeviceServiceReboot"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FTargetDeviceServiceReboot.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FTargetDeviceServiceReboot Property Definitions *******************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::NewProp_Operator = { "Operator", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTargetDeviceServiceReboot, Operator), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Operator_MetaData), NewProp_Operator_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::NewProp_Operator,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FTargetDeviceServiceReboot Property Definitions *********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TargetDeviceServices,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"TargetDeviceServiceReboot",
|
|
Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::PropPointers),
|
|
sizeof(FTargetDeviceServiceReboot),
|
|
alignof(FTargetDeviceServiceReboot),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FTargetDeviceServiceReboot()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FTargetDeviceServiceReboot.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTargetDeviceServiceReboot.InnerSingleton, Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTargetDeviceServiceReboot.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FTargetDeviceServiceReboot ******************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_TargetDeviceServices_Public_TargetDeviceServiceMessages_h__Script_TargetDeviceServices_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FTargetDeviceServiceTerminateLaunchedProcess::StaticStruct, Z_Construct_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess_Statics::NewStructOps, TEXT("TargetDeviceServiceTerminateLaunchedProcess"),&Z_Registration_Info_UScriptStruct_FTargetDeviceServiceTerminateLaunchedProcess, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTargetDeviceServiceTerminateLaunchedProcess), 1154782563U) },
|
|
{ FTargetDeviceClaimDenied::StaticStruct, Z_Construct_UScriptStruct_FTargetDeviceClaimDenied_Statics::NewStructOps, TEXT("TargetDeviceClaimDenied"),&Z_Registration_Info_UScriptStruct_FTargetDeviceClaimDenied, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTargetDeviceClaimDenied), 645281127U) },
|
|
{ FTargetDeviceClaimed::StaticStruct, Z_Construct_UScriptStruct_FTargetDeviceClaimed_Statics::NewStructOps, TEXT("TargetDeviceClaimed"),&Z_Registration_Info_UScriptStruct_FTargetDeviceClaimed, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTargetDeviceClaimed), 543106642U) },
|
|
{ FTargetDeviceUnclaimed::StaticStruct, Z_Construct_UScriptStruct_FTargetDeviceUnclaimed_Statics::NewStructOps, TEXT("TargetDeviceUnclaimed"),&Z_Registration_Info_UScriptStruct_FTargetDeviceUnclaimed, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTargetDeviceUnclaimed), 3371632350U) },
|
|
{ FTargetDeviceServicePing::StaticStruct, Z_Construct_UScriptStruct_FTargetDeviceServicePing_Statics::NewStructOps, TEXT("TargetDeviceServicePing"),&Z_Registration_Info_UScriptStruct_FTargetDeviceServicePing, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTargetDeviceServicePing), 3938929831U) },
|
|
{ FTargetDeviceVariant::StaticStruct, Z_Construct_UScriptStruct_FTargetDeviceVariant_Statics::NewStructOps, TEXT("TargetDeviceVariant"),&Z_Registration_Info_UScriptStruct_FTargetDeviceVariant, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTargetDeviceVariant), 1028792129U) },
|
|
{ FTargetDeviceServicePong::StaticStruct, Z_Construct_UScriptStruct_FTargetDeviceServicePong_Statics::NewStructOps, TEXT("TargetDeviceServicePong"),&Z_Registration_Info_UScriptStruct_FTargetDeviceServicePong, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTargetDeviceServicePong), 803674798U) },
|
|
{ FTargetDeviceServicePowerOff::StaticStruct, Z_Construct_UScriptStruct_FTargetDeviceServicePowerOff_Statics::NewStructOps, TEXT("TargetDeviceServicePowerOff"),&Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOff, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTargetDeviceServicePowerOff), 2695716626U) },
|
|
{ FTargetDeviceServicePowerOn::StaticStruct, Z_Construct_UScriptStruct_FTargetDeviceServicePowerOn_Statics::NewStructOps, TEXT("TargetDeviceServicePowerOn"),&Z_Registration_Info_UScriptStruct_FTargetDeviceServicePowerOn, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTargetDeviceServicePowerOn), 2244233032U) },
|
|
{ FTargetDeviceServiceReboot::StaticStruct, Z_Construct_UScriptStruct_FTargetDeviceServiceReboot_Statics::NewStructOps, TEXT("TargetDeviceServiceReboot"),&Z_Registration_Info_UScriptStruct_FTargetDeviceServiceReboot, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTargetDeviceServiceReboot), 1667455643U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_TargetDeviceServices_Public_TargetDeviceServiceMessages_h__Script_TargetDeviceServices_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_TargetDeviceServices_Public_TargetDeviceServiceMessages_h__Script_TargetDeviceServices_3861098810{
|
|
TEXT("/Script/TargetDeviceServices"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Developer_TargetDeviceServices_Public_TargetDeviceServiceMessages_h__Script_TargetDeviceServices_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_TargetDeviceServices_Public_TargetDeviceServiceMessages_h__Script_TargetDeviceServices_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|