136 lines
7.4 KiB
C++
136 lines
7.4 KiB
C++
// 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 "BaseTools/BaseVoxelTool.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeBaseVoxelTool() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UBaseCreateFromSelectedTool();
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UBaseVoxelTool();
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UBaseVoxelTool_NoRegister();
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UVoxelProperties_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_ModelingComponents();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UBaseVoxelTool ***********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UBaseVoxelTool;
|
|
UClass* UBaseVoxelTool::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UBaseVoxelTool;
|
|
if (!Z_Registration_Info_UClass_UBaseVoxelTool.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("BaseVoxelTool"),
|
|
Z_Registration_Info_UClass_UBaseVoxelTool.InnerSingleton,
|
|
StaticRegisterNativesUBaseVoxelTool,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UBaseVoxelTool.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UBaseVoxelTool_NoRegister()
|
|
{
|
|
return UBaseVoxelTool::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UBaseVoxelTool_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Base for Voxel tools\n */" },
|
|
{ "IncludePath", "BaseTools/BaseVoxelTool.h" },
|
|
{ "ModuleRelativePath", "Public/BaseTools/BaseVoxelTool.h" },
|
|
{ "ToolTip", "Base for Voxel tools" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VoxProperties_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/BaseTools/BaseVoxelTool.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UBaseVoxelTool constinit property declarations ***************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_VoxProperties;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UBaseVoxelTool constinit property declarations *****************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UBaseVoxelTool>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UBaseVoxelTool_Statics
|
|
|
|
// ********** Begin Class UBaseVoxelTool Property Definitions **************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBaseVoxelTool_Statics::NewProp_VoxProperties = { "VoxProperties", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBaseVoxelTool, VoxProperties), Z_Construct_UClass_UVoxelProperties_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VoxProperties_MetaData), NewProp_VoxProperties_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBaseVoxelTool_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBaseVoxelTool_Statics::NewProp_VoxProperties,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBaseVoxelTool_Statics::PropPointers) < 2048);
|
|
// ********** End Class UBaseVoxelTool Property Definitions ****************************************
|
|
UObject* (*const Z_Construct_UClass_UBaseVoxelTool_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBaseCreateFromSelectedTool,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBaseVoxelTool_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBaseVoxelTool_Statics::ClassParams = {
|
|
&UBaseVoxelTool::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UBaseVoxelTool_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UBaseVoxelTool_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBaseVoxelTool_Statics::Class_MetaDataParams), Z_Construct_UClass_UBaseVoxelTool_Statics::Class_MetaDataParams)
|
|
};
|
|
void UBaseVoxelTool::StaticRegisterNativesUBaseVoxelTool()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UBaseVoxelTool()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UBaseVoxelTool.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBaseVoxelTool.OuterSingleton, Z_Construct_UClass_UBaseVoxelTool_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UBaseVoxelTool.OuterSingleton;
|
|
}
|
|
UBaseVoxelTool::UBaseVoxelTool() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBaseVoxelTool);
|
|
UBaseVoxelTool::~UBaseVoxelTool() {}
|
|
// ********** End Class UBaseVoxelTool *************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_BaseTools_BaseVoxelTool_h__Script_ModelingComponents_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UBaseVoxelTool, UBaseVoxelTool::StaticClass, TEXT("UBaseVoxelTool"), &Z_Registration_Info_UClass_UBaseVoxelTool, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBaseVoxelTool), 1009005106U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_BaseTools_BaseVoxelTool_h__Script_ModelingComponents_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_BaseTools_BaseVoxelTool_h__Script_ModelingComponents_2123155711{
|
|
TEXT("/Script/ModelingComponents"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_BaseTools_BaseVoxelTool_h__Script_ModelingComponents_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_BaseTools_BaseVoxelTool_h__Script_ModelingComponents_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|