176 lines
12 KiB
C++
176 lines
12 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 "BaseMeshPaintingToolProperties.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeBaseMeshPaintingToolProperties() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UBrushBaseProperties();
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshPaintingToolProperties();
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshPaintingToolProperties_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_MeshPaintingToolset();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UMeshPaintingToolProperties **********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMeshPaintingToolProperties;
|
|
UClass* UMeshPaintingToolProperties::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMeshPaintingToolProperties;
|
|
if (!Z_Registration_Info_UClass_UMeshPaintingToolProperties.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MeshPaintingToolProperties"),
|
|
Z_Registration_Info_UClass_UMeshPaintingToolProperties.InnerSingleton,
|
|
StaticRegisterNativesUMeshPaintingToolProperties,
|
|
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_UMeshPaintingToolProperties.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMeshPaintingToolProperties_NoRegister()
|
|
{
|
|
return UMeshPaintingToolProperties::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMeshPaintingToolProperties_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "BaseMeshPaintingToolProperties.h" },
|
|
{ "ModuleRelativePath", "Public/BaseMeshPaintingToolProperties.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PaintColor_MetaData[] = {
|
|
{ "Category", "ColorPainting" },
|
|
{ "Comment", "/** Color used for applying color painting */" },
|
|
{ "ModuleRelativePath", "Public/BaseMeshPaintingToolProperties.h" },
|
|
{ "ToolTip", "Color used for applying color painting" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EraseColor_MetaData[] = {
|
|
{ "Category", "ColorPainting" },
|
|
{ "Comment", "/** Color used for erasing color painting */" },
|
|
{ "ModuleRelativePath", "Public/BaseMeshPaintingToolProperties.h" },
|
|
{ "ToolTip", "Color used for erasing color painting" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableFlow_MetaData[] = {
|
|
{ "Category", "Brush" },
|
|
{ "Comment", "/** Enables \"Flow\" painting where paint is continually applied from the brush every tick */" },
|
|
{ "DisplayName", "Enable Brush Flow" },
|
|
{ "ModuleRelativePath", "Public/BaseMeshPaintingToolProperties.h" },
|
|
{ "ToolTip", "Enables \"Flow\" painting where paint is continually applied from the brush every tick" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOnlyFrontFacingTriangles_MetaData[] = {
|
|
{ "Category", "Brush" },
|
|
{ "Comment", "/** Whether back-facing triangles should be ignored */" },
|
|
{ "DisplayName", "Ignore Back-Facing" },
|
|
{ "ModuleRelativePath", "Public/BaseMeshPaintingToolProperties.h" },
|
|
{ "ToolTip", "Whether back-facing triangles should be ignored" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMeshPaintingToolProperties constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PaintColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_EraseColor;
|
|
static void NewProp_bEnableFlow_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableFlow;
|
|
static void NewProp_bOnlyFrontFacingTriangles_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOnlyFrontFacingTriangles;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMeshPaintingToolProperties constinit property declarations ****************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMeshPaintingToolProperties>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMeshPaintingToolProperties_Statics
|
|
|
|
// ********** Begin Class UMeshPaintingToolProperties Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_PaintColor = { "PaintColor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshPaintingToolProperties, PaintColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PaintColor_MetaData), NewProp_PaintColor_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_EraseColor = { "EraseColor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshPaintingToolProperties, EraseColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EraseColor_MetaData), NewProp_EraseColor_MetaData) };
|
|
void Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_bEnableFlow_SetBit(void* Obj)
|
|
{
|
|
((UMeshPaintingToolProperties*)Obj)->bEnableFlow = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_bEnableFlow = { "bEnableFlow", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMeshPaintingToolProperties), &Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_bEnableFlow_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableFlow_MetaData), NewProp_bEnableFlow_MetaData) };
|
|
void Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_bOnlyFrontFacingTriangles_SetBit(void* Obj)
|
|
{
|
|
((UMeshPaintingToolProperties*)Obj)->bOnlyFrontFacingTriangles = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_bOnlyFrontFacingTriangles = { "bOnlyFrontFacingTriangles", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMeshPaintingToolProperties), &Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_bOnlyFrontFacingTriangles_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOnlyFrontFacingTriangles_MetaData), NewProp_bOnlyFrontFacingTriangles_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMeshPaintingToolProperties_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_PaintColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_EraseColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_bEnableFlow,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshPaintingToolProperties_Statics::NewProp_bOnlyFrontFacingTriangles,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshPaintingToolProperties_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMeshPaintingToolProperties Property Definitions ***************************
|
|
UObject* (*const Z_Construct_UClass_UMeshPaintingToolProperties_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBrushBaseProperties,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MeshPaintingToolset,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshPaintingToolProperties_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMeshPaintingToolProperties_Statics::ClassParams = {
|
|
&UMeshPaintingToolProperties::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMeshPaintingToolProperties_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMeshPaintingToolProperties_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshPaintingToolProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UMeshPaintingToolProperties_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMeshPaintingToolProperties::StaticRegisterNativesUMeshPaintingToolProperties()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMeshPaintingToolProperties()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMeshPaintingToolProperties.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMeshPaintingToolProperties.OuterSingleton, Z_Construct_UClass_UMeshPaintingToolProperties_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMeshPaintingToolProperties.OuterSingleton;
|
|
}
|
|
UMeshPaintingToolProperties::UMeshPaintingToolProperties() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMeshPaintingToolProperties);
|
|
UMeshPaintingToolProperties::~UMeshPaintingToolProperties() {}
|
|
// ********** End Class UMeshPaintingToolProperties ************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_BaseMeshPaintingToolProperties_h__Script_MeshPaintingToolset_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UMeshPaintingToolProperties, UMeshPaintingToolProperties::StaticClass, TEXT("UMeshPaintingToolProperties"), &Z_Registration_Info_UClass_UMeshPaintingToolProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMeshPaintingToolProperties), 4218223490U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_BaseMeshPaintingToolProperties_h__Script_MeshPaintingToolset_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_BaseMeshPaintingToolProperties_h__Script_MeshPaintingToolset_2533373723{
|
|
TEXT("/Script/MeshPaintingToolset"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_BaseMeshPaintingToolProperties_h__Script_MeshPaintingToolset_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_BaseMeshPaintingToolProperties_h__Script_MeshPaintingToolset_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|