// 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 "CommonInputActionDomain.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeCommonInputActionDomain() {} // ********** Begin Cross Module References ******************************************************** COMMONINPUT_API UClass* Z_Construct_UClass_UCommonInputActionDomain(); COMMONINPUT_API UClass* Z_Construct_UClass_UCommonInputActionDomain_NoRegister(); COMMONINPUT_API UClass* Z_Construct_UClass_UCommonInputActionDomainTable(); COMMONINPUT_API UClass* Z_Construct_UClass_UCommonInputActionDomainTable_NoRegister(); COMMONINPUT_API UEnum* Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior(); COMMONINPUT_API UEnum* Z_Construct_UEnum_CommonInput_ECommonInputMode(); ENGINE_API UClass* Z_Construct_UClass_UDataAsset(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_EMouseCaptureMode(); UPackage* Z_Construct_UPackage__Script_CommonInput(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum ECommonInputEventFlowBehavior ********************************************* static FEnumRegistrationInfo Z_Registration_Info_UEnum_ECommonInputEventFlowBehavior; static UEnum* ECommonInputEventFlowBehavior_StaticEnum() { if (!Z_Registration_Info_UEnum_ECommonInputEventFlowBehavior.OuterSingleton) { Z_Registration_Info_UEnum_ECommonInputEventFlowBehavior.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior, (UObject*)Z_Construct_UPackage__Script_CommonInput(), TEXT("ECommonInputEventFlowBehavior")); } return Z_Registration_Info_UEnum_ECommonInputEventFlowBehavior.OuterSingleton; } template<> COMMONINPUT_NON_ATTRIBUTED_API UEnum* StaticEnum() { return ECommonInputEventFlowBehavior_StaticEnum(); } struct Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "BlockIfActive.Name", "ECommonInputEventFlowBehavior::BlockIfActive" }, { "BlockIfHandled.Name", "ECommonInputEventFlowBehavior::BlockIfHandled" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, { "NeverBlock.Name", "ECommonInputEventFlowBehavior::NeverBlock" }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "ECommonInputEventFlowBehavior::BlockIfActive", (int64)ECommonInputEventFlowBehavior::BlockIfActive }, { "ECommonInputEventFlowBehavior::BlockIfHandled", (int64)ECommonInputEventFlowBehavior::BlockIfHandled }, { "ECommonInputEventFlowBehavior::NeverBlock", (int64)ECommonInputEventFlowBehavior::NeverBlock }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_CommonInput, nullptr, "ECommonInputEventFlowBehavior", "ECommonInputEventFlowBehavior", Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior_Statics::Enum_MetaDataParams), Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior() { if (!Z_Registration_Info_UEnum_ECommonInputEventFlowBehavior.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ECommonInputEventFlowBehavior.InnerSingleton, Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior_Statics::EnumParams); } return Z_Registration_Info_UEnum_ECommonInputEventFlowBehavior.InnerSingleton; } // ********** End Enum ECommonInputEventFlowBehavior *********************************************** // ********** Begin Class UCommonInputActionDomain ************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UCommonInputActionDomain; UClass* UCommonInputActionDomain::GetPrivateStaticClass() { using TClass = UCommonInputActionDomain; if (!Z_Registration_Info_UClass_UCommonInputActionDomain.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("CommonInputActionDomain"), Z_Registration_Info_UClass_UCommonInputActionDomain.InnerSingleton, StaticRegisterNativesUCommonInputActionDomain, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UCommonInputActionDomain.InnerSingleton; } UClass* Z_Construct_UClass_UCommonInputActionDomain_NoRegister() { return UCommonInputActionDomain::GetPrivateStaticClass(); } struct Z_Construct_UClass_UCommonInputActionDomain_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Describes an input-event handling domain. It's InnerBehavior determines how events\n * flow between widgets within the domain and Behavior determines how events will flow to\n * other Domains in the DomainTable.\n */" }, { "IncludePath", "CommonInputActionDomain.h" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, { "ToolTip", "Describes an input-event handling domain. It's InnerBehavior determines how events\nflow between widgets within the domain and Behavior determines how events will flow to\nother Domains in the DomainTable." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Behavior_MetaData[] = { { "Category", "Default" }, { "Comment", "// Behavior of an input event between Action Domains, i.e., how an event flows into the next Action Domain\n" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, { "ToolTip", "Behavior of an input event between Action Domains, i.e., how an event flows into the next Action Domain" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InnerBehavior_MetaData[] = { { "Category", "Default" }, { "Comment", "// Behavior of an input event within an Action Domain, i.e., how an event flows to a lower ZOrder active widget\n// within the same Action Domain\n" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, { "ToolTip", "Behavior of an input event within an Action Domain, i.e., how an event flows to a lower ZOrder active widget\nwithin the same Action Domain" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseActionDomainDesiredInputConfig_MetaData[] = { { "Category", "Default" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputMode_MetaData[] = { { "Category", "Default" }, { "EditCondition", "bUseActionDomainDesiredInputConfig" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MouseCaptureMode_MetaData[] = { { "Category", "Default" }, { "EditCondition", "bUseActionDomainDesiredInputConfig" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, }; #endif // WITH_METADATA // ********** Begin Class UCommonInputActionDomain constinit property declarations ***************** static const UECodeGen_Private::FIntPropertyParams NewProp_Behavior_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_Behavior; static const UECodeGen_Private::FIntPropertyParams NewProp_InnerBehavior_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_InnerBehavior; static void NewProp_bUseActionDomainDesiredInputConfig_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseActionDomainDesiredInputConfig; static const UECodeGen_Private::FBytePropertyParams NewProp_InputMode_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_InputMode; static const UECodeGen_Private::FBytePropertyParams NewProp_MouseCaptureMode_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_MouseCaptureMode; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UCommonInputActionDomain constinit property declarations ******************* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UCommonInputActionDomain_Statics // ********** Begin Class UCommonInputActionDomain Property Definitions **************************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_Behavior_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_Behavior = { "Behavior", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonInputActionDomain, Behavior), Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Behavior_MetaData), NewProp_Behavior_MetaData) }; // 3857845328 const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_InnerBehavior_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_InnerBehavior = { "InnerBehavior", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonInputActionDomain, InnerBehavior), Z_Construct_UEnum_CommonInput_ECommonInputEventFlowBehavior, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InnerBehavior_MetaData), NewProp_InnerBehavior_MetaData) }; // 3857845328 void Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_bUseActionDomainDesiredInputConfig_SetBit(void* Obj) { ((UCommonInputActionDomain*)Obj)->bUseActionDomainDesiredInputConfig = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_bUseActionDomainDesiredInputConfig = { "bUseActionDomainDesiredInputConfig", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonInputActionDomain), &Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_bUseActionDomainDesiredInputConfig_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseActionDomainDesiredInputConfig_MetaData), NewProp_bUseActionDomainDesiredInputConfig_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_InputMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_InputMode = { "InputMode", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonInputActionDomain, InputMode), Z_Construct_UEnum_CommonInput_ECommonInputMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputMode_MetaData), NewProp_InputMode_MetaData) }; // 3775286472 const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_MouseCaptureMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_MouseCaptureMode = { "MouseCaptureMode", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonInputActionDomain, MouseCaptureMode), Z_Construct_UEnum_Engine_EMouseCaptureMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MouseCaptureMode_MetaData), NewProp_MouseCaptureMode_MetaData) }; // 3489633281 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonInputActionDomain_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_Behavior_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_Behavior, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_InnerBehavior_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_InnerBehavior, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_bUseActionDomainDesiredInputConfig, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_InputMode_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_InputMode, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_MouseCaptureMode_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomain_Statics::NewProp_MouseCaptureMode, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonInputActionDomain_Statics::PropPointers) < 2048); // ********** End Class UCommonInputActionDomain Property Definitions ****************************** UObject* (*const Z_Construct_UClass_UCommonInputActionDomain_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDataAsset, (UObject* (*)())Z_Construct_UPackage__Script_CommonInput, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonInputActionDomain_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonInputActionDomain_Statics::ClassParams = { &UCommonInputActionDomain::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UCommonInputActionDomain_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UCommonInputActionDomain_Statics::PropPointers), 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonInputActionDomain_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonInputActionDomain_Statics::Class_MetaDataParams) }; void UCommonInputActionDomain::StaticRegisterNativesUCommonInputActionDomain() { } UClass* Z_Construct_UClass_UCommonInputActionDomain() { if (!Z_Registration_Info_UClass_UCommonInputActionDomain.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonInputActionDomain.OuterSingleton, Z_Construct_UClass_UCommonInputActionDomain_Statics::ClassParams); } return Z_Registration_Info_UClass_UCommonInputActionDomain.OuterSingleton; } UCommonInputActionDomain::UCommonInputActionDomain(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonInputActionDomain); UCommonInputActionDomain::~UCommonInputActionDomain() {} // ********** End Class UCommonInputActionDomain *************************************************** // ********** Begin Class UCommonInputActionDomainTable ******************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UCommonInputActionDomainTable; UClass* UCommonInputActionDomainTable::GetPrivateStaticClass() { using TClass = UCommonInputActionDomainTable; if (!Z_Registration_Info_UClass_UCommonInputActionDomainTable.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("CommonInputActionDomainTable"), Z_Registration_Info_UClass_UCommonInputActionDomainTable.InnerSingleton, StaticRegisterNativesUCommonInputActionDomainTable, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UCommonInputActionDomainTable.InnerSingleton; } UClass* Z_Construct_UClass_UCommonInputActionDomainTable_NoRegister() { return UCommonInputActionDomainTable::GetPrivateStaticClass(); } struct Z_Construct_UClass_UCommonInputActionDomainTable_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * An ordered array of ActionDomains.\n */" }, { "IncludePath", "CommonInputActionDomain.h" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, { "ToolTip", "An ordered array of ActionDomains." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActionDomains_MetaData[] = { { "Category", "Default" }, { "Comment", "// Domains will receive events in ascending index order\n" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, { "ToolTip", "Domains will receive events in ascending index order" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputMode_MetaData[] = { { "Category", "Default" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MouseCaptureMode_MetaData[] = { { "Category", "Default" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHideCursorDuringViewportCapture_MetaData[] = { { "Category", "Default" }, { "ModuleRelativePath", "Public/CommonInputActionDomain.h" }, }; #endif // WITH_METADATA // ********** Begin Class UCommonInputActionDomainTable constinit property declarations ************ static const UECodeGen_Private::FObjectPropertyParams NewProp_ActionDomains_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_ActionDomains; static const UECodeGen_Private::FBytePropertyParams NewProp_InputMode_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_InputMode; static const UECodeGen_Private::FBytePropertyParams NewProp_MouseCaptureMode_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_MouseCaptureMode; static void NewProp_bHideCursorDuringViewportCapture_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bHideCursorDuringViewportCapture; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UCommonInputActionDomainTable constinit property declarations ************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UCommonInputActionDomainTable_Statics // ********** Begin Class UCommonInputActionDomainTable Property Definitions *********************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_ActionDomains_Inner = { "ActionDomains", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UCommonInputActionDomain_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_ActionDomains = { "ActionDomains", nullptr, (EPropertyFlags)0x0114000000010015, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonInputActionDomainTable, ActionDomains), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActionDomains_MetaData), NewProp_ActionDomains_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_InputMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_InputMode = { "InputMode", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonInputActionDomainTable, InputMode), Z_Construct_UEnum_CommonInput_ECommonInputMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputMode_MetaData), NewProp_InputMode_MetaData) }; // 3775286472 const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_MouseCaptureMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_MouseCaptureMode = { "MouseCaptureMode", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonInputActionDomainTable, MouseCaptureMode), Z_Construct_UEnum_Engine_EMouseCaptureMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MouseCaptureMode_MetaData), NewProp_MouseCaptureMode_MetaData) }; // 3489633281 void Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_bHideCursorDuringViewportCapture_SetBit(void* Obj) { ((UCommonInputActionDomainTable*)Obj)->bHideCursorDuringViewportCapture = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_bHideCursorDuringViewportCapture = { "bHideCursorDuringViewportCapture", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonInputActionDomainTable), &Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_bHideCursorDuringViewportCapture_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHideCursorDuringViewportCapture_MetaData), NewProp_bHideCursorDuringViewportCapture_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonInputActionDomainTable_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_ActionDomains_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_ActionDomains, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_InputMode_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_InputMode, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_MouseCaptureMode_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_MouseCaptureMode, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonInputActionDomainTable_Statics::NewProp_bHideCursorDuringViewportCapture, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonInputActionDomainTable_Statics::PropPointers) < 2048); // ********** End Class UCommonInputActionDomainTable Property Definitions ************************* UObject* (*const Z_Construct_UClass_UCommonInputActionDomainTable_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDataAsset, (UObject* (*)())Z_Construct_UPackage__Script_CommonInput, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonInputActionDomainTable_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonInputActionDomainTable_Statics::ClassParams = { &UCommonInputActionDomainTable::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UCommonInputActionDomainTable_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UCommonInputActionDomainTable_Statics::PropPointers), 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonInputActionDomainTable_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonInputActionDomainTable_Statics::Class_MetaDataParams) }; void UCommonInputActionDomainTable::StaticRegisterNativesUCommonInputActionDomainTable() { } UClass* Z_Construct_UClass_UCommonInputActionDomainTable() { if (!Z_Registration_Info_UClass_UCommonInputActionDomainTable.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonInputActionDomainTable.OuterSingleton, Z_Construct_UClass_UCommonInputActionDomainTable_Statics::ClassParams); } return Z_Registration_Info_UClass_UCommonInputActionDomainTable.OuterSingleton; } UCommonInputActionDomainTable::UCommonInputActionDomainTable(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonInputActionDomainTable); UCommonInputActionDomainTable::~UCommonInputActionDomainTable() {} // ********** End Class UCommonInputActionDomainTable ********************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonInput_Public_CommonInputActionDomain_h__Script_CommonInput_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { ECommonInputEventFlowBehavior_StaticEnum, TEXT("ECommonInputEventFlowBehavior"), &Z_Registration_Info_UEnum_ECommonInputEventFlowBehavior, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3857845328U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UCommonInputActionDomain, UCommonInputActionDomain::StaticClass, TEXT("UCommonInputActionDomain"), &Z_Registration_Info_UClass_UCommonInputActionDomain, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonInputActionDomain), 2806205017U) }, { Z_Construct_UClass_UCommonInputActionDomainTable, UCommonInputActionDomainTable::StaticClass, TEXT("UCommonInputActionDomainTable"), &Z_Registration_Info_UClass_UCommonInputActionDomainTable, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonInputActionDomainTable), 263074715U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonInput_Public_CommonInputActionDomain_h__Script_CommonInput_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonInput_Public_CommonInputActionDomain_h__Script_CommonInput_1592950079{ TEXT("/Script/CommonInput"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonInput_Public_CommonInputActionDomain_h__Script_CommonInput_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonInput_Public_CommonInputActionDomain_h__Script_CommonInput_Statics::ClassInfo), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonInput_Public_CommonInputActionDomain_h__Script_CommonInput_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonInput_Public_CommonInputActionDomain_h__Script_CommonInput_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS