// 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 "Materials/MaterialExpressionSparseVolumeTextureBase.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeMaterialExpressionSparseVolumeTextureBase() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression(); ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase(); ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_USparseVolumeTexture_NoRegister(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UMaterialExpressionSparseVolumeTextureBase ******************************* FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionSparseVolumeTextureBase; UClass* UMaterialExpressionSparseVolumeTextureBase::GetPrivateStaticClass() { using TClass = UMaterialExpressionSparseVolumeTextureBase; if (!Z_Registration_Info_UClass_UMaterialExpressionSparseVolumeTextureBase.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("MaterialExpressionSparseVolumeTextureBase"), Z_Registration_Info_UClass_UMaterialExpressionSparseVolumeTextureBase.InnerSingleton, StaticRegisterNativesUMaterialExpressionSparseVolumeTextureBase, 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_UMaterialExpressionSparseVolumeTextureBase.InnerSingleton; } UClass* Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_NoRegister() { return UMaterialExpressionSparseVolumeTextureBase::GetPrivateStaticClass(); } struct Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "HideCategories", "Object Object" }, { "IncludePath", "Materials/MaterialExpressionSparseVolumeTextureBase.h" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionSparseVolumeTextureBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SparseVolumeTexture_MetaData[] = { { "Category", "SparseVolumeTexture" }, { "Comment", "/** The Sparse Volume Texture to sample. */" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionSparseVolumeTextureBase.h" }, { "ToolTip", "The Sparse Volume Texture to sample." }, }; #endif // WITH_METADATA // ********** Begin Class UMaterialExpressionSparseVolumeTextureBase constinit property declarations static const UECodeGen_Private::FObjectPropertyParams NewProp_SparseVolumeTexture; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UMaterialExpressionSparseVolumeTextureBase constinit property declarations * static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics // ********** Begin Class UMaterialExpressionSparseVolumeTextureBase Property Definitions ********** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::NewProp_SparseVolumeTexture = { "SparseVolumeTexture", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSparseVolumeTextureBase, SparseVolumeTexture), Z_Construct_UClass_USparseVolumeTexture_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SparseVolumeTexture_MetaData), NewProp_SparseVolumeTexture_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::NewProp_SparseVolumeTexture, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::PropPointers) < 2048); // ********** End Class UMaterialExpressionSparseVolumeTextureBase Property Definitions ************ UObject* (*const Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UMaterialExpression, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::ClassParams = { &UMaterialExpressionSparseVolumeTextureBase::StaticClass, "MaterialExpressions", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::PropPointers), 0, 0x000800B5u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::Class_MetaDataParams) }; void UMaterialExpressionSparseVolumeTextureBase::StaticRegisterNativesUMaterialExpressionSparseVolumeTextureBase() { } UClass* Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase() { if (!Z_Registration_Info_UClass_UMaterialExpressionSparseVolumeTextureBase.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionSparseVolumeTextureBase.OuterSingleton, Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase_Statics::ClassParams); } return Z_Registration_Info_UClass_UMaterialExpressionSparseVolumeTextureBase.OuterSingleton; } UMaterialExpressionSparseVolumeTextureBase::UMaterialExpressionSparseVolumeTextureBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionSparseVolumeTextureBase); UMaterialExpressionSparseVolumeTextureBase::~UMaterialExpressionSparseVolumeTextureBase() {} // ********** End Class UMaterialExpressionSparseVolumeTextureBase ********************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSparseVolumeTextureBase_h__Script_Engine_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UMaterialExpressionSparseVolumeTextureBase, UMaterialExpressionSparseVolumeTextureBase::StaticClass, TEXT("UMaterialExpressionSparseVolumeTextureBase"), &Z_Registration_Info_UClass_UMaterialExpressionSparseVolumeTextureBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionSparseVolumeTextureBase), 354463131U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSparseVolumeTextureBase_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSparseVolumeTextureBase_h__Script_Engine_2067447884{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSparseVolumeTextureBase_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSparseVolumeTextureBase_h__Script_Engine_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS