Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,299 @@
// 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 "ClothPaintSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeClothPaintSettings() {}
// ********** Begin Cross Module References ********************************************************
CLOTHINGSYSTEMRUNTIMECOMMON_API UClass* Z_Construct_UClass_UClothingAssetCommon_NoRegister();
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPainterSettings();
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPainterSettings_NoRegister();
CLOTHPAINTER_API UEnum* Z_Construct_UEnum_ClothPainter_EPaintableClothProperty();
MESHPAINT_API UClass* Z_Construct_UClass_UMeshPaintSettings();
UPackage* Z_Construct_UPackage__Script_ClothPainter();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EPaintableClothProperty ***************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EPaintableClothProperty;
static UEnum* EPaintableClothProperty_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EPaintableClothProperty.OuterSingleton)
{
Z_Registration_Info_UEnum_EPaintableClothProperty.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_ClothPainter_EPaintableClothProperty, (UObject*)Z_Construct_UPackage__Script_ClothPainter(), TEXT("EPaintableClothProperty"));
}
return Z_Registration_Info_UEnum_EPaintableClothProperty.OuterSingleton;
}
template<> CLOTHPAINTER_NON_ATTRIBUTED_API UEnum* StaticEnum<EPaintableClothProperty>()
{
return EPaintableClothProperty_StaticEnum();
}
struct Z_Construct_UEnum_ClothPainter_EPaintableClothProperty_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BackstopDistances.Comment", "/** Backstop cloth property */" },
{ "BackstopDistances.Name", "EPaintableClothProperty::BackstopDistances" },
{ "BackstopDistances.ToolTip", "Backstop cloth property" },
{ "BackstopRadius.Comment", "/** Backstop radius property */" },
{ "BackstopRadius.Name", "EPaintableClothProperty::BackstopRadius" },
{ "BackstopRadius.ToolTip", "Backstop radius property" },
{ "MaxDistances.Comment", "/** Max distances cloth property */" },
{ "MaxDistances.Name", "EPaintableClothProperty::MaxDistances" },
{ "MaxDistances.ToolTip", "Max distances cloth property" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EPaintableClothProperty::MaxDistances", (int64)EPaintableClothProperty::MaxDistances },
{ "EPaintableClothProperty::BackstopDistances", (int64)EPaintableClothProperty::BackstopDistances },
{ "EPaintableClothProperty::BackstopRadius", (int64)EPaintableClothProperty::BackstopRadius },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_ClothPainter_EPaintableClothProperty_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_ClothPainter_EPaintableClothProperty_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_ClothPainter,
nullptr,
"EPaintableClothProperty",
"EPaintableClothProperty",
Z_Construct_UEnum_ClothPainter_EPaintableClothProperty_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_ClothPainter_EPaintableClothProperty_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_ClothPainter_EPaintableClothProperty_Statics::Enum_MetaDataParams), Z_Construct_UEnum_ClothPainter_EPaintableClothProperty_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_ClothPainter_EPaintableClothProperty()
{
if (!Z_Registration_Info_UEnum_EPaintableClothProperty.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EPaintableClothProperty.InnerSingleton, Z_Construct_UEnum_ClothPainter_EPaintableClothProperty_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EPaintableClothProperty.InnerSingleton;
}
// ********** End Enum EPaintableClothProperty *****************************************************
// ********** Begin Class UClothPainterSettings ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UClothPainterSettings;
UClass* UClothPainterSettings::GetPrivateStaticClass()
{
using TClass = UClothPainterSettings;
if (!Z_Registration_Info_UClass_UClothPainterSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ClothPainterSettings"),
Z_Registration_Info_UClass_UClothPainterSettings.InnerSingleton,
StaticRegisterNativesUClothPainterSettings,
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_UClothPainterSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UClothPainterSettings_NoRegister()
{
return UClothPainterSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UClothPainterSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "ClothPaintSettings.h" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ViewMin_MetaData[] = {
{ "Category", "View" },
{ "ClampMax", "100000" },
{ "ClampMin", "0" },
{ "Comment", "/** When painting float/1D values, this is considered the zero or black point */" },
{ "EditCondition", "!bAutoViewRange" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
{ "ToolTip", "When painting float/1D values, this is considered the zero or black point" },
{ "UIMax", "100000" },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ViewMax_MetaData[] = {
{ "Category", "View" },
{ "ClampMax", "100000" },
{ "ClampMin", "0" },
{ "Comment", "/** When painting float/1D values, this is considered the one or white point */" },
{ "EditCondition", "!bAutoViewRange" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
{ "ToolTip", "When painting float/1D values, this is considered the one or white point" },
{ "UIMax", "100000" },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoViewRange_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** When set, the view min and max values will be calculated from the values present in the currently editable mask */" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
{ "ToolTip", "When set, the view min and max values will be calculated from the values present in the currently editable mask" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AutoCalculatedViewMin_MetaData[] = {
{ "Comment", "/** Storage for auto calculated view min value */" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
{ "ToolTip", "Storage for auto calculated view min value" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AutoCalculatedViewMax_MetaData[] = {
{ "Comment", "/** Storage for auto calculated view max value */" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
{ "ToolTip", "Storage for auto calculated view max value" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClothingAssets_MetaData[] = {
{ "Comment", "/** Array of Clothing assets */" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
{ "ToolTip", "Array of Clothing assets" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bFlipNormal_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** Whether to flip normals on the mesh preview */" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
{ "ToolTip", "Whether to flip normals on the mesh preview" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCullBackface_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** Whether to cull backfacing triangles when rendering the mesh preview */" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
{ "ToolTip", "Whether to cull backfacing triangles when rendering the mesh preview" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Opacity_MetaData[] = {
{ "Category", "View" },
{ "ClampMax", "1" },
{ "ClampMin", "0" },
{ "Comment", "/** Opacity of the mesh preview */" },
{ "ModuleRelativePath", "Private/ClothPaintSettings.h" },
{ "ToolTip", "Opacity of the mesh preview" },
{ "UIMax", "1" },
{ "UIMin", "0" },
};
#endif // WITH_METADATA
// ********** Begin Class UClothPainterSettings constinit property declarations ********************
static const UECodeGen_Private::FFloatPropertyParams NewProp_ViewMin;
static const UECodeGen_Private::FFloatPropertyParams NewProp_ViewMax;
static void NewProp_bAutoViewRange_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoViewRange;
static const UECodeGen_Private::FFloatPropertyParams NewProp_AutoCalculatedViewMin;
static const UECodeGen_Private::FFloatPropertyParams NewProp_AutoCalculatedViewMax;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ClothingAssets_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ClothingAssets;
static void NewProp_bFlipNormal_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bFlipNormal;
static void NewProp_bCullBackface_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCullBackface;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Opacity;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UClothPainterSettings constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UClothPainterSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UClothPainterSettings_Statics
// ********** Begin Class UClothPainterSettings Property Definitions *******************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_ViewMin = { "ViewMin", nullptr, (EPropertyFlags)0x0020080000004001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPainterSettings, ViewMin), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ViewMin_MetaData), NewProp_ViewMin_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_ViewMax = { "ViewMax", nullptr, (EPropertyFlags)0x0020080000004001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPainterSettings, ViewMax), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ViewMax_MetaData), NewProp_ViewMax_MetaData) };
void Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bAutoViewRange_SetBit(void* Obj)
{
((UClothPainterSettings*)Obj)->bAutoViewRange = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bAutoViewRange = { "bAutoViewRange", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UClothPainterSettings), &Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bAutoViewRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoViewRange_MetaData), NewProp_bAutoViewRange_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_AutoCalculatedViewMin = { "AutoCalculatedViewMin", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPainterSettings, AutoCalculatedViewMin), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AutoCalculatedViewMin_MetaData), NewProp_AutoCalculatedViewMin_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_AutoCalculatedViewMax = { "AutoCalculatedViewMax", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPainterSettings, AutoCalculatedViewMax), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AutoCalculatedViewMax_MetaData), NewProp_AutoCalculatedViewMax_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_ClothingAssets_Inner = { "ClothingAssets", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UClothingAssetCommon_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_ClothingAssets = { "ClothingAssets", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPainterSettings, ClothingAssets), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClothingAssets_MetaData), NewProp_ClothingAssets_MetaData) };
void Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bFlipNormal_SetBit(void* Obj)
{
((UClothPainterSettings*)Obj)->bFlipNormal = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bFlipNormal = { "bFlipNormal", nullptr, (EPropertyFlags)0x0010040000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UClothPainterSettings), &Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bFlipNormal_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bFlipNormal_MetaData), NewProp_bFlipNormal_MetaData) };
void Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bCullBackface_SetBit(void* Obj)
{
((UClothPainterSettings*)Obj)->bCullBackface = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bCullBackface = { "bCullBackface", nullptr, (EPropertyFlags)0x0010040000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UClothPainterSettings), &Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bCullBackface_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCullBackface_MetaData), NewProp_bCullBackface_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_Opacity = { "Opacity", nullptr, (EPropertyFlags)0x0010040000004001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothPainterSettings, Opacity), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Opacity_MetaData), NewProp_Opacity_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UClothPainterSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_ViewMin,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_ViewMax,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bAutoViewRange,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_AutoCalculatedViewMin,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_AutoCalculatedViewMax,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_ClothingAssets_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_ClothingAssets,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bFlipNormal,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_bCullBackface,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothPainterSettings_Statics::NewProp_Opacity,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPainterSettings_Statics::PropPointers) < 2048);
// ********** End Class UClothPainterSettings Property Definitions *********************************
UObject* (*const Z_Construct_UClass_UClothPainterSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMeshPaintSettings,
(UObject* (*)())Z_Construct_UPackage__Script_ClothPainter,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPainterSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UClothPainterSettings_Statics::ClassParams = {
&UClothPainterSettings::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UClothPainterSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UClothPainterSettings_Statics::PropPointers),
0,
0x000000A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClothPainterSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UClothPainterSettings_Statics::Class_MetaDataParams)
};
void UClothPainterSettings::StaticRegisterNativesUClothPainterSettings()
{
}
UClass* Z_Construct_UClass_UClothPainterSettings()
{
if (!Z_Registration_Info_UClass_UClothPainterSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClothPainterSettings.OuterSingleton, Z_Construct_UClass_UClothPainterSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UClothPainterSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClothPainterSettings);
UClothPainterSettings::~UClothPainterSettings() {}
// ********** End Class UClothPainterSettings ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h__Script_ClothPainter_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EPaintableClothProperty_StaticEnum, TEXT("EPaintableClothProperty"), &Z_Registration_Info_UEnum_EPaintableClothProperty, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1932032750U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UClothPainterSettings, UClothPainterSettings::StaticClass, TEXT("UClothPainterSettings"), &Z_Registration_Info_UClass_UClothPainterSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClothPainterSettings), 2940314709U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h__Script_ClothPainter_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h__Script_ClothPainter_3313165527{
TEXT("/Script/ClothPainter"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h__Script_ClothPainter_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h__Script_ClothPainter_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h__Script_ClothPainter_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h__Script_ClothPainter_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,72 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ClothPaintSettings.h"
#ifdef CLOTHPAINTER_ClothPaintSettings_generated_h
#error "ClothPaintSettings.generated.h already included, missing '#pragma once' in ClothPaintSettings.h"
#endif
#define CLOTHPAINTER_ClothPaintSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UClothPainterSettings ****************************************************
struct Z_Construct_UClass_UClothPainterSettings_Statics;
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPainterSettings_NoRegister();
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h_29_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUClothPainterSettings(); \
friend struct ::Z_Construct_UClass_UClothPainterSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CLOTHPAINTER_API UClass* ::Z_Construct_UClass_UClothPainterSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UClothPainterSettings, UMeshPaintSettings, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/ClothPainter"), Z_Construct_UClass_UClothPainterSettings_NoRegister) \
DECLARE_SERIALIZER(UClothPainterSettings)
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h_29_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UClothPainterSettings(UClothPainterSettings&&) = delete; \
UClothPainterSettings(const UClothPainterSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UClothPainterSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UClothPainterSettings); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UClothPainterSettings) \
NO_API virtual ~UClothPainterSettings();
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h_26_PROLOG
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h_29_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h_29_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h_29_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UClothPainterSettings;
// ********** End Class UClothPainterSettings ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintSettings_h
// ********** Begin Enum EPaintableClothProperty ***************************************************
#define FOREACH_ENUM_EPAINTABLECLOTHPROPERTY(op) \
op(EPaintableClothProperty::MaxDistances) \
op(EPaintableClothProperty::BackstopDistances) \
op(EPaintableClothProperty::BackstopRadius)
enum class EPaintableClothProperty;
template<> struct TIsUEnumClass<EPaintableClothProperty> { enum { Value = true }; };
template<> CLOTHPAINTER_NON_ATTRIBUTED_API UEnum* StaticEnum<EPaintableClothProperty>();
// ********** End Enum EPaintableClothProperty *****************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,501 @@
// 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

View File

@@ -0,0 +1,178 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ClothPaintTools.h"
#ifdef CLOTHPAINTER_ClothPaintTools_generated_h
#error "ClothPaintTools.generated.h already included, missing '#pragma once' in ClothPaintTools.h"
#endif
#define CLOTHPAINTER_ClothPaintTools_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UClothPaintTool_BrushSettings ********************************************
struct Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics;
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_BrushSettings_NoRegister();
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_37_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUClothPaintTool_BrushSettings(); \
friend struct ::Z_Construct_UClass_UClothPaintTool_BrushSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CLOTHPAINTER_API UClass* ::Z_Construct_UClass_UClothPaintTool_BrushSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UClothPaintTool_BrushSettings, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ClothPainter"), Z_Construct_UClass_UClothPaintTool_BrushSettings_NoRegister) \
DECLARE_SERIALIZER(UClothPaintTool_BrushSettings)
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_37_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UClothPaintTool_BrushSettings(UClothPaintTool_BrushSettings&&) = delete; \
UClothPaintTool_BrushSettings(const UClothPaintTool_BrushSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UClothPaintTool_BrushSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UClothPaintTool_BrushSettings); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UClothPaintTool_BrushSettings) \
NO_API virtual ~UClothPaintTool_BrushSettings();
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_34_PROLOG
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_37_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_37_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_37_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UClothPaintTool_BrushSettings;
// ********** End Class UClothPaintTool_BrushSettings **********************************************
// ********** Begin Class UClothPaintTool_GradientSettings *****************************************
struct Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics;
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_GradientSettings_NoRegister();
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_90_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUClothPaintTool_GradientSettings(); \
friend struct ::Z_Construct_UClass_UClothPaintTool_GradientSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CLOTHPAINTER_API UClass* ::Z_Construct_UClass_UClothPaintTool_GradientSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UClothPaintTool_GradientSettings, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ClothPainter"), Z_Construct_UClass_UClothPaintTool_GradientSettings_NoRegister) \
DECLARE_SERIALIZER(UClothPaintTool_GradientSettings)
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_90_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UClothPaintTool_GradientSettings(UClothPaintTool_GradientSettings&&) = delete; \
UClothPaintTool_GradientSettings(const UClothPaintTool_GradientSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UClothPaintTool_GradientSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UClothPaintTool_GradientSettings); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UClothPaintTool_GradientSettings) \
NO_API virtual ~UClothPaintTool_GradientSettings();
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_86_PROLOG
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_90_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_90_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_90_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UClothPaintTool_GradientSettings;
// ********** End Class UClothPaintTool_GradientSettings *******************************************
// ********** Begin Class UClothPaintTool_SmoothSettings *******************************************
struct Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics;
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_SmoothSettings_NoRegister();
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_178_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUClothPaintTool_SmoothSettings(); \
friend struct ::Z_Construct_UClass_UClothPaintTool_SmoothSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CLOTHPAINTER_API UClass* ::Z_Construct_UClass_UClothPaintTool_SmoothSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UClothPaintTool_SmoothSettings, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ClothPainter"), Z_Construct_UClass_UClothPaintTool_SmoothSettings_NoRegister) \
DECLARE_SERIALIZER(UClothPaintTool_SmoothSettings)
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_178_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UClothPaintTool_SmoothSettings(UClothPaintTool_SmoothSettings&&) = delete; \
UClothPaintTool_SmoothSettings(const UClothPaintTool_SmoothSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UClothPaintTool_SmoothSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UClothPaintTool_SmoothSettings); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UClothPaintTool_SmoothSettings) \
NO_API virtual ~UClothPaintTool_SmoothSettings();
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_175_PROLOG
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_178_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_178_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_178_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UClothPaintTool_SmoothSettings;
// ********** End Class UClothPaintTool_SmoothSettings *********************************************
// ********** Begin Class UClothPaintTool_FillSettings *********************************************
struct Z_Construct_UClass_UClothPaintTool_FillSettings_Statics;
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothPaintTool_FillSettings_NoRegister();
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_230_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUClothPaintTool_FillSettings(); \
friend struct ::Z_Construct_UClass_UClothPaintTool_FillSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CLOTHPAINTER_API UClass* ::Z_Construct_UClass_UClothPaintTool_FillSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UClothPaintTool_FillSettings, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ClothPainter"), Z_Construct_UClass_UClothPaintTool_FillSettings_NoRegister) \
DECLARE_SERIALIZER(UClothPaintTool_FillSettings)
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_230_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UClothPaintTool_FillSettings(UClothPaintTool_FillSettings&&) = delete; \
UClothPaintTool_FillSettings(const UClothPaintTool_FillSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UClothPaintTool_FillSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UClothPaintTool_FillSettings); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UClothPaintTool_FillSettings) \
NO_API virtual ~UClothPaintTool_FillSettings();
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_227_PROLOG
#define FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_230_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_230_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h_230_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UClothPaintTool_FillSettings;
// ********** End Class UClothPaintTool_FillSettings ***********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_ClothPainter_Private_ClothPaintTools_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeClothPainter_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_ClothPainter;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_ClothPainter()
{
if (!Z_Registration_Info_UPackage__Script_ClothPainter.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/ClothPainter",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x61E5A5FE,
0x25B6BC4D,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_ClothPainter.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_ClothPainter.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_ClothPainter(Z_Construct_UPackage__Script_ClothPainter, TEXT("/Script/ClothPainter"), Z_Registration_Info_UPackage__Script_ClothPainter, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x61E5A5FE, 0x25B6BC4D));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,121 @@
// 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 "ClothingAssetExporter.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeClothingAssetExporter() {}
// ********** Begin Cross Module References ********************************************************
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothingAssetExporter();
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothingAssetExporter_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_ClothPainter();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UClothingAssetExporter ***************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UClothingAssetExporter;
UClass* UClothingAssetExporter::GetPrivateStaticClass()
{
using TClass = UClothingAssetExporter;
if (!Z_Registration_Info_UClass_UClothingAssetExporter.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ClothingAssetExporter"),
Z_Registration_Info_UClass_UClothingAssetExporter.InnerSingleton,
StaticRegisterNativesUClothingAssetExporter,
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_UClothingAssetExporter.InnerSingleton;
}
UClass* Z_Construct_UClass_UClothingAssetExporter_NoRegister()
{
return UClothingAssetExporter::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UClothingAssetExporter_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Modular exporter base class. */" },
{ "IncludePath", "ClothingAssetExporter.h" },
{ "ModuleRelativePath", "Public/ClothingAssetExporter.h" },
{ "ToolTip", "Modular exporter base class." },
};
#endif // WITH_METADATA
// ********** Begin Class UClothingAssetExporter constinit property declarations *******************
// ********** End Class UClothingAssetExporter constinit property declarations *********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UClothingAssetExporter>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UClothingAssetExporter_Statics
UObject* (*const Z_Construct_UClass_UClothingAssetExporter_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_ClothPainter,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothingAssetExporter_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UClothingAssetExporter_Statics::ClassParams = {
&UClothingAssetExporter::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClothingAssetExporter_Statics::Class_MetaDataParams), Z_Construct_UClass_UClothingAssetExporter_Statics::Class_MetaDataParams)
};
void UClothingAssetExporter::StaticRegisterNativesUClothingAssetExporter()
{
}
UClass* Z_Construct_UClass_UClothingAssetExporter()
{
if (!Z_Registration_Info_UClass_UClothingAssetExporter.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClothingAssetExporter.OuterSingleton, Z_Construct_UClass_UClothingAssetExporter_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UClothingAssetExporter.OuterSingleton;
}
UClothingAssetExporter::UClothingAssetExporter(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClothingAssetExporter);
UClothingAssetExporter::~UClothingAssetExporter() {}
// ********** End Class UClothingAssetExporter *****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h__Script_ClothPainter_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UClothingAssetExporter, UClothingAssetExporter::StaticClass, TEXT("UClothingAssetExporter"), &Z_Registration_Info_UClass_UClothingAssetExporter, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClothingAssetExporter), 1764737229U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h__Script_ClothPainter_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h__Script_ClothPainter_1626649189{
TEXT("/Script/ClothPainter"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h__Script_ClothPainter_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h__Script_ClothPainter_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ClothingAssetExporter.h"
#ifdef CLOTHPAINTER_ClothingAssetExporter_generated_h
#error "ClothingAssetExporter.generated.h already included, missing '#pragma once' in ClothingAssetExporter.h"
#endif
#define CLOTHPAINTER_ClothingAssetExporter_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UClothingAssetExporter ***************************************************
struct Z_Construct_UClass_UClothingAssetExporter_Statics;
CLOTHPAINTER_API UClass* Z_Construct_UClass_UClothingAssetExporter_NoRegister();
#define FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h_34_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUClothingAssetExporter(); \
friend struct ::Z_Construct_UClass_UClothingAssetExporter_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CLOTHPAINTER_API UClass* ::Z_Construct_UClass_UClothingAssetExporter_NoRegister(); \
public: \
DECLARE_CLASS2(UClothingAssetExporter, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/ClothPainter"), Z_Construct_UClass_UClothingAssetExporter_NoRegister) \
DECLARE_SERIALIZER(UClothingAssetExporter)
#define FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h_34_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
CLOTHPAINTER_API UClothingAssetExporter(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UClothingAssetExporter(UClothingAssetExporter&&) = delete; \
UClothingAssetExporter(const UClothingAssetExporter&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(CLOTHPAINTER_API, UClothingAssetExporter); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UClothingAssetExporter); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UClothingAssetExporter) \
CLOTHPAINTER_API virtual ~UClothingAssetExporter();
#define FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h_31_PROLOG
#define FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h_34_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h_34_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h_34_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UClothingAssetExporter;
// ********** End Class UClothingAssetExporter *****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_ClothPainter_Public_ClothingAssetExporter_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,176 @@
// 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 "CopyVertexColorToClothParams.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCopyVertexColorToClothParams() {}
// ********** Begin Cross Module References ********************************************************
CLOTHPAINTER_API UEnum* Z_Construct_UEnum_ClothPainter_ESourceColorChannel();
CLOTHPAINTER_API UScriptStruct* Z_Construct_UScriptStruct_FCopyVertexColorToClothParams();
UPackage* Z_Construct_UPackage__Script_ClothPainter();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum ESourceColorChannel *******************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESourceColorChannel;
static UEnum* ESourceColorChannel_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ESourceColorChannel.OuterSingleton)
{
Z_Registration_Info_UEnum_ESourceColorChannel.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_ClothPainter_ESourceColorChannel, (UObject*)Z_Construct_UPackage__Script_ClothPainter(), TEXT("ESourceColorChannel"));
}
return Z_Registration_Info_UEnum_ESourceColorChannel.OuterSingleton;
}
template<> CLOTHPAINTER_NON_ATTRIBUTED_API UEnum* StaticEnum<ESourceColorChannel>()
{
return ESourceColorChannel_StaticEnum();
}
struct Z_Construct_UEnum_ClothPainter_ESourceColorChannel_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Alpha.Name", "ESourceColorChannel::Alpha" },
{ "Blue.Name", "ESourceColorChannel::Blue" },
{ "Comment", "/** Enum for selecting color channel to copy */" },
{ "Green.Name", "ESourceColorChannel::Green" },
{ "ModuleRelativePath", "Public/CopyVertexColorToClothParams.h" },
{ "Red.Name", "ESourceColorChannel::Red" },
{ "ToolTip", "Enum for selecting color channel to copy" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ESourceColorChannel::Red", (int64)ESourceColorChannel::Red },
{ "ESourceColorChannel::Green", (int64)ESourceColorChannel::Green },
{ "ESourceColorChannel::Blue", (int64)ESourceColorChannel::Blue },
{ "ESourceColorChannel::Alpha", (int64)ESourceColorChannel::Alpha },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_ClothPainter_ESourceColorChannel_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_ClothPainter_ESourceColorChannel_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_ClothPainter,
nullptr,
"ESourceColorChannel",
"ESourceColorChannel",
Z_Construct_UEnum_ClothPainter_ESourceColorChannel_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_ClothPainter_ESourceColorChannel_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_ClothPainter_ESourceColorChannel_Statics::Enum_MetaDataParams), Z_Construct_UEnum_ClothPainter_ESourceColorChannel_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_ClothPainter_ESourceColorChannel()
{
if (!Z_Registration_Info_UEnum_ESourceColorChannel.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESourceColorChannel.InnerSingleton, Z_Construct_UEnum_ClothPainter_ESourceColorChannel_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ESourceColorChannel.InnerSingleton;
}
// ********** End Enum ESourceColorChannel *********************************************************
// ********** Begin ScriptStruct FCopyVertexColorToClothParams *************************************
struct Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FCopyVertexColorToClothParams); }
static inline consteval int16 GetStructAlignment() { return alignof(FCopyVertexColorToClothParams); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Helper struct used for specifying options when copying vertex colors */" },
{ "ModuleRelativePath", "Public/CopyVertexColorToClothParams.h" },
{ "ToolTip", "Helper struct used for specifying options when copying vertex colors" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColorChannel_MetaData[] = {
{ "Category", "Copy Vertex Colors" },
{ "Comment", "/** Color channel to copy from vertex colors. */" },
{ "ModuleRelativePath", "Public/CopyVertexColorToClothParams.h" },
{ "ToolTip", "Color channel to copy from vertex colors." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScalingFactor_MetaData[] = {
{ "Category", "Copy Vertex Colors" },
{ "Comment", "/** Scaling factor applied to vertex colours (in range 0-1) before applying to mask. */" },
{ "ModuleRelativePath", "Public/CopyVertexColorToClothParams.h" },
{ "ToolTip", "Scaling factor applied to vertex colours (in range 0-1) before applying to mask." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FCopyVertexColorToClothParams constinit property declarations *****
static const UECodeGen_Private::FBytePropertyParams NewProp_ColorChannel_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ColorChannel;
static const UECodeGen_Private::FFloatPropertyParams NewProp_ScalingFactor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FCopyVertexColorToClothParams constinit property declarations *******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FCopyVertexColorToClothParams>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCopyVertexColorToClothParams;
class UScriptStruct* FCopyVertexColorToClothParams::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FCopyVertexColorToClothParams.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FCopyVertexColorToClothParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCopyVertexColorToClothParams, (UObject*)Z_Construct_UPackage__Script_ClothPainter(), TEXT("CopyVertexColorToClothParams"));
}
return Z_Registration_Info_UScriptStruct_FCopyVertexColorToClothParams.OuterSingleton;
}
// ********** Begin ScriptStruct FCopyVertexColorToClothParams Property Definitions ****************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::NewProp_ColorChannel_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::NewProp_ColorChannel = { "ColorChannel", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCopyVertexColorToClothParams, ColorChannel), Z_Construct_UEnum_ClothPainter_ESourceColorChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColorChannel_MetaData), NewProp_ColorChannel_MetaData) }; // 4200016251
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::NewProp_ScalingFactor = { "ScalingFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCopyVertexColorToClothParams, ScalingFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScalingFactor_MetaData), NewProp_ScalingFactor_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::NewProp_ColorChannel_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::NewProp_ColorChannel,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::NewProp_ScalingFactor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FCopyVertexColorToClothParams Property Definitions ******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ClothPainter,
nullptr,
&NewStructOps,
"CopyVertexColorToClothParams",
Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::PropPointers),
sizeof(FCopyVertexColorToClothParams),
alignof(FCopyVertexColorToClothParams),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FCopyVertexColorToClothParams()
{
if (!Z_Registration_Info_UScriptStruct_FCopyVertexColorToClothParams.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCopyVertexColorToClothParams.InnerSingleton, Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FCopyVertexColorToClothParams.InnerSingleton);
}
// ********** End ScriptStruct FCopyVertexColorToClothParams ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_CopyVertexColorToClothParams_h__Script_ClothPainter_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ESourceColorChannel_StaticEnum, TEXT("ESourceColorChannel"), &Z_Registration_Info_UEnum_ESourceColorChannel, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 4200016251U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FCopyVertexColorToClothParams::StaticStruct, Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics::NewStructOps, TEXT("CopyVertexColorToClothParams"),&Z_Registration_Info_UScriptStruct_FCopyVertexColorToClothParams, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCopyVertexColorToClothParams), 3523163900U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_CopyVertexColorToClothParams_h__Script_ClothPainter_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_CopyVertexColorToClothParams_h__Script_ClothPainter_1627984055{
TEXT("/Script/ClothPainter"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_CopyVertexColorToClothParams_h__Script_ClothPainter_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_CopyVertexColorToClothParams_h__Script_ClothPainter_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_CopyVertexColorToClothParams_h__Script_ClothPainter_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClothPainter_Public_CopyVertexColorToClothParams_h__Script_ClothPainter_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,44 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "CopyVertexColorToClothParams.h"
#ifdef CLOTHPAINTER_CopyVertexColorToClothParams_generated_h
#error "CopyVertexColorToClothParams.generated.h already included, missing '#pragma once' in CopyVertexColorToClothParams.h"
#endif
#define CLOTHPAINTER_CopyVertexColorToClothParams_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FCopyVertexColorToClothParams *************************************
struct Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics;
#define FID_Engine_Source_Editor_ClothPainter_Public_CopyVertexColorToClothParams_h_23_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FCopyVertexColorToClothParams_Statics; \
CLOTHPAINTER_API static class UScriptStruct* StaticStruct();
struct FCopyVertexColorToClothParams;
// ********** End ScriptStruct FCopyVertexColorToClothParams ***************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_ClothPainter_Public_CopyVertexColorToClothParams_h
// ********** Begin Enum ESourceColorChannel *******************************************************
#define FOREACH_ENUM_ESOURCECOLORCHANNEL(op) \
op(ESourceColorChannel::Red) \
op(ESourceColorChannel::Green) \
op(ESourceColorChannel::Blue) \
op(ESourceColorChannel::Alpha)
enum class ESourceColorChannel : uint8;
template<> struct TIsUEnumClass<ESourceColorChannel> { enum { Value = true }; };
template<> CLOTHPAINTER_NON_ATTRIBUTED_API UEnum* StaticEnum<ESourceColorChannel>();
// ********** End Enum ESourceColorChannel *********************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,4 @@
D:\UE_5_7_1\Engine\Source\Editor\ClothPainter\Public\ClothingAssetExporter.h
D:\UE_5_7_1\Engine\Source\Editor\ClothPainter\Public\CopyVertexColorToClothParams.h
D:\UE_5_7_1\Engine\Source\Editor\ClothPainter\Private\ClothPaintSettings.h
D:\UE_5_7_1\Engine\Source\Editor\ClothPainter\Private\ClothPaintTools.h