// 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 "Core/CameraObjectInterfaceParameterDefinition.h" #include "Core/CameraContextDataTableFwd.h" #include "Core/CameraVariableTableFwd.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeCameraObjectInterfaceParameterDefinition() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); COREUOBJECT_API UClass* Z_Construct_UClass_UScriptStruct_NoRegister(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid(); GAMEPLAYCAMERAS_API UEnum* Z_Construct_UEnum_GameplayCameras_ECameraContextDataContainerType(); GAMEPLAYCAMERAS_API UEnum* Z_Construct_UEnum_GameplayCameras_ECameraContextDataType(); GAMEPLAYCAMERAS_API UEnum* Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType(); GAMEPLAYCAMERAS_API UEnum* Z_Construct_UEnum_GameplayCameras_ECameraVariableType(); GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FCameraContextDataID(); GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition(); GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FCameraVariableID(); UPackage* Z_Construct_UPackage__Script_GameplayCameras(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum ECameraObjectInterfaceParameterType *************************************** static FEnumRegistrationInfo Z_Registration_Info_UEnum_ECameraObjectInterfaceParameterType; static UEnum* ECameraObjectInterfaceParameterType_StaticEnum() { if (!Z_Registration_Info_UEnum_ECameraObjectInterfaceParameterType.OuterSingleton) { Z_Registration_Info_UEnum_ECameraObjectInterfaceParameterType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType, (UObject*)Z_Construct_UPackage__Script_GameplayCameras(), TEXT("ECameraObjectInterfaceParameterType")); } return Z_Registration_Info_UEnum_ECameraObjectInterfaceParameterType.OuterSingleton; } template<> GAMEPLAYCAMERAS_NON_ATTRIBUTED_API UEnum* StaticEnum() { return ECameraObjectInterfaceParameterType_StaticEnum(); } struct Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "Blendable.Name", "ECameraObjectInterfaceParameterType::Blendable" }, { "Comment", "/**\n * The type of a camera rig parameter.\n */" }, { "Data.Name", "ECameraObjectInterfaceParameterType::Data" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "ToolTip", "The type of a camera rig parameter." }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "ECameraObjectInterfaceParameterType::Blendable", (int64)ECameraObjectInterfaceParameterType::Blendable }, { "ECameraObjectInterfaceParameterType::Data", (int64)ECameraObjectInterfaceParameterType::Data }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_GameplayCameras, nullptr, "ECameraObjectInterfaceParameterType", "ECameraObjectInterfaceParameterType", Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType() { if (!Z_Registration_Info_UEnum_ECameraObjectInterfaceParameterType.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ECameraObjectInterfaceParameterType.InnerSingleton, Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType_Statics::EnumParams); } return Z_Registration_Info_UEnum_ECameraObjectInterfaceParameterType.InnerSingleton; } // ********** End Enum ECameraObjectInterfaceParameterType ***************************************** // ********** Begin ScriptStruct FCameraObjectInterfaceParameterDefinition ************************* struct Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics { static inline consteval int32 GetStructSize() { return sizeof(FCameraObjectInterfaceParameterDefinition); } static inline consteval int16 GetStructAlignment() { return alignof(FCameraObjectInterfaceParameterDefinition); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/**\n * Information about a parameter exposed on a camera asset.\n */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "ToolTip", "Information about a parameter exposed on a camera asset." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParameterName_MetaData[] = { { "Comment", "/** The name of the parameter. */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "ToolTip", "The name of the parameter." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParameterGuid_MetaData[] = { { "Comment", "/**\n\x09 * The GUID of the parameter.\n\x09 * This matches the GUID on the corresponding UCameraObjectInterfaceBlendableParameter\n\x09 * or UCameraObjectInterfaceDataParameter object.\n\x09 */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "ToolTip", "The GUID of the parameter.\nThis matches the GUID on the corresponding UCameraObjectInterfaceBlendableParameter\nor UCameraObjectInterfaceDataParameter object." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParameterType_MetaData[] = { { "Comment", "/** The type of this parameter. */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "ToolTip", "The type of this parameter." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariableID_MetaData[] = { { "Comment", "/** The ID of the variable that drives this blendable parameter. */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "ToolTip", "The ID of the variable that drives this blendable parameter." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariableType_MetaData[] = { { "Comment", "/** The type of the variable that drives this blendable parameter. */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "ToolTip", "The type of the variable that drives this blendable parameter." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlendableStructType_MetaData[] = { { "Comment", "/** The type of the structure if VariableType is BlendableStruct. */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "NativeConstTemplateArg", "" }, { "ToolTip", "The type of the structure if VariableType is BlendableStruct." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataID_MetaData[] = { { "Comment", "/** The ID of the data that drives this blendable parameter. */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "ToolTip", "The ID of the data that drives this blendable parameter." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataType_MetaData[] = { { "Comment", "/** The type of the data that drives this blendable parameter. */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "ToolTip", "The type of the data that drives this blendable parameter." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataContainerType_MetaData[] = { { "Comment", "/** The type of container that drives this blendable parameter. */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "ToolTip", "The type of container that drives this blendable parameter." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataTypeObject_MetaData[] = { { "Comment", "/** The type object of the data that drives this blendable parameter. */" }, { "ModuleRelativePath", "Public/Core/CameraObjectInterfaceParameterDefinition.h" }, { "NativeConstTemplateArg", "" }, { "ToolTip", "The type object of the data that drives this blendable parameter." }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FCameraObjectInterfaceParameterDefinition constinit property declarations static const UECodeGen_Private::FNamePropertyParams NewProp_ParameterName; static const UECodeGen_Private::FStructPropertyParams NewProp_ParameterGuid; static const UECodeGen_Private::FBytePropertyParams NewProp_ParameterType_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_ParameterType; static const UECodeGen_Private::FStructPropertyParams NewProp_VariableID; static const UECodeGen_Private::FIntPropertyParams NewProp_VariableType_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_VariableType; static const UECodeGen_Private::FObjectPropertyParams NewProp_BlendableStructType; static const UECodeGen_Private::FStructPropertyParams NewProp_DataID; static const UECodeGen_Private::FIntPropertyParams NewProp_DataType_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_DataType; static const UECodeGen_Private::FIntPropertyParams NewProp_DataContainerType_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_DataContainerType; static const UECodeGen_Private::FObjectPropertyParams NewProp_DataTypeObject; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FCameraObjectInterfaceParameterDefinition constinit property declarations static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCameraObjectInterfaceParameterDefinition; class UScriptStruct* FCameraObjectInterfaceParameterDefinition::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FCameraObjectInterfaceParameterDefinition.OuterSingleton) { Z_Registration_Info_UScriptStruct_FCameraObjectInterfaceParameterDefinition.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition, (UObject*)Z_Construct_UPackage__Script_GameplayCameras(), TEXT("CameraObjectInterfaceParameterDefinition")); } return Z_Registration_Info_UScriptStruct_FCameraObjectInterfaceParameterDefinition.OuterSingleton; } // ********** Begin ScriptStruct FCameraObjectInterfaceParameterDefinition Property Definitions **** const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_ParameterName = { "ParameterName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCameraObjectInterfaceParameterDefinition, ParameterName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParameterName_MetaData), NewProp_ParameterName_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_ParameterGuid = { "ParameterGuid", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCameraObjectInterfaceParameterDefinition, ParameterGuid), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParameterGuid_MetaData), NewProp_ParameterGuid_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_ParameterType_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_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_ParameterType = { "ParameterType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCameraObjectInterfaceParameterDefinition, ParameterType), Z_Construct_UEnum_GameplayCameras_ECameraObjectInterfaceParameterType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParameterType_MetaData), NewProp_ParameterType_MetaData) }; // 3392994235 const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_VariableID = { "VariableID", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCameraObjectInterfaceParameterDefinition, VariableID), Z_Construct_UScriptStruct_FCameraVariableID, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariableID_MetaData), NewProp_VariableID_MetaData) }; // 2138216245 const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_VariableType_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_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_VariableType = { "VariableType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCameraObjectInterfaceParameterDefinition, VariableType), Z_Construct_UEnum_GameplayCameras_ECameraVariableType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariableType_MetaData), NewProp_VariableType_MetaData) }; // 2611107891 const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_BlendableStructType = { "BlendableStructType", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCameraObjectInterfaceParameterDefinition, BlendableStructType), Z_Construct_UClass_UScriptStruct_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlendableStructType_MetaData), NewProp_BlendableStructType_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataID = { "DataID", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCameraObjectInterfaceParameterDefinition, DataID), Z_Construct_UScriptStruct_FCameraContextDataID, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataID_MetaData), NewProp_DataID_MetaData) }; // 1378185330 const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataType_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_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataType = { "DataType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCameraObjectInterfaceParameterDefinition, DataType), Z_Construct_UEnum_GameplayCameras_ECameraContextDataType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataType_MetaData), NewProp_DataType_MetaData) }; // 2969100477 const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataContainerType_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_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataContainerType = { "DataContainerType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCameraObjectInterfaceParameterDefinition, DataContainerType), Z_Construct_UEnum_GameplayCameras_ECameraContextDataContainerType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataContainerType_MetaData), NewProp_DataContainerType_MetaData) }; // 3661819593 const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataTypeObject = { "DataTypeObject", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCameraObjectInterfaceParameterDefinition, DataTypeObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataTypeObject_MetaData), NewProp_DataTypeObject_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_ParameterName, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_ParameterGuid, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_ParameterType_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_ParameterType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_VariableID, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_VariableType_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_VariableType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_BlendableStructType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataID, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataType_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataContainerType_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataContainerType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewProp_DataTypeObject, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::PropPointers) < 2048); // ********** End ScriptStruct FCameraObjectInterfaceParameterDefinition Property Definitions ****** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras, nullptr, &NewStructOps, "CameraObjectInterfaceParameterDefinition", Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::PropPointers), sizeof(FCameraObjectInterfaceParameterDefinition), alignof(FCameraObjectInterfaceParameterDefinition), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition() { if (!Z_Registration_Info_UScriptStruct_FCameraObjectInterfaceParameterDefinition.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCameraObjectInterfaceParameterDefinition.InnerSingleton, Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FCameraObjectInterfaceParameterDefinition.InnerSingleton); } // ********** End ScriptStruct FCameraObjectInterfaceParameterDefinition *************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_CameraObjectInterfaceParameterDefinition_h__Script_GameplayCameras_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { ECameraObjectInterfaceParameterType_StaticEnum, TEXT("ECameraObjectInterfaceParameterType"), &Z_Registration_Info_UEnum_ECameraObjectInterfaceParameterType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3392994235U) }, }; static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FCameraObjectInterfaceParameterDefinition::StaticStruct, Z_Construct_UScriptStruct_FCameraObjectInterfaceParameterDefinition_Statics::NewStructOps, TEXT("CameraObjectInterfaceParameterDefinition"),&Z_Registration_Info_UScriptStruct_FCameraObjectInterfaceParameterDefinition, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCameraObjectInterfaceParameterDefinition), 59832947U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_CameraObjectInterfaceParameterDefinition_h__Script_GameplayCameras_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_CameraObjectInterfaceParameterDefinition_h__Script_GameplayCameras_2657214573{ TEXT("/Script/GameplayCameras"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_CameraObjectInterfaceParameterDefinition_h__Script_GameplayCameras_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_CameraObjectInterfaceParameterDefinition_h__Script_GameplayCameras_Statics::ScriptStructInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_CameraObjectInterfaceParameterDefinition_h__Script_GameplayCameras_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_CameraObjectInterfaceParameterDefinition_h__Script_GameplayCameras_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS