Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/ModelingComponents/UHT/PointSetComponent.gen.cpp

356 lines
25 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 "Drawing/PointSetComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePointSetComponent() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBoxSphereBounds();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FColor();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
ENGINE_API UClass* Z_Construct_UClass_UMaterialInterface_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UMeshComponent();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UPointSetComponent();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UPointSetComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_ModelingComponents();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UPointSetComponent Function AddPoints ************************************
struct Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics
{
struct PointSetComponent_eventAddPoints_Parms
{
TArray<FVector> Positions;
FColor InColor;
float InSize;
float InDepthBias;
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "AutoCreateRefTerm", "InColor" },
{ "Category", "Point Set" },
{ "Comment", "/** \n\x09 * Add points to be rendered using the component. \n\x09 * @return Number of added points\n\x09 */" },
{ "CPP_Default_InColor", "(R=0,G=0,B=0,A=255)" },
{ "CPP_Default_InDepthBias", "0.000000" },
{ "CPP_Default_InSize", "2.000000" },
{ "ModuleRelativePath", "Public/Drawing/PointSetComponent.h" },
{ "ToolTip", "Add points to be rendered using the component.\n@return Number of added points" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Positions_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InColor_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InSize_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDepthBias_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function AddPoints constinit property declarations *****************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Positions_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Positions;
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
static const UECodeGen_Private::FFloatPropertyParams NewProp_InSize;
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDepthBias;
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function AddPoints constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function AddPoints Property Definitions ****************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_Positions_Inner = { "Positions", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_Positions = { "Positions", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PointSetComponent_eventAddPoints_Parms, Positions), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Positions_MetaData), NewProp_Positions_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PointSetComponent_eventAddPoints_Parms, InColor), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InColor_MetaData), NewProp_InColor_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_InSize = { "InSize", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PointSetComponent_eventAddPoints_Parms, InSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InSize_MetaData), NewProp_InSize_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_InDepthBias = { "InDepthBias", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PointSetComponent_eventAddPoints_Parms, InDepthBias), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDepthBias_MetaData), NewProp_InDepthBias_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PointSetComponent_eventAddPoints_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_Positions_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_Positions,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_InColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_InSize,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_InDepthBias,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::PropPointers) < 2048);
// ********** End Function AddPoints Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPointSetComponent, nullptr, "AddPoints", Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::PointSetComponent_eventAddPoints_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::PointSetComponent_eventAddPoints_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UPointSetComponent_AddPoints()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPointSetComponent_AddPoints_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UPointSetComponent::execAddPoints)
{
P_GET_TARRAY_REF(FVector,Z_Param_Out_Positions);
P_GET_STRUCT_REF(FColor,Z_Param_Out_InColor);
P_GET_PROPERTY(FFloatProperty,Z_Param_InSize);
P_GET_PROPERTY(FFloatProperty,Z_Param_InDepthBias);
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->AddPoints(Z_Param_Out_Positions,Z_Param_Out_InColor,Z_Param_InSize,Z_Param_InDepthBias);
P_NATIVE_END;
}
// ********** End Class UPointSetComponent Function AddPoints **************************************
// ********** Begin Class UPointSetComponent Function Clear ****************************************
struct Z_Construct_UFunction_UPointSetComponent_Clear_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Point Set" },
{ "Comment", "/** Clear all primitives */" },
{ "ModuleRelativePath", "Public/Drawing/PointSetComponent.h" },
{ "ToolTip", "Clear all primitives" },
};
#endif // WITH_METADATA
// ********** Begin Function Clear constinit property declarations *********************************
// ********** End Function Clear constinit property declarations ***********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPointSetComponent_Clear_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPointSetComponent, nullptr, "Clear", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPointSetComponent_Clear_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPointSetComponent_Clear_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UPointSetComponent_Clear()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPointSetComponent_Clear_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UPointSetComponent::execClear)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->Clear();
P_NATIVE_END;
}
// ********** End Class UPointSetComponent Function Clear ******************************************
// ********** Begin Class UPointSetComponent Function SetPointMaterial *****************************
struct Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics
{
struct PointSetComponent_eventSetPointMaterial_Parms
{
UMaterialInterface* InPointMaterial;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Point Set" },
{ "Comment", "/** Specify material which handles points */" },
{ "ModuleRelativePath", "Public/Drawing/PointSetComponent.h" },
{ "ToolTip", "Specify material which handles points" },
};
#endif // WITH_METADATA
// ********** Begin Function SetPointMaterial constinit property declarations **********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_InPointMaterial;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetPointMaterial constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetPointMaterial Property Definitions *********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::NewProp_InPointMaterial = { "InPointMaterial", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PointSetComponent_eventSetPointMaterial_Parms, InPointMaterial), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::NewProp_InPointMaterial,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::PropPointers) < 2048);
// ********** End Function SetPointMaterial Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPointSetComponent, nullptr, "SetPointMaterial", Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::PointSetComponent_eventSetPointMaterial_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::PointSetComponent_eventSetPointMaterial_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UPointSetComponent_SetPointMaterial()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPointSetComponent_SetPointMaterial_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UPointSetComponent::execSetPointMaterial)
{
P_GET_OBJECT(UMaterialInterface,Z_Param_InPointMaterial);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetPointMaterial(Z_Param_InPointMaterial);
P_NATIVE_END;
}
// ********** End Class UPointSetComponent Function SetPointMaterial *******************************
// ********** Begin Class UPointSetComponent *******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPointSetComponent;
UClass* UPointSetComponent::GetPrivateStaticClass()
{
using TClass = UPointSetComponent;
if (!Z_Registration_Info_UClass_UPointSetComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PointSetComponent"),
Z_Registration_Info_UClass_UPointSetComponent.InnerSingleton,
StaticRegisterNativesUPointSetComponent,
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_UPointSetComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UPointSetComponent_NoRegister()
{
return UPointSetComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPointSetComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintSpawnableComponent", "" },
{ "Comment", "/**\n * UPointSetComponent is a Component that draws a set of points, as small squares.\n * Per-point Color and (view-space) Size is supported. Normals are not supported.\n * \n * Points are inserted with an externally-defined ID, internally this is done via\n * a TSparseArray. This class allocates a contiguous TArray large enugh to hold the \n * largest ID. Using ReservePoints() may be beneficial for huge arrays.\n *\n * The points are drawn as two triangles (ie a square) orthogonal to the view direction. \n * The actual point size is calculated in the shader, and so a custom material must be used.\n */" },
{ "HideCategories", "Mobility Trigger" },
{ "IncludePath", "Drawing/PointSetComponent.h" },
{ "ModuleRelativePath", "Public/Drawing/PointSetComponent.h" },
{ "ToolTip", "UPointSetComponent is a Component that draws a set of points, as small squares.\nPer-point Color and (view-space) Size is supported. Normals are not supported.\n\nPoints are inserted with an externally-defined ID, internally this is done via\na TSparseArray. This class allocates a contiguous TArray large enugh to hold the\nlargest ID. Using ReservePoints() may be beneficial for huge arrays.\n\nThe points are drawn as two triangles (ie a square) orthogonal to the view direction.\nThe actual point size is calculated in the shader, and so a custom material must be used." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PointMaterial_MetaData[] = {
{ "Comment", "//~ Begin USceneComponent Interface.\n" },
{ "ModuleRelativePath", "Public/Drawing/PointSetComponent.h" },
{ "NativeConstTemplateArg", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Bounds_MetaData[] = {
{ "ModuleRelativePath", "Public/Drawing/PointSetComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bBoundsDirty_MetaData[] = {
{ "ModuleRelativePath", "Public/Drawing/PointSetComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UPointSetComponent constinit property declarations ***********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_PointMaterial;
static const UECodeGen_Private::FStructPropertyParams NewProp_Bounds;
static void NewProp_bBoundsDirty_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bBoundsDirty;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UPointSetComponent constinit property declarations *************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("AddPoints"), .Pointer = &UPointSetComponent::execAddPoints },
{ .NameUTF8 = UTF8TEXT("Clear"), .Pointer = &UPointSetComponent::execClear },
{ .NameUTF8 = UTF8TEXT("SetPointMaterial"), .Pointer = &UPointSetComponent::execSetPointMaterial },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UPointSetComponent_AddPoints, "AddPoints" }, // 2254907295
{ &Z_Construct_UFunction_UPointSetComponent_Clear, "Clear" }, // 3129311739
{ &Z_Construct_UFunction_UPointSetComponent_SetPointMaterial, "SetPointMaterial" }, // 2635684764
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPointSetComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPointSetComponent_Statics
// ********** Begin Class UPointSetComponent Property Definitions **********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPointSetComponent_Statics::NewProp_PointMaterial = { "PointMaterial", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPointSetComponent, PointMaterial), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PointMaterial_MetaData), NewProp_PointMaterial_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPointSetComponent_Statics::NewProp_Bounds = { "Bounds", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPointSetComponent, Bounds), Z_Construct_UScriptStruct_FBoxSphereBounds, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Bounds_MetaData), NewProp_Bounds_MetaData) };
void Z_Construct_UClass_UPointSetComponent_Statics::NewProp_bBoundsDirty_SetBit(void* Obj)
{
((UPointSetComponent*)Obj)->bBoundsDirty = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPointSetComponent_Statics::NewProp_bBoundsDirty = { "bBoundsDirty", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPointSetComponent), &Z_Construct_UClass_UPointSetComponent_Statics::NewProp_bBoundsDirty_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bBoundsDirty_MetaData), NewProp_bBoundsDirty_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPointSetComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPointSetComponent_Statics::NewProp_PointMaterial,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPointSetComponent_Statics::NewProp_Bounds,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPointSetComponent_Statics::NewProp_bBoundsDirty,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPointSetComponent_Statics::PropPointers) < 2048);
// ********** End Class UPointSetComponent Property Definitions ************************************
UObject* (*const Z_Construct_UClass_UPointSetComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMeshComponent,
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPointSetComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPointSetComponent_Statics::ClassParams = {
&UPointSetComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UPointSetComponent_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UPointSetComponent_Statics::PropPointers),
0,
0x00A800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPointSetComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UPointSetComponent_Statics::Class_MetaDataParams)
};
void UPointSetComponent::StaticRegisterNativesUPointSetComponent()
{
UClass* Class = UPointSetComponent::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPointSetComponent_Statics::Funcs));
}
UClass* Z_Construct_UClass_UPointSetComponent()
{
if (!Z_Registration_Info_UClass_UPointSetComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPointSetComponent.OuterSingleton, Z_Construct_UClass_UPointSetComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPointSetComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPointSetComponent);
UPointSetComponent::~UPointSetComponent() {}
// ********** End Class UPointSetComponent *********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Drawing_PointSetComponent_h__Script_ModelingComponents_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UPointSetComponent, UPointSetComponent::StaticClass, TEXT("UPointSetComponent"), &Z_Registration_Info_UClass_UPointSetComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPointSetComponent), 3955884076U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Drawing_PointSetComponent_h__Script_ModelingComponents_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Drawing_PointSetComponent_h__Script_ModelingComponents_1545354321{
TEXT("/Script/ModelingComponents"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Drawing_PointSetComponent_h__Script_ModelingComponents_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Drawing_PointSetComponent_h__Script_ModelingComponents_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS