502 lines
29 KiB
C++
502 lines
29 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 "ClothPaintTools.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeClothPaintTools() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_BrushSettings();
|
|
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_BrushSettings_NoRegister();
|
|
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_FillSettings();
|
|
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_FillSettings_NoRegister();
|
|
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_GradientSettings();
|
|
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_GradientSettings_NoRegister();
|
|
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_SmoothSettings();
|
|
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_SmoothSettings_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
UPackage* Z_Construct_UPackage__Script_ClothPainter();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UClothPaintTool_BrushSettings ********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UClothPaintTool_BrushSettings;
|
|
UClass* UClothPaintTool_BrushSettings::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UClothPaintTool_BrushSettings;
|
|
if (!Z_Registration_Info_UClass_UClothPaintTool_BrushSettings.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ClothPaintTool_BrushSettings"),
|
|
Z_Registration_Info_UClass_UClothPaintTool_BrushSettings.InnerSingleton,
|
|
StaticRegisterNativesUClothPaintTool_BrushSettings,
|
|
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_UClothPaintTool_BrushSettings.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UClothPaintTool_BrushSettings_NoRegister()
|
|
{
|
|
return UClothPaintTool_BrushSettings::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** Unique settings for the Brush tool */" },
|
|
{ "IncludePath", "ClothPaintTools.h" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "Unique settings for the Brush tool" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PaintValue_MetaData[] = {
|
|
{ "Category", "ToolSettings" },
|
|
{ "ClampMax", "100000" },
|
|
{ "ClampMin", "0" },
|
|
{ "Comment", "/** Value to paint onto the mesh for this parameter */" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "Value to paint onto the mesh for this parameter" },
|
|
{ "UIMax", "100" },
|
|
{ "UIMin", "0" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UClothPaintTool_BrushSettings constinit property declarations ************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PaintValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UClothPaintTool_BrushSettings constinit property declarations **************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UClothPaintTool_BrushSettings>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics
|
|
|
|
// ********** Begin Class UClothPaintTool_BrushSettings Property Definitions ***********************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::NewProp_PaintValue = { "PaintValue", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPaintTool_BrushSettings, PaintValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PaintValue_MetaData), NewProp_PaintValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::NewProp_PaintValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Class UClothPaintTool_BrushSettings Property Definitions *************************
|
|
UObject* (*const Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ClothPainter,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::ClassParams = {
|
|
&UClothPaintTool_BrushSettings::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::PropPointers),
|
|
0,
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::Class_MetaDataParams)
|
|
};
|
|
void UClothPaintTool_BrushSettings::StaticRegisterNativesUClothPaintTool_BrushSettings()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UClothPaintTool_BrushSettings()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UClothPaintTool_BrushSettings.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClothPaintTool_BrushSettings.OuterSingleton, Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UClothPaintTool_BrushSettings.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClothPaintTool_BrushSettings);
|
|
UClothPaintTool_BrushSettings::~UClothPaintTool_BrushSettings() {}
|
|
// ********** End Class UClothPaintTool_BrushSettings **********************************************
|
|
|
|
// ********** Begin Class UClothPaintTool_GradientSettings *****************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UClothPaintTool_GradientSettings;
|
|
UClass* UClothPaintTool_GradientSettings::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UClothPaintTool_GradientSettings;
|
|
if (!Z_Registration_Info_UClass_UClothPaintTool_GradientSettings.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ClothPaintTool_GradientSettings"),
|
|
Z_Registration_Info_UClass_UClothPaintTool_GradientSettings.InnerSingleton,
|
|
StaticRegisterNativesUClothPaintTool_GradientSettings,
|
|
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_UClothPaintTool_GradientSettings.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UClothPaintTool_GradientSettings_NoRegister()
|
|
{
|
|
return UClothPaintTool_GradientSettings::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** Unique settings for the Gradient tool */" },
|
|
{ "IncludePath", "ClothPaintTools.h" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "Unique settings for the Gradient tool" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GradientStartValue_MetaData[] = {
|
|
{ "Category", "ToolSettings" },
|
|
{ "ClampMax", "100000" },
|
|
{ "ClampMin", "0" },
|
|
{ "Comment", "/** Value of the gradient at the start points */" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "Value of the gradient at the start points" },
|
|
{ "UIMax", "100" },
|
|
{ "UIMin", "0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GradientEndValue_MetaData[] = {
|
|
{ "Category", "ToolSettings" },
|
|
{ "ClampMax", "100000" },
|
|
{ "ClampMin", "0" },
|
|
{ "Comment", "/** Value of the gradient at the end points */" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "Value of the gradient at the end points" },
|
|
{ "UIMax", "100" },
|
|
{ "UIMin", "0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseRegularBrush_MetaData[] = {
|
|
{ "Category", "ToolSettings" },
|
|
{ "Comment", "/** Enables the painting of selected points using a brush rather than just a point */" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "Enables the painting of selected points using a brush rather than just a point" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UClothPaintTool_GradientSettings constinit property declarations *********
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_GradientStartValue;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_GradientEndValue;
|
|
static void NewProp_bUseRegularBrush_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseRegularBrush;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UClothPaintTool_GradientSettings constinit property declarations ***********
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UClothPaintTool_GradientSettings>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics
|
|
|
|
// ********** Begin Class UClothPaintTool_GradientSettings Property Definitions ********************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::NewProp_GradientStartValue = { "GradientStartValue", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPaintTool_GradientSettings, GradientStartValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GradientStartValue_MetaData), NewProp_GradientStartValue_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::NewProp_GradientEndValue = { "GradientEndValue", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPaintTool_GradientSettings, GradientEndValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GradientEndValue_MetaData), NewProp_GradientEndValue_MetaData) };
|
|
void Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::NewProp_bUseRegularBrush_SetBit(void* Obj)
|
|
{
|
|
((UClothPaintTool_GradientSettings*)Obj)->bUseRegularBrush = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::NewProp_bUseRegularBrush = { "bUseRegularBrush", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UClothPaintTool_GradientSettings), &Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::NewProp_bUseRegularBrush_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseRegularBrush_MetaData), NewProp_bUseRegularBrush_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::NewProp_GradientStartValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::NewProp_GradientEndValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::NewProp_bUseRegularBrush,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Class UClothPaintTool_GradientSettings Property Definitions **********************
|
|
UObject* (*const Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ClothPainter,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::ClassParams = {
|
|
&UClothPaintTool_GradientSettings::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::PropPointers),
|
|
0,
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::Class_MetaDataParams)
|
|
};
|
|
void UClothPaintTool_GradientSettings::StaticRegisterNativesUClothPaintTool_GradientSettings()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UClothPaintTool_GradientSettings()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UClothPaintTool_GradientSettings.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClothPaintTool_GradientSettings.OuterSingleton, Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UClothPaintTool_GradientSettings.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClothPaintTool_GradientSettings);
|
|
UClothPaintTool_GradientSettings::~UClothPaintTool_GradientSettings() {}
|
|
// ********** End Class UClothPaintTool_GradientSettings *******************************************
|
|
|
|
// ********** Begin Class UClothPaintTool_SmoothSettings *******************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UClothPaintTool_SmoothSettings;
|
|
UClass* UClothPaintTool_SmoothSettings::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UClothPaintTool_SmoothSettings;
|
|
if (!Z_Registration_Info_UClass_UClothPaintTool_SmoothSettings.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ClothPaintTool_SmoothSettings"),
|
|
Z_Registration_Info_UClass_UClothPaintTool_SmoothSettings.InnerSingleton,
|
|
StaticRegisterNativesUClothPaintTool_SmoothSettings,
|
|
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_UClothPaintTool_SmoothSettings.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UClothPaintTool_SmoothSettings_NoRegister()
|
|
{
|
|
return UClothPaintTool_SmoothSettings::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** Unique settings for the smoothing tool */" },
|
|
{ "IncludePath", "ClothPaintTools.h" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "Unique settings for the smoothing tool" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Strength_MetaData[] = {
|
|
{ "Category", "ToolSettings" },
|
|
{ "ClampMax", "1.0" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Strength of the smoothing effect */" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "Strength of the smoothing effect" },
|
|
{ "UIMax", "1.0" },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UClothPaintTool_SmoothSettings constinit property declarations ***********
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Strength;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UClothPaintTool_SmoothSettings constinit property declarations *************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UClothPaintTool_SmoothSettings>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics
|
|
|
|
// ********** Begin Class UClothPaintTool_SmoothSettings Property Definitions **********************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::NewProp_Strength = { "Strength", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPaintTool_SmoothSettings, Strength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Strength_MetaData), NewProp_Strength_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::NewProp_Strength,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Class UClothPaintTool_SmoothSettings Property Definitions ************************
|
|
UObject* (*const Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ClothPainter,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::ClassParams = {
|
|
&UClothPaintTool_SmoothSettings::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::PropPointers),
|
|
0,
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::Class_MetaDataParams)
|
|
};
|
|
void UClothPaintTool_SmoothSettings::StaticRegisterNativesUClothPaintTool_SmoothSettings()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UClothPaintTool_SmoothSettings()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UClothPaintTool_SmoothSettings.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClothPaintTool_SmoothSettings.OuterSingleton, Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UClothPaintTool_SmoothSettings.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClothPaintTool_SmoothSettings);
|
|
UClothPaintTool_SmoothSettings::~UClothPaintTool_SmoothSettings() {}
|
|
// ********** End Class UClothPaintTool_SmoothSettings *********************************************
|
|
|
|
// ********** Begin Class UClothPaintTool_FillSettings *********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UClothPaintTool_FillSettings;
|
|
UClass* UClothPaintTool_FillSettings::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UClothPaintTool_FillSettings;
|
|
if (!Z_Registration_Info_UClass_UClothPaintTool_FillSettings.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ClothPaintTool_FillSettings"),
|
|
Z_Registration_Info_UClass_UClothPaintTool_FillSettings.InnerSingleton,
|
|
StaticRegisterNativesUClothPaintTool_FillSettings,
|
|
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_UClothPaintTool_FillSettings.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UClothPaintTool_FillSettings_NoRegister()
|
|
{
|
|
return UClothPaintTool_FillSettings::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UClothPaintTool_FillSettings_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** Unique settings for the fill tool */" },
|
|
{ "IncludePath", "ClothPaintTools.h" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "Unique settings for the fill tool" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Threshold_MetaData[] = {
|
|
{ "Category", "ToolSettings" },
|
|
{ "ClampMax", "100000" },
|
|
{ "ClampMin", "0" },
|
|
{ "Comment", "/** Threshold for fill operation, will keep filling until sampled verts aren't within this range of the original vertex */" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "Threshold for fill operation, will keep filling until sampled verts aren't within this range of the original vertex" },
|
|
{ "UIMax", "100" },
|
|
{ "UIMin", "0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FillValue_MetaData[] = {
|
|
{ "Category", "ToolSettings" },
|
|
{ "ClampMax", "100000" },
|
|
{ "ClampMin", "0" },
|
|
{ "Comment", "/** The value to fill all selected verts to */" },
|
|
{ "ModuleRelativePath", "Private/ClothPaintTools.h" },
|
|
{ "ToolTip", "The value to fill all selected verts to" },
|
|
{ "UIMax", "100" },
|
|
{ "UIMin", "0" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UClothPaintTool_FillSettings constinit property declarations *************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Threshold;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_FillValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UClothPaintTool_FillSettings constinit property declarations ***************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UClothPaintTool_FillSettings>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UClothPaintTool_FillSettings_Statics
|
|
|
|
// ********** Begin Class UClothPaintTool_FillSettings Property Definitions ************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::NewProp_Threshold = { "Threshold", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPaintTool_FillSettings, Threshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Threshold_MetaData), NewProp_Threshold_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::NewProp_FillValue = { "FillValue", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPaintTool_FillSettings, FillValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FillValue_MetaData), NewProp_FillValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::NewProp_Threshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::NewProp_FillValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Class UClothPaintTool_FillSettings Property Definitions **************************
|
|
UObject* (*const Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ClothPainter,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::ClassParams = {
|
|
&UClothPaintTool_FillSettings::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::PropPointers),
|
|
0,
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::Class_MetaDataParams)
|
|
};
|
|
void UClothPaintTool_FillSettings::StaticRegisterNativesUClothPaintTool_FillSettings()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UClothPaintTool_FillSettings()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UClothPaintTool_FillSettings.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClothPaintTool_FillSettings.OuterSingleton, Z_Construct_UClass_UClothPaintTool_FillSettings_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UClothPaintTool_FillSettings.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClothPaintTool_FillSettings);
|
|
UClothPaintTool_FillSettings::~UClothPaintTool_FillSettings() {}
|
|
// ********** End Class UClothPaintTool_FillSettings ***********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h__Script_ClothPainter_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UClothPaintTool_BrushSettings, UClothPaintTool_BrushSettings::StaticClass, TEXT("UClothPaintTool_BrushSettings"), &Z_Registration_Info_UClass_UClothPaintTool_BrushSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClothPaintTool_BrushSettings), 1696718785U) },
|
|
{ Z_Construct_UClass_UClothPaintTool_GradientSettings, UClothPaintTool_GradientSettings::StaticClass, TEXT("UClothPaintTool_GradientSettings"), &Z_Registration_Info_UClass_UClothPaintTool_GradientSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClothPaintTool_GradientSettings), 3270081578U) },
|
|
{ Z_Construct_UClass_UClothPaintTool_SmoothSettings, UClothPaintTool_SmoothSettings::StaticClass, TEXT("UClothPaintTool_SmoothSettings"), &Z_Registration_Info_UClass_UClothPaintTool_SmoothSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClothPaintTool_SmoothSettings), 3218343216U) },
|
|
{ Z_Construct_UClass_UClothPaintTool_FillSettings, UClothPaintTool_FillSettings::StaticClass, TEXT("UClothPaintTool_FillSettings"), &Z_Registration_Info_UClass_UClothPaintTool_FillSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClothPaintTool_FillSettings), 1378144605U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h__Script_ClothPainter_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h__Script_ClothPainter_3611018830{
|
|
TEXT("/Script/ClothPainter"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h__Script_ClothPainter_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h__Script_ClothPainter_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|