// 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 "Components/LineBatchComponent.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeLineBatchComponent() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); ENGINE_API UClass* Z_Construct_UClass_ULineBatchComponent(); ENGINE_API UClass* Z_Construct_UClass_ULineBatchComponent_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UPrimitiveComponent(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBatchedLine(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBatchedPoint(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FBatchedLine ****************************************************** struct Z_Construct_UScriptStruct_FBatchedLine_Statics { static inline consteval int32 GetStructSize() { return sizeof(FBatchedLine); } static inline consteval int16 GetStructAlignment() { return alignof(FBatchedLine); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Start_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_End_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Color_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Thickness_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RemainingLifeTime_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DepthPriority_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BatchID_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FBatchedLine constinit property declarations ********************** static const UECodeGen_Private::FStructPropertyParams NewProp_Start; static const UECodeGen_Private::FStructPropertyParams NewProp_End; static const UECodeGen_Private::FStructPropertyParams NewProp_Color; static const UECodeGen_Private::FFloatPropertyParams NewProp_Thickness; static const UECodeGen_Private::FFloatPropertyParams NewProp_RemainingLifeTime; static const UECodeGen_Private::FBytePropertyParams NewProp_DepthPriority; static const UECodeGen_Private::FUInt32PropertyParams NewProp_BatchID; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FBatchedLine constinit property declarations ************************ static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FBatchedLine_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBatchedLine; class UScriptStruct* FBatchedLine::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FBatchedLine.OuterSingleton) { Z_Registration_Info_UScriptStruct_FBatchedLine.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBatchedLine, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("BatchedLine")); } return Z_Registration_Info_UScriptStruct_FBatchedLine.OuterSingleton; } // ********** Begin ScriptStruct FBatchedLine Property Definitions ********************************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_Start = { "Start", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedLine, Start), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Start_MetaData), NewProp_Start_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_End = { "End", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedLine, End), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_End_MetaData), NewProp_End_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedLine, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Color_MetaData), NewProp_Color_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_Thickness = { "Thickness", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedLine, Thickness), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Thickness_MetaData), NewProp_Thickness_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_RemainingLifeTime = { "RemainingLifeTime", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedLine, RemainingLifeTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RemainingLifeTime_MetaData), NewProp_RemainingLifeTime_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_DepthPriority = { "DepthPriority", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedLine, DepthPriority), nullptr, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DepthPriority_MetaData), NewProp_DepthPriority_MetaData) }; const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_BatchID = { "BatchID", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedLine, BatchID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BatchID_MetaData), NewProp_BatchID_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBatchedLine_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_Start, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_End, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_Color, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_Thickness, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_RemainingLifeTime, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_DepthPriority, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedLine_Statics::NewProp_BatchID, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBatchedLine_Statics::PropPointers) < 2048); // ********** End ScriptStruct FBatchedLine Property Definitions *********************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBatchedLine_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "BatchedLine", Z_Construct_UScriptStruct_FBatchedLine_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBatchedLine_Statics::PropPointers), sizeof(FBatchedLine), alignof(FBatchedLine), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBatchedLine_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBatchedLine_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FBatchedLine() { if (!Z_Registration_Info_UScriptStruct_FBatchedLine.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBatchedLine.InnerSingleton, Z_Construct_UScriptStruct_FBatchedLine_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FBatchedLine.InnerSingleton); } // ********** End ScriptStruct FBatchedLine ******************************************************** // ********** Begin ScriptStruct FBatchedPoint ***************************************************** struct Z_Construct_UScriptStruct_FBatchedPoint_Statics { static inline consteval int32 GetStructSize() { return sizeof(FBatchedPoint); } static inline consteval int16 GetStructAlignment() { return alignof(FBatchedPoint); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Position_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Color_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PointSize_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RemainingLifeTime_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DepthPriority_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BatchID_MetaData[] = { { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FBatchedPoint constinit property declarations ********************* static const UECodeGen_Private::FStructPropertyParams NewProp_Position; static const UECodeGen_Private::FStructPropertyParams NewProp_Color; static const UECodeGen_Private::FFloatPropertyParams NewProp_PointSize; static const UECodeGen_Private::FFloatPropertyParams NewProp_RemainingLifeTime; static const UECodeGen_Private::FBytePropertyParams NewProp_DepthPriority; static const UECodeGen_Private::FUInt32PropertyParams NewProp_BatchID; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FBatchedPoint constinit property declarations *********************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FBatchedPoint_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBatchedPoint; class UScriptStruct* FBatchedPoint::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FBatchedPoint.OuterSingleton) { Z_Registration_Info_UScriptStruct_FBatchedPoint.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBatchedPoint, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("BatchedPoint")); } return Z_Registration_Info_UScriptStruct_FBatchedPoint.OuterSingleton; } // ********** Begin ScriptStruct FBatchedPoint Property Definitions ******************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_Position = { "Position", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedPoint, Position), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Position_MetaData), NewProp_Position_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedPoint, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Color_MetaData), NewProp_Color_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_PointSize = { "PointSize", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedPoint, PointSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PointSize_MetaData), NewProp_PointSize_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_RemainingLifeTime = { "RemainingLifeTime", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedPoint, RemainingLifeTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RemainingLifeTime_MetaData), NewProp_RemainingLifeTime_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_DepthPriority = { "DepthPriority", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedPoint, DepthPriority), nullptr, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DepthPriority_MetaData), NewProp_DepthPriority_MetaData) }; const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_BatchID = { "BatchID", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBatchedPoint, BatchID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BatchID_MetaData), NewProp_BatchID_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBatchedPoint_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_Position, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_Color, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_PointSize, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_RemainingLifeTime, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_DepthPriority, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewProp_BatchID, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBatchedPoint_Statics::PropPointers) < 2048); // ********** End ScriptStruct FBatchedPoint Property Definitions ********************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBatchedPoint_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "BatchedPoint", Z_Construct_UScriptStruct_FBatchedPoint_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBatchedPoint_Statics::PropPointers), sizeof(FBatchedPoint), alignof(FBatchedPoint), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBatchedPoint_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBatchedPoint_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FBatchedPoint() { if (!Z_Registration_Info_UScriptStruct_FBatchedPoint.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBatchedPoint.InnerSingleton, Z_Construct_UScriptStruct_FBatchedPoint_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FBatchedPoint.InnerSingleton); } // ********** End ScriptStruct FBatchedPoint ******************************************************* // ********** Begin Class ULineBatchComponent ****************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_ULineBatchComponent; UClass* ULineBatchComponent::GetPrivateStaticClass() { using TClass = ULineBatchComponent; if (!Z_Registration_Info_UClass_ULineBatchComponent.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("LineBatchComponent"), Z_Registration_Info_UClass_ULineBatchComponent.InnerSingleton, StaticRegisterNativesULineBatchComponent, 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_ULineBatchComponent.InnerSingleton; } UClass* Z_Construct_UClass_ULineBatchComponent_NoRegister() { return ULineBatchComponent::GetPrivateStaticClass(); } struct Z_Construct_UClass_ULineBatchComponent_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/** \n * The line batch component buffers and draws lines (and some other line-based shapes) in a scene. \n *\x09This can be useful for debug drawing, but is not very performant for runtime use.\n */" }, { "HideCategories", "Mobility VirtualTexture Trigger" }, { "IncludePath", "Components/LineBatchComponent.h" }, { "ModuleRelativePath", "Classes/Components/LineBatchComponent.h" }, { "ToolTip", "The line batch component buffers and draws lines (and some other line-based shapes) in a scene.\n This can be useful for debug drawing, but is not very performant for runtime use." }, }; #endif // WITH_METADATA // ********** Begin Class ULineBatchComponent constinit property declarations ********************** // ********** End Class ULineBatchComponent constinit property declarations ************************ static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_ULineBatchComponent_Statics UObject* (*const Z_Construct_UClass_ULineBatchComponent_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UPrimitiveComponent, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULineBatchComponent_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_ULineBatchComponent_Statics::ClassParams = { &ULineBatchComponent::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x00A800A4u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULineBatchComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_ULineBatchComponent_Statics::Class_MetaDataParams) }; void ULineBatchComponent::StaticRegisterNativesULineBatchComponent() { } UClass* Z_Construct_UClass_ULineBatchComponent() { if (!Z_Registration_Info_UClass_ULineBatchComponent.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULineBatchComponent.OuterSingleton, Z_Construct_UClass_ULineBatchComponent_Statics::ClassParams); } return Z_Registration_Info_UClass_ULineBatchComponent.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULineBatchComponent); ULineBatchComponent::~ULineBatchComponent() {} // ********** End Class ULineBatchComponent ******************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_LineBatchComponent_h__Script_Engine_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FBatchedLine::StaticStruct, Z_Construct_UScriptStruct_FBatchedLine_Statics::NewStructOps, TEXT("BatchedLine"),&Z_Registration_Info_UScriptStruct_FBatchedLine, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBatchedLine), 1739098786U) }, { FBatchedPoint::StaticStruct, Z_Construct_UScriptStruct_FBatchedPoint_Statics::NewStructOps, TEXT("BatchedPoint"),&Z_Registration_Info_UScriptStruct_FBatchedPoint, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBatchedPoint), 1034642534U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_ULineBatchComponent, ULineBatchComponent::StaticClass, TEXT("ULineBatchComponent"), &Z_Registration_Info_UClass_ULineBatchComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULineBatchComponent), 2204312679U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_LineBatchComponent_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_LineBatchComponent_h__Script_Engine_276244801{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_LineBatchComponent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_LineBatchComponent_h__Script_Engine_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_LineBatchComponent_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_LineBatchComponent_h__Script_Engine_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS