Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Engine/UHT/MeshVertexPainterKismetLibrary.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

362 lines
28 KiB
C++

// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "MeshVertexPainter/MeshVertexPainterKismetLibrary.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMeshVertexPainterKismetLibrary() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
ENGINE_API UClass* Z_Construct_UClass_UMeshVertexPainterKismetLibrary();
ENGINE_API UClass* Z_Construct_UClass_UMeshVertexPainterKismetLibrary_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UStaticMeshComponent_NoRegister();
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EVertexPaintAxis();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMeshVertexPainterKismetLibrary Function PaintVerticesLerpAlongAxis ******
struct Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics
{
struct MeshVertexPainterKismetLibrary_eventPaintVerticesLerpAlongAxis_Parms
{
UStaticMeshComponent* StaticMeshComponent;
FLinearColor StartColor;
FLinearColor EndColor;
EVertexPaintAxis Axis;
bool bConvertToSRGB;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "VertexPaint" },
{ "Comment", "/** Paints vertex colors on a mesh component lerping from the start to the end color along the specified axis. */" },
{ "CPP_Default_bConvertToSRGB", "true" },
{ "ModuleRelativePath", "Classes/MeshVertexPainter/MeshVertexPainterKismetLibrary.h" },
{ "ToolTip", "Paints vertex colors on a mesh component lerping from the start to the end color along the specified axis." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StaticMeshComponent_MetaData[] = {
{ "EditInline", "true" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartColor_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EndColor_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function PaintVerticesLerpAlongAxis constinit property declarations ************
static const UECodeGen_Private::FObjectPropertyParams NewProp_StaticMeshComponent;
static const UECodeGen_Private::FStructPropertyParams NewProp_StartColor;
static const UECodeGen_Private::FStructPropertyParams NewProp_EndColor;
static const UECodeGen_Private::FBytePropertyParams NewProp_Axis_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_Axis;
static void NewProp_bConvertToSRGB_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bConvertToSRGB;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function PaintVerticesLerpAlongAxis constinit property declarations **************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function PaintVerticesLerpAlongAxis Property Definitions ***********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_StaticMeshComponent = { "StaticMeshComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshVertexPainterKismetLibrary_eventPaintVerticesLerpAlongAxis_Parms, StaticMeshComponent), Z_Construct_UClass_UStaticMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StaticMeshComponent_MetaData), NewProp_StaticMeshComponent_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_StartColor = { "StartColor", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshVertexPainterKismetLibrary_eventPaintVerticesLerpAlongAxis_Parms, StartColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartColor_MetaData), NewProp_StartColor_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_EndColor = { "EndColor", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshVertexPainterKismetLibrary_eventPaintVerticesLerpAlongAxis_Parms, EndColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EndColor_MetaData), NewProp_EndColor_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_Axis_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_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_Axis = { "Axis", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshVertexPainterKismetLibrary_eventPaintVerticesLerpAlongAxis_Parms, Axis), Z_Construct_UEnum_Engine_EVertexPaintAxis, METADATA_PARAMS(0, nullptr) }; // 3538622332
void Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_bConvertToSRGB_SetBit(void* Obj)
{
((MeshVertexPainterKismetLibrary_eventPaintVerticesLerpAlongAxis_Parms*)Obj)->bConvertToSRGB = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_bConvertToSRGB = { "bConvertToSRGB", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MeshVertexPainterKismetLibrary_eventPaintVerticesLerpAlongAxis_Parms), &Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_bConvertToSRGB_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_StaticMeshComponent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_StartColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_EndColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_Axis_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_Axis,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::NewProp_bConvertToSRGB,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::PropPointers) < 2048);
// ********** End Function PaintVerticesLerpAlongAxis Property Definitions *************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMeshVertexPainterKismetLibrary, nullptr, "PaintVerticesLerpAlongAxis", Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::MeshVertexPainterKismetLibrary_eventPaintVerticesLerpAlongAxis_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::MeshVertexPainterKismetLibrary_eventPaintVerticesLerpAlongAxis_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMeshVertexPainterKismetLibrary::execPaintVerticesLerpAlongAxis)
{
P_GET_OBJECT(UStaticMeshComponent,Z_Param_StaticMeshComponent);
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_StartColor);
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_EndColor);
P_GET_ENUM(EVertexPaintAxis,Z_Param_Axis);
P_GET_UBOOL(Z_Param_bConvertToSRGB);
P_FINISH;
P_NATIVE_BEGIN;
UMeshVertexPainterKismetLibrary::PaintVerticesLerpAlongAxis(Z_Param_StaticMeshComponent,Z_Param_Out_StartColor,Z_Param_Out_EndColor,EVertexPaintAxis(Z_Param_Axis),Z_Param_bConvertToSRGB);
P_NATIVE_END;
}
// ********** End Class UMeshVertexPainterKismetLibrary Function PaintVerticesLerpAlongAxis ********
// ********** Begin Class UMeshVertexPainterKismetLibrary Function PaintVerticesSingleColor ********
struct Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics
{
struct MeshVertexPainterKismetLibrary_eventPaintVerticesSingleColor_Parms
{
UStaticMeshComponent* StaticMeshComponent;
FLinearColor FillColor;
bool bConvertToSRGB;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "VertexPaint" },
{ "Comment", "/** Paints vertex colors on a mesh component in a specified color. */" },
{ "CPP_Default_bConvertToSRGB", "true" },
{ "ModuleRelativePath", "Classes/MeshVertexPainter/MeshVertexPainterKismetLibrary.h" },
{ "ToolTip", "Paints vertex colors on a mesh component in a specified color." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StaticMeshComponent_MetaData[] = {
{ "EditInline", "true" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FillColor_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function PaintVerticesSingleColor constinit property declarations **************
static const UECodeGen_Private::FObjectPropertyParams NewProp_StaticMeshComponent;
static const UECodeGen_Private::FStructPropertyParams NewProp_FillColor;
static void NewProp_bConvertToSRGB_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bConvertToSRGB;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function PaintVerticesSingleColor constinit property declarations ****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function PaintVerticesSingleColor Property Definitions *************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::NewProp_StaticMeshComponent = { "StaticMeshComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshVertexPainterKismetLibrary_eventPaintVerticesSingleColor_Parms, StaticMeshComponent), Z_Construct_UClass_UStaticMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StaticMeshComponent_MetaData), NewProp_StaticMeshComponent_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::NewProp_FillColor = { "FillColor", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshVertexPainterKismetLibrary_eventPaintVerticesSingleColor_Parms, FillColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FillColor_MetaData), NewProp_FillColor_MetaData) };
void Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::NewProp_bConvertToSRGB_SetBit(void* Obj)
{
((MeshVertexPainterKismetLibrary_eventPaintVerticesSingleColor_Parms*)Obj)->bConvertToSRGB = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::NewProp_bConvertToSRGB = { "bConvertToSRGB", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MeshVertexPainterKismetLibrary_eventPaintVerticesSingleColor_Parms), &Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::NewProp_bConvertToSRGB_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::NewProp_StaticMeshComponent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::NewProp_FillColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::NewProp_bConvertToSRGB,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::PropPointers) < 2048);
// ********** End Function PaintVerticesSingleColor Property Definitions ***************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMeshVertexPainterKismetLibrary, nullptr, "PaintVerticesSingleColor", Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::MeshVertexPainterKismetLibrary_eventPaintVerticesSingleColor_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::MeshVertexPainterKismetLibrary_eventPaintVerticesSingleColor_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMeshVertexPainterKismetLibrary::execPaintVerticesSingleColor)
{
P_GET_OBJECT(UStaticMeshComponent,Z_Param_StaticMeshComponent);
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_FillColor);
P_GET_UBOOL(Z_Param_bConvertToSRGB);
P_FINISH;
P_NATIVE_BEGIN;
UMeshVertexPainterKismetLibrary::PaintVerticesSingleColor(Z_Param_StaticMeshComponent,Z_Param_Out_FillColor,Z_Param_bConvertToSRGB);
P_NATIVE_END;
}
// ********** End Class UMeshVertexPainterKismetLibrary Function PaintVerticesSingleColor **********
// ********** Begin Class UMeshVertexPainterKismetLibrary Function RemovePaintedVertices ***********
struct Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics
{
struct MeshVertexPainterKismetLibrary_eventRemovePaintedVertices_Parms
{
UStaticMeshComponent* StaticMeshComponent;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "VertexPaint" },
{ "Comment", "/** Removes vertex colors on a mesh component */" },
{ "ModuleRelativePath", "Classes/MeshVertexPainter/MeshVertexPainterKismetLibrary.h" },
{ "ToolTip", "Removes vertex colors on a mesh component" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StaticMeshComponent_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function RemovePaintedVertices constinit property declarations *****************
static const UECodeGen_Private::FObjectPropertyParams NewProp_StaticMeshComponent;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function RemovePaintedVertices constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function RemovePaintedVertices Property Definitions ****************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::NewProp_StaticMeshComponent = { "StaticMeshComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MeshVertexPainterKismetLibrary_eventRemovePaintedVertices_Parms, StaticMeshComponent), Z_Construct_UClass_UStaticMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StaticMeshComponent_MetaData), NewProp_StaticMeshComponent_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::NewProp_StaticMeshComponent,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::PropPointers) < 2048);
// ********** End Function RemovePaintedVertices Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMeshVertexPainterKismetLibrary, nullptr, "RemovePaintedVertices", Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::MeshVertexPainterKismetLibrary_eventRemovePaintedVertices_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::MeshVertexPainterKismetLibrary_eventRemovePaintedVertices_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMeshVertexPainterKismetLibrary::execRemovePaintedVertices)
{
P_GET_OBJECT(UStaticMeshComponent,Z_Param_StaticMeshComponent);
P_FINISH;
P_NATIVE_BEGIN;
UMeshVertexPainterKismetLibrary::RemovePaintedVertices(Z_Param_StaticMeshComponent);
P_NATIVE_END;
}
// ********** End Class UMeshVertexPainterKismetLibrary Function RemovePaintedVertices *************
// ********** Begin Class UMeshVertexPainterKismetLibrary ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMeshVertexPainterKismetLibrary;
UClass* UMeshVertexPainterKismetLibrary::GetPrivateStaticClass()
{
using TClass = UMeshVertexPainterKismetLibrary;
if (!Z_Registration_Info_UClass_UMeshVertexPainterKismetLibrary.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MeshVertexPainterKismetLibrary"),
Z_Registration_Info_UClass_UMeshVertexPainterKismetLibrary.InnerSingleton,
StaticRegisterNativesUMeshVertexPainterKismetLibrary,
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_UMeshVertexPainterKismetLibrary.InnerSingleton;
}
UClass* Z_Construct_UClass_UMeshVertexPainterKismetLibrary_NoRegister()
{
return UMeshVertexPainterKismetLibrary::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMeshVertexPainterKismetLibrary_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MeshVertexPainter/MeshVertexPainterKismetLibrary.h" },
{ "ModuleRelativePath", "Classes/MeshVertexPainter/MeshVertexPainterKismetLibrary.h" },
{ "ScriptName", "MeshVertexPainterLibrary" },
};
#endif // WITH_METADATA
// ********** Begin Class UMeshVertexPainterKismetLibrary constinit property declarations **********
// ********** End Class UMeshVertexPainterKismetLibrary constinit property declarations ************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("PaintVerticesLerpAlongAxis"), .Pointer = &UMeshVertexPainterKismetLibrary::execPaintVerticesLerpAlongAxis },
{ .NameUTF8 = UTF8TEXT("PaintVerticesSingleColor"), .Pointer = &UMeshVertexPainterKismetLibrary::execPaintVerticesSingleColor },
{ .NameUTF8 = UTF8TEXT("RemovePaintedVertices"), .Pointer = &UMeshVertexPainterKismetLibrary::execRemovePaintedVertices },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, "PaintVerticesLerpAlongAxis" }, // 1914260211
{ &Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_PaintVerticesSingleColor, "PaintVerticesSingleColor" }, // 1642662618
{ &Z_Construct_UFunction_UMeshVertexPainterKismetLibrary_RemovePaintedVertices, "RemovePaintedVertices" }, // 1198288548
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMeshVertexPainterKismetLibrary>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMeshVertexPainterKismetLibrary_Statics
UObject* (*const Z_Construct_UClass_UMeshVertexPainterKismetLibrary_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshVertexPainterKismetLibrary_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMeshVertexPainterKismetLibrary_Statics::ClassParams = {
&UMeshVertexPainterKismetLibrary::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshVertexPainterKismetLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UMeshVertexPainterKismetLibrary_Statics::Class_MetaDataParams)
};
void UMeshVertexPainterKismetLibrary::StaticRegisterNativesUMeshVertexPainterKismetLibrary()
{
UClass* Class = UMeshVertexPainterKismetLibrary::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMeshVertexPainterKismetLibrary_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMeshVertexPainterKismetLibrary()
{
if (!Z_Registration_Info_UClass_UMeshVertexPainterKismetLibrary.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMeshVertexPainterKismetLibrary.OuterSingleton, Z_Construct_UClass_UMeshVertexPainterKismetLibrary_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMeshVertexPainterKismetLibrary.OuterSingleton;
}
UMeshVertexPainterKismetLibrary::UMeshVertexPainterKismetLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMeshVertexPainterKismetLibrary);
UMeshVertexPainterKismetLibrary::~UMeshVertexPainterKismetLibrary() {}
// ********** End Class UMeshVertexPainterKismetLibrary ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_MeshVertexPainter_MeshVertexPainterKismetLibrary_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMeshVertexPainterKismetLibrary, UMeshVertexPainterKismetLibrary::StaticClass, TEXT("UMeshVertexPainterKismetLibrary"), &Z_Registration_Info_UClass_UMeshVertexPainterKismetLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMeshVertexPainterKismetLibrary), 3458314349U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_MeshVertexPainter_MeshVertexPainterKismetLibrary_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_MeshVertexPainter_MeshVertexPainterKismetLibrary_h__Script_Engine_3667715754{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_MeshVertexPainter_MeshVertexPainterKismetLibrary_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_MeshVertexPainter_MeshVertexPainterKismetLibrary_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS