// 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 "ObjectTemplates/DatasmithDecalComponentTemplate.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeDatasmithDecalComponentTemplate() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithDecalComponentTemplate(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithDecalComponentTemplate_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithObjectTemplate(); ENGINE_API UClass* Z_Construct_UClass_UMaterialInterface_NoRegister(); UPackage* Z_Construct_UPackage__Script_DatasmithContent(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UDatasmithDecalComponentTemplate ***************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithDecalComponentTemplate; UClass* UDatasmithDecalComponentTemplate::GetPrivateStaticClass() { using TClass = UDatasmithDecalComponentTemplate; if (!Z_Registration_Info_UClass_UDatasmithDecalComponentTemplate.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithDecalComponentTemplate"), Z_Registration_Info_UClass_UDatasmithDecalComponentTemplate.InnerSingleton, StaticRegisterNativesUDatasmithDecalComponentTemplate, 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_UDatasmithDecalComponentTemplate.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithDecalComponentTemplate_NoRegister() { return UDatasmithDecalComponentTemplate::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "ObjectTemplates/DatasmithDecalComponentTemplate.h" }, { "ModuleRelativePath", "Public/ObjectTemplates/DatasmithDecalComponentTemplate.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SortOrder_MetaData[] = { { "ModuleRelativePath", "Public/ObjectTemplates/DatasmithDecalComponentTemplate.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DecalSize_MetaData[] = { { "ModuleRelativePath", "Public/ObjectTemplates/DatasmithDecalComponentTemplate.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Material_MetaData[] = { { "ModuleRelativePath", "Public/ObjectTemplates/DatasmithDecalComponentTemplate.h" }, }; #endif // WITH_METADATA // ********** Begin Class UDatasmithDecalComponentTemplate constinit property declarations ********* static const UECodeGen_Private::FIntPropertyParams NewProp_SortOrder; static const UECodeGen_Private::FStructPropertyParams NewProp_DecalSize; static const UECodeGen_Private::FObjectPropertyParams NewProp_Material; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UDatasmithDecalComponentTemplate constinit property declarations *********** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics // ********** Begin Class UDatasmithDecalComponentTemplate Property Definitions ******************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::NewProp_SortOrder = { "SortOrder", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithDecalComponentTemplate, SortOrder), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SortOrder_MetaData), NewProp_SortOrder_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::NewProp_DecalSize = { "DecalSize", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithDecalComponentTemplate, DecalSize), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DecalSize_MetaData), NewProp_DecalSize_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::NewProp_Material = { "Material", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithDecalComponentTemplate, Material), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Material_MetaData), NewProp_Material_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::NewProp_SortOrder, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::NewProp_DecalSize, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::NewProp_Material, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::PropPointers) < 2048); // ********** End Class UDatasmithDecalComponentTemplate Property Definitions ********************** UObject* (*const Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithObjectTemplate, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::ClassParams = { &UDatasmithDecalComponentTemplate::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::PropPointers), 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::Class_MetaDataParams) }; void UDatasmithDecalComponentTemplate::StaticRegisterNativesUDatasmithDecalComponentTemplate() { } UClass* Z_Construct_UClass_UDatasmithDecalComponentTemplate() { if (!Z_Registration_Info_UClass_UDatasmithDecalComponentTemplate.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithDecalComponentTemplate.OuterSingleton, Z_Construct_UClass_UDatasmithDecalComponentTemplate_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithDecalComponentTemplate.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithDecalComponentTemplate); UDatasmithDecalComponentTemplate::~UDatasmithDecalComponentTemplate() {} // ********** End Class UDatasmithDecalComponentTemplate ******************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithDecalComponentTemplate_h__Script_DatasmithContent_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UDatasmithDecalComponentTemplate, UDatasmithDecalComponentTemplate::StaticClass, TEXT("UDatasmithDecalComponentTemplate"), &Z_Registration_Info_UClass_UDatasmithDecalComponentTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithDecalComponentTemplate), 1303778U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithDecalComponentTemplate_h__Script_DatasmithContent_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithDecalComponentTemplate_h__Script_DatasmithContent_2246989468{ TEXT("/Script/DatasmithContent"), Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithDecalComponentTemplate_h__Script_DatasmithContent_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithDecalComponentTemplate_h__Script_DatasmithContent_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS