Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/MeshModelingTools/UHT/MeshSculptLayerProperties.gen.cpp

568 lines
40 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Properties/MeshSculptLayerProperties.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMeshSculptLayerProperties() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UMeshSculptLayerProperties();
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UMeshSculptLayerProperties_NoRegister();
UPackage* Z_Construct_UPackage__Script_MeshModelingTools();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMeshSculptLayerProperties Function GetLayerName *************************
struct Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics
{
struct MeshSculptLayerProperties_eventGetLayerName_Parms
{
int32 InIndex;
FName ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MeshLayers" },
{ "Comment", "/** Return the name of the sculpt layer at the provided index */" },
{ "ModuleRelativePath", "Public/Properties/MeshSculptLayerProperties.h" },
{ "ToolTip", "Return the name of the sculpt layer at the provided index" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InIndex_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetLayerName constinit property declarations **************************
static const UECodeGen_Private::FIntPropertyParams NewProp_InIndex;
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetLayerName constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetLayerName Property Definitions *************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::NewProp_InIndex = { "InIndex", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventGetLayerName_Parms, InIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InIndex_MetaData), NewProp_InIndex_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventGetLayerName_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::NewProp_InIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::PropPointers) < 2048);
// ********** End Function GetLayerName Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMeshSculptLayerProperties, nullptr, "GetLayerName", Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::MeshSculptLayerProperties_eventGetLayerName_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::MeshSculptLayerProperties_eventGetLayerName_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMeshSculptLayerProperties::execGetLayerName)
{
P_GET_PROPERTY(FIntProperty,Z_Param_InIndex);
P_FINISH;
P_NATIVE_BEGIN;
*(FName*)Z_Param__Result=P_THIS->GetLayerName(Z_Param_InIndex);
P_NATIVE_END;
}
// ********** End Class UMeshSculptLayerProperties Function GetLayerName ***************************
// ********** Begin Class UMeshSculptLayerProperties Function MoveLayer ****************************
struct Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics
{
struct MeshSculptLayerProperties_eventMoveLayer_Parms
{
int32 InInitIndex;
int32 InTargetIndex;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MeshLayers" },
{ "Comment", "/** Move the layer at the first provided index to the location provided by the second index */" },
{ "ModuleRelativePath", "Public/Properties/MeshSculptLayerProperties.h" },
{ "ToolTip", "Move the layer at the first provided index to the location provided by the second index" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InInitIndex_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function MoveLayer constinit property declarations *****************************
static const UECodeGen_Private::FIntPropertyParams NewProp_InInitIndex;
static const UECodeGen_Private::FIntPropertyParams NewProp_InTargetIndex;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function MoveLayer constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function MoveLayer Property Definitions ****************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::NewProp_InInitIndex = { "InInitIndex", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventMoveLayer_Parms, InInitIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InInitIndex_MetaData), NewProp_InInitIndex_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::NewProp_InTargetIndex = { "InTargetIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventMoveLayer_Parms, InTargetIndex), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::NewProp_InInitIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::NewProp_InTargetIndex,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::PropPointers) < 2048);
// ********** End Function MoveLayer Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMeshSculptLayerProperties, nullptr, "MoveLayer", Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::MeshSculptLayerProperties_eventMoveLayer_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::MeshSculptLayerProperties_eventMoveLayer_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMeshSculptLayerProperties::execMoveLayer)
{
P_GET_PROPERTY(FIntProperty,Z_Param_InInitIndex);
P_GET_PROPERTY(FIntProperty,Z_Param_InTargetIndex);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->MoveLayer(Z_Param_InInitIndex,Z_Param_InTargetIndex);
P_NATIVE_END;
}
// ********** End Class UMeshSculptLayerProperties Function MoveLayer ******************************
// ********** Begin Class UMeshSculptLayerProperties Function RemoveLayerAtIndex *******************
struct Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics
{
struct MeshSculptLayerProperties_eventRemoveLayerAtIndex_Parms
{
int32 IndexOfLayerToRemove;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MeshLayers" },
{ "Comment", "/** Remove the sculpt layer at the provided index */" },
{ "ModuleRelativePath", "Public/Properties/MeshSculptLayerProperties.h" },
{ "ToolTip", "Remove the sculpt layer at the provided index" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IndexOfLayerToRemove_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function RemoveLayerAtIndex constinit property declarations ********************
static const UECodeGen_Private::FIntPropertyParams NewProp_IndexOfLayerToRemove;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function RemoveLayerAtIndex constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function RemoveLayerAtIndex Property Definitions *******************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::NewProp_IndexOfLayerToRemove = { "IndexOfLayerToRemove", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventRemoveLayerAtIndex_Parms, IndexOfLayerToRemove), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IndexOfLayerToRemove_MetaData), NewProp_IndexOfLayerToRemove_MetaData) };
void Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((MeshSculptLayerProperties_eventRemoveLayerAtIndex_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MeshSculptLayerProperties_eventRemoveLayerAtIndex_Parms), &Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::NewProp_IndexOfLayerToRemove,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::PropPointers) < 2048);
// ********** End Function RemoveLayerAtIndex Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMeshSculptLayerProperties, nullptr, "RemoveLayerAtIndex", Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::MeshSculptLayerProperties_eventRemoveLayerAtIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::MeshSculptLayerProperties_eventRemoveLayerAtIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMeshSculptLayerProperties::execRemoveLayerAtIndex)
{
P_GET_PROPERTY(FIntProperty,Z_Param_IndexOfLayerToRemove);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->RemoveLayerAtIndex(Z_Param_IndexOfLayerToRemove);
P_NATIVE_END;
}
// ********** End Class UMeshSculptLayerProperties Function RemoveLayerAtIndex *********************
// ********** Begin Class UMeshSculptLayerProperties Function SetActiveLayer ***********************
struct Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics
{
struct MeshSculptLayerProperties_eventSetActiveLayer_Parms
{
int32 InIndex;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MeshLayers" },
{ "Comment", "/** Sets the currently active sculpt layer to be the one at the provided index */" },
{ "ModuleRelativePath", "Public/Properties/MeshSculptLayerProperties.h" },
{ "ToolTip", "Sets the currently active sculpt layer to be the one at the provided index" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InIndex_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetActiveLayer constinit property declarations ************************
static const UECodeGen_Private::FIntPropertyParams NewProp_InIndex;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetActiveLayer constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetActiveLayer Property Definitions ***********************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::NewProp_InIndex = { "InIndex", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventSetActiveLayer_Parms, InIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InIndex_MetaData), NewProp_InIndex_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::NewProp_InIndex,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::PropPointers) < 2048);
// ********** End Function SetActiveLayer Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMeshSculptLayerProperties, nullptr, "SetActiveLayer", Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::MeshSculptLayerProperties_eventSetActiveLayer_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::MeshSculptLayerProperties_eventSetActiveLayer_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMeshSculptLayerProperties::execSetActiveLayer)
{
P_GET_PROPERTY(FIntProperty,Z_Param_InIndex);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetActiveLayer(Z_Param_InIndex);
P_NATIVE_END;
}
// ********** End Class UMeshSculptLayerProperties Function SetActiveLayer *************************
// ********** Begin Class UMeshSculptLayerProperties Function SetLayerName *************************
struct Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics
{
struct MeshSculptLayerProperties_eventSetLayerName_Parms
{
int32 InIndex;
FName InLayerName;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MeshLayers" },
{ "Comment", "/** Set the name of the layer at the provided index to the provided name */" },
{ "ModuleRelativePath", "Public/Properties/MeshSculptLayerProperties.h" },
{ "ToolTip", "Set the name of the layer at the provided index to the provided name" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InIndex_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InLayerName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetLayerName constinit property declarations **************************
static const UECodeGen_Private::FIntPropertyParams NewProp_InIndex;
static const UECodeGen_Private::FNamePropertyParams NewProp_InLayerName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetLayerName constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetLayerName Property Definitions *************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::NewProp_InIndex = { "InIndex", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventSetLayerName_Parms, InIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InIndex_MetaData), NewProp_InIndex_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::NewProp_InLayerName = { "InLayerName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventSetLayerName_Parms, InLayerName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InLayerName_MetaData), NewProp_InLayerName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::NewProp_InIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::NewProp_InLayerName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::PropPointers) < 2048);
// ********** End Function SetLayerName Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMeshSculptLayerProperties, nullptr, "SetLayerName", Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::MeshSculptLayerProperties_eventSetLayerName_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::MeshSculptLayerProperties_eventSetLayerName_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMeshSculptLayerProperties::execSetLayerName)
{
P_GET_PROPERTY(FIntProperty,Z_Param_InIndex);
P_GET_PROPERTY(FNameProperty,Z_Param_InLayerName);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetLayerName(Z_Param_InIndex,Z_Param_InLayerName);
P_NATIVE_END;
}
// ********** End Class UMeshSculptLayerProperties Function SetLayerName ***************************
// ********** Begin Class UMeshSculptLayerProperties Function SetLayerWeight ***********************
struct Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics
{
struct MeshSculptLayerProperties_eventSetLayerWeight_Parms
{
int32 InIndex;
double InWeight;
uint32 ChangeType;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MeshLayers" },
{ "Comment", "/** Sets the weight of the layer at the provided index to the provided weight */" },
{ "ModuleRelativePath", "Public/Properties/MeshSculptLayerProperties.h" },
{ "ToolTip", "Sets the weight of the layer at the provided index to the provided weight" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InIndex_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChangeType_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetLayerWeight constinit property declarations ************************
static const UECodeGen_Private::FIntPropertyParams NewProp_InIndex;
static const UECodeGen_Private::FDoublePropertyParams NewProp_InWeight;
static const UECodeGen_Private::FUInt32PropertyParams NewProp_ChangeType;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetLayerWeight constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetLayerWeight Property Definitions ***********************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::NewProp_InIndex = { "InIndex", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventSetLayerWeight_Parms, InIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InIndex_MetaData), NewProp_InIndex_MetaData) };
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::NewProp_InWeight = { "InWeight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventSetLayerWeight_Parms, InWeight), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::NewProp_ChangeType = { "ChangeType", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshSculptLayerProperties_eventSetLayerWeight_Parms, ChangeType), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChangeType_MetaData), NewProp_ChangeType_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::NewProp_InIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::NewProp_InWeight,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::NewProp_ChangeType,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::PropPointers) < 2048);
// ********** End Function SetLayerWeight Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMeshSculptLayerProperties, nullptr, "SetLayerWeight", Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::MeshSculptLayerProperties_eventSetLayerWeight_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::MeshSculptLayerProperties_eventSetLayerWeight_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMeshSculptLayerProperties::execSetLayerWeight)
{
P_GET_PROPERTY(FIntProperty,Z_Param_InIndex);
P_GET_PROPERTY(FDoubleProperty,Z_Param_InWeight);
P_GET_PROPERTY(FUInt32Property,Z_Param_ChangeType);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetLayerWeight(Z_Param_InIndex,Z_Param_InWeight,Z_Param_ChangeType);
P_NATIVE_END;
}
// ********** End Class UMeshSculptLayerProperties Function SetLayerWeight *************************
// ********** Begin Class UMeshSculptLayerProperties ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMeshSculptLayerProperties;
UClass* UMeshSculptLayerProperties::GetPrivateStaticClass()
{
using TClass = UMeshSculptLayerProperties;
if (!Z_Registration_Info_UClass_UMeshSculptLayerProperties.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MeshSculptLayerProperties"),
Z_Registration_Info_UClass_UMeshSculptLayerProperties.InnerSingleton,
StaticRegisterNativesUMeshSculptLayerProperties,
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_UMeshSculptLayerProperties.InnerSingleton;
}
UClass* Z_Construct_UClass_UMeshSculptLayerProperties_NoRegister()
{
return UMeshSculptLayerProperties::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMeshSculptLayerProperties_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Properties/MeshSculptLayerProperties.h" },
{ "ModuleRelativePath", "Public/Properties/MeshSculptLayerProperties.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActiveLayer_MetaData[] = {
{ "Category", "MeshLayers" },
{ "ClampMin", "0" },
{ "Comment", "/** Set the active mesh layer */" },
{ "EditCondition", "bCanEditLayers" },
{ "HideEditConditionToggle", "" },
{ "ModelingQuickSettings", "" },
{ "ModuleRelativePath", "Public/Properties/MeshSculptLayerProperties.h" },
{ "ToolTip", "Set the active mesh layer" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LayerWeights_MetaData[] = {
{ "Category", "MeshLayers" },
{ "Comment", "/** Set the mesh layer weights */" },
{ "EditCondition", "bCanEditLayers" },
{ "HideEditConditionToggle", "" },
{ "ModelingQuickSettings", "" },
{ "ModuleRelativePath", "Public/Properties/MeshSculptLayerProperties.h" },
{ "NoResetToDefault", "" },
{ "ToolTip", "Set the mesh layer weights" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCanEditLayers_MetaData[] = {
{ "ModuleRelativePath", "Public/Properties/MeshSculptLayerProperties.h" },
{ "TransientToolProperty", "" },
};
#endif // WITH_METADATA
// ********** Begin Class UMeshSculptLayerProperties constinit property declarations ***************
static const UECodeGen_Private::FIntPropertyParams NewProp_ActiveLayer;
static const UECodeGen_Private::FDoublePropertyParams NewProp_LayerWeights_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_LayerWeights;
static void NewProp_bCanEditLayers_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCanEditLayers;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMeshSculptLayerProperties constinit property declarations *****************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetLayerName"), .Pointer = &UMeshSculptLayerProperties::execGetLayerName },
{ .NameUTF8 = UTF8TEXT("MoveLayer"), .Pointer = &UMeshSculptLayerProperties::execMoveLayer },
{ .NameUTF8 = UTF8TEXT("RemoveLayerAtIndex"), .Pointer = &UMeshSculptLayerProperties::execRemoveLayerAtIndex },
{ .NameUTF8 = UTF8TEXT("SetActiveLayer"), .Pointer = &UMeshSculptLayerProperties::execSetActiveLayer },
{ .NameUTF8 = UTF8TEXT("SetLayerName"), .Pointer = &UMeshSculptLayerProperties::execSetLayerName },
{ .NameUTF8 = UTF8TEXT("SetLayerWeight"), .Pointer = &UMeshSculptLayerProperties::execSetLayerWeight },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMeshSculptLayerProperties_GetLayerName, "GetLayerName" }, // 1956085340
{ &Z_Construct_UFunction_UMeshSculptLayerProperties_MoveLayer, "MoveLayer" }, // 416689487
{ &Z_Construct_UFunction_UMeshSculptLayerProperties_RemoveLayerAtIndex, "RemoveLayerAtIndex" }, // 1675024496
{ &Z_Construct_UFunction_UMeshSculptLayerProperties_SetActiveLayer, "SetActiveLayer" }, // 3280933679
{ &Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerName, "SetLayerName" }, // 127968452
{ &Z_Construct_UFunction_UMeshSculptLayerProperties_SetLayerWeight, "SetLayerWeight" }, // 3456097131
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMeshSculptLayerProperties>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMeshSculptLayerProperties_Statics
// ********** Begin Class UMeshSculptLayerProperties Property Definitions **************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMeshSculptLayerProperties_Statics::NewProp_ActiveLayer = { "ActiveLayer", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshSculptLayerProperties, ActiveLayer), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActiveLayer_MetaData), NewProp_ActiveLayer_MetaData) };
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UMeshSculptLayerProperties_Statics::NewProp_LayerWeights_Inner = { "LayerWeights", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMeshSculptLayerProperties_Statics::NewProp_LayerWeights = { "LayerWeights", nullptr, (EPropertyFlags)0x0010000002000041, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshSculptLayerProperties, LayerWeights), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LayerWeights_MetaData), NewProp_LayerWeights_MetaData) };
void Z_Construct_UClass_UMeshSculptLayerProperties_Statics::NewProp_bCanEditLayers_SetBit(void* Obj)
{
((UMeshSculptLayerProperties*)Obj)->bCanEditLayers = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMeshSculptLayerProperties_Statics::NewProp_bCanEditLayers = { "bCanEditLayers", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMeshSculptLayerProperties), &Z_Construct_UClass_UMeshSculptLayerProperties_Statics::NewProp_bCanEditLayers_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCanEditLayers_MetaData), NewProp_bCanEditLayers_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMeshSculptLayerProperties_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSculptLayerProperties_Statics::NewProp_ActiveLayer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSculptLayerProperties_Statics::NewProp_LayerWeights_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSculptLayerProperties_Statics::NewProp_LayerWeights,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSculptLayerProperties_Statics::NewProp_bCanEditLayers,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshSculptLayerProperties_Statics::PropPointers) < 2048);
// ********** End Class UMeshSculptLayerProperties Property Definitions ****************************
UObject* (*const Z_Construct_UClass_UMeshSculptLayerProperties_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingTools,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshSculptLayerProperties_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMeshSculptLayerProperties_Statics::ClassParams = {
&UMeshSculptLayerProperties::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UMeshSculptLayerProperties_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UMeshSculptLayerProperties_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshSculptLayerProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UMeshSculptLayerProperties_Statics::Class_MetaDataParams)
};
void UMeshSculptLayerProperties::StaticRegisterNativesUMeshSculptLayerProperties()
{
UClass* Class = UMeshSculptLayerProperties::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMeshSculptLayerProperties_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMeshSculptLayerProperties()
{
if (!Z_Registration_Info_UClass_UMeshSculptLayerProperties.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMeshSculptLayerProperties.OuterSingleton, Z_Construct_UClass_UMeshSculptLayerProperties_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMeshSculptLayerProperties.OuterSingleton;
}
UMeshSculptLayerProperties::UMeshSculptLayerProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMeshSculptLayerProperties);
UMeshSculptLayerProperties::~UMeshSculptLayerProperties() {}
// ********** End Class UMeshSculptLayerProperties *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Properties_MeshSculptLayerProperties_h__Script_MeshModelingTools_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMeshSculptLayerProperties, UMeshSculptLayerProperties::StaticClass, TEXT("UMeshSculptLayerProperties"), &Z_Registration_Info_UClass_UMeshSculptLayerProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMeshSculptLayerProperties), 269980214U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Properties_MeshSculptLayerProperties_h__Script_MeshModelingTools_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Properties_MeshSculptLayerProperties_h__Script_MeshModelingTools_1880506393{
TEXT("/Script/MeshModelingTools"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Properties_MeshSculptLayerProperties_h__Script_MeshModelingTools_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Properties_MeshSculptLayerProperties_h__Script_MeshModelingTools_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS