1138 lines
117 KiB
C++
1138 lines
117 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 "KismetProceduralMeshLibrary.h"
|
||
|
|
#include "ProceduralMeshComponent.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeKismetProceduralMeshLibrary() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialInterface_NoRegister();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UStaticMesh_NoRegister();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UStaticMeshComponent_NoRegister();
|
||
|
|
PROCEDURALMESHCOMPONENT_API UClass* Z_Construct_UClass_UKismetProceduralMeshLibrary();
|
||
|
|
PROCEDURALMESHCOMPONENT_API UClass* Z_Construct_UClass_UKismetProceduralMeshLibrary_NoRegister();
|
||
|
|
PROCEDURALMESHCOMPONENT_API UClass* Z_Construct_UClass_UProceduralMeshComponent_NoRegister();
|
||
|
|
PROCEDURALMESHCOMPONENT_API UEnum* Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption();
|
||
|
|
PROCEDURALMESHCOMPONENT_API UScriptStruct* Z_Construct_UScriptStruct_FProcMeshTangent();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_ProceduralMeshComponent();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EProcMeshSliceCapOption ***************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EProcMeshSliceCapOption;
|
||
|
|
static UEnum* EProcMeshSliceCapOption_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EProcMeshSliceCapOption.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_EProcMeshSliceCapOption.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption, (UObject*)Z_Construct_UPackage__Script_ProceduralMeshComponent(), TEXT("EProcMeshSliceCapOption"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EProcMeshSliceCapOption.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> PROCEDURALMESHCOMPONENT_NON_ATTRIBUTED_API UEnum* StaticEnum<EProcMeshSliceCapOption>()
|
||
|
|
{
|
||
|
|
return EProcMeshSliceCapOption_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** Options for creating cap geometry when slicing */" },
|
||
|
|
{ "CreateNewSectionForCap.Comment", "/** Add a new section to ProceduralMesh for cap */" },
|
||
|
|
{ "CreateNewSectionForCap.Name", "EProcMeshSliceCapOption::CreateNewSectionForCap" },
|
||
|
|
{ "CreateNewSectionForCap.ToolTip", "Add a new section to ProceduralMesh for cap" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "NoCap.Comment", "/** Do not create cap geometry */" },
|
||
|
|
{ "NoCap.Name", "EProcMeshSliceCapOption::NoCap" },
|
||
|
|
{ "NoCap.ToolTip", "Do not create cap geometry" },
|
||
|
|
{ "ToolTip", "Options for creating cap geometry when slicing" },
|
||
|
|
{ "UseLastSectionForCap.Comment", "/** Add cap geometry to existing last section */" },
|
||
|
|
{ "UseLastSectionForCap.Name", "EProcMeshSliceCapOption::UseLastSectionForCap" },
|
||
|
|
{ "UseLastSectionForCap.ToolTip", "Add cap geometry to existing last section" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "EProcMeshSliceCapOption::NoCap", (int64)EProcMeshSliceCapOption::NoCap },
|
||
|
|
{ "EProcMeshSliceCapOption::CreateNewSectionForCap", (int64)EProcMeshSliceCapOption::CreateNewSectionForCap },
|
||
|
|
{ "EProcMeshSliceCapOption::UseLastSectionForCap", (int64)EProcMeshSliceCapOption::UseLastSectionForCap },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_ProceduralMeshComponent,
|
||
|
|
nullptr,
|
||
|
|
"EProcMeshSliceCapOption",
|
||
|
|
"EProcMeshSliceCapOption",
|
||
|
|
Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption_Statics::Enum_MetaDataParams), Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EProcMeshSliceCapOption.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EProcMeshSliceCapOption.InnerSingleton, Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EProcMeshSliceCapOption.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum EProcMeshSliceCapOption *****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary Function CalculateTangentsForMesh ***********
|
||
|
|
struct Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics
|
||
|
|
{
|
||
|
|
struct KismetProceduralMeshLibrary_eventCalculateTangentsForMesh_Parms
|
||
|
|
{
|
||
|
|
TArray<FVector> Vertices;
|
||
|
|
TArray<int32> Triangles;
|
||
|
|
TArray<FVector2D> UVs;
|
||
|
|
TArray<FVector> Normals;
|
||
|
|
TArray<FProcMeshTangent> Tangents;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "AutoCreateRefTerm", "SmoothingGroups,UVs" },
|
||
|
|
{ "Category", "Components|ProceduralMesh" },
|
||
|
|
{ "Comment", "/** \n\x09 *\x09""Automatically generate normals and tangent vectors for a mesh\n\x09 *\x09UVs are required for correct tangent generation.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ToolTip", "Automatically generate normals and tangent vectors for a mesh\nUVs are required for correct tangent generation." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Vertices_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Triangles_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UVs_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function CalculateTangentsForMesh constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Vertices_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Vertices;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Triangles_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Triangles;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UVs_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_UVs;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Normals_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Normals;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Tangents_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Tangents;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function CalculateTangentsForMesh constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function CalculateTangentsForMesh Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Vertices_Inner = { "Vertices", 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_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Vertices = { "Vertices", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCalculateTangentsForMesh_Parms, Vertices), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Vertices_MetaData), NewProp_Vertices_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Triangles_Inner = { "Triangles", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Triangles = { "Triangles", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCalculateTangentsForMesh_Parms, Triangles), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Triangles_MetaData), NewProp_Triangles_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_UVs_Inner = { "UVs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_UVs = { "UVs", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCalculateTangentsForMesh_Parms, UVs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UVs_MetaData), NewProp_UVs_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Normals_Inner = { "Normals", 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_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Normals = { "Normals", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCalculateTangentsForMesh_Parms, Normals), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Tangents_Inner = { "Tangents", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FProcMeshTangent, METADATA_PARAMS(0, nullptr) }; // 2375946553
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Tangents = { "Tangents", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCalculateTangentsForMesh_Parms, Tangents), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 2375946553
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Vertices_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Vertices,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Triangles_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Triangles,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_UVs_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_UVs,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Normals_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Normals,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Tangents_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::NewProp_Tangents,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function CalculateTangentsForMesh Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetProceduralMeshLibrary, nullptr, "CalculateTangentsForMesh", Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::KismetProceduralMeshLibrary_eventCalculateTangentsForMesh_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::KismetProceduralMeshLibrary_eventCalculateTangentsForMesh_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetProceduralMeshLibrary::execCalculateTangentsForMesh)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Vertices);
|
||
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_Triangles);
|
||
|
|
P_GET_TARRAY_REF(FVector2D,Z_Param_Out_UVs);
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Normals);
|
||
|
|
P_GET_TARRAY_REF(FProcMeshTangent,Z_Param_Out_Tangents);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetProceduralMeshLibrary::CalculateTangentsForMesh(Z_Param_Out_Vertices,Z_Param_Out_Triangles,Z_Param_Out_UVs,Z_Param_Out_Normals,Z_Param_Out_Tangents);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary Function CalculateTangentsForMesh *************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary Function ConvertQuadToTriangles *************
|
||
|
|
struct Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics
|
||
|
|
{
|
||
|
|
struct KismetProceduralMeshLibrary_eventConvertQuadToTriangles_Parms
|
||
|
|
{
|
||
|
|
TArray<int32> Triangles;
|
||
|
|
int32 Vert0;
|
||
|
|
int32 Vert1;
|
||
|
|
int32 Vert2;
|
||
|
|
int32 Vert3;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Components|ProceduralMesh" },
|
||
|
|
{ "Comment", "/** Add a quad, specified by four indices, to a triangle index buffer as two triangles. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ToolTip", "Add a quad, specified by four indices, to a triangle index buffer as two triangles." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ConvertQuadToTriangles constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Triangles_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Triangles;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Vert0;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Vert1;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Vert2;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Vert3;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ConvertQuadToTriangles constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ConvertQuadToTriangles Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Triangles_Inner = { "Triangles", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Triangles = { "Triangles", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventConvertQuadToTriangles_Parms, Triangles), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Vert0 = { "Vert0", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventConvertQuadToTriangles_Parms, Vert0), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Vert1 = { "Vert1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventConvertQuadToTriangles_Parms, Vert1), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Vert2 = { "Vert2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventConvertQuadToTriangles_Parms, Vert2), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Vert3 = { "Vert3", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventConvertQuadToTriangles_Parms, Vert3), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Triangles_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Triangles,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Vert0,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Vert1,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Vert2,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::NewProp_Vert3,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ConvertQuadToTriangles Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetProceduralMeshLibrary, nullptr, "ConvertQuadToTriangles", Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::KismetProceduralMeshLibrary_eventConvertQuadToTriangles_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::KismetProceduralMeshLibrary_eventConvertQuadToTriangles_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetProceduralMeshLibrary::execConvertQuadToTriangles)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_Triangles);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Vert0);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Vert1);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Vert2);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Vert3);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetProceduralMeshLibrary::ConvertQuadToTriangles(Z_Param_Out_Triangles,Z_Param_Vert0,Z_Param_Vert1,Z_Param_Vert2,Z_Param_Vert3);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary Function ConvertQuadToTriangles ***************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary Function CopyProceduralMeshFromStaticMeshComponent
|
||
|
|
struct Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics
|
||
|
|
{
|
||
|
|
struct KismetProceduralMeshLibrary_eventCopyProceduralMeshFromStaticMeshComponent_Parms
|
||
|
|
{
|
||
|
|
UStaticMeshComponent* StaticMeshComponent;
|
||
|
|
int32 LODIndex;
|
||
|
|
UProceduralMeshComponent* ProcMeshComponent;
|
||
|
|
bool bCreateCollision;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Components|ProceduralMesh" },
|
||
|
|
{ "Comment", "/** Copy materials from StaticMeshComponent to ProceduralMeshComponent. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ToolTip", "Copy materials from StaticMeshComponent to ProceduralMeshComponent." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StaticMeshComponent_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ProcMeshComponent_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function CopyProceduralMeshFromStaticMeshComponent constinit property declarations
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_StaticMeshComponent;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_LODIndex;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ProcMeshComponent;
|
||
|
|
static void NewProp_bCreateCollision_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCreateCollision;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function CopyProceduralMeshFromStaticMeshComponent constinit property declarations
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function CopyProceduralMeshFromStaticMeshComponent Property Definitions ********
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::NewProp_StaticMeshComponent = { "StaticMeshComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCopyProceduralMeshFromStaticMeshComponent_Parms, StaticMeshComponent), Z_Construct_UClass_UStaticMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StaticMeshComponent_MetaData), NewProp_StaticMeshComponent_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::NewProp_LODIndex = { "LODIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCopyProceduralMeshFromStaticMeshComponent_Parms, LODIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::NewProp_ProcMeshComponent = { "ProcMeshComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCopyProceduralMeshFromStaticMeshComponent_Parms, ProcMeshComponent), Z_Construct_UClass_UProceduralMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ProcMeshComponent_MetaData), NewProp_ProcMeshComponent_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::NewProp_bCreateCollision_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetProceduralMeshLibrary_eventCopyProceduralMeshFromStaticMeshComponent_Parms*)Obj)->bCreateCollision = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::NewProp_bCreateCollision = { "bCreateCollision", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetProceduralMeshLibrary_eventCopyProceduralMeshFromStaticMeshComponent_Parms), &Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::NewProp_bCreateCollision_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::NewProp_StaticMeshComponent,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::NewProp_LODIndex,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::NewProp_ProcMeshComponent,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::NewProp_bCreateCollision,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function CopyProceduralMeshFromStaticMeshComponent Property Definitions **********
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetProceduralMeshLibrary, nullptr, "CopyProceduralMeshFromStaticMeshComponent", Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::KismetProceduralMeshLibrary_eventCopyProceduralMeshFromStaticMeshComponent_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::KismetProceduralMeshLibrary_eventCopyProceduralMeshFromStaticMeshComponent_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetProceduralMeshLibrary::execCopyProceduralMeshFromStaticMeshComponent)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UStaticMeshComponent,Z_Param_StaticMeshComponent);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_LODIndex);
|
||
|
|
P_GET_OBJECT(UProceduralMeshComponent,Z_Param_ProcMeshComponent);
|
||
|
|
P_GET_UBOOL(Z_Param_bCreateCollision);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetProceduralMeshLibrary::CopyProceduralMeshFromStaticMeshComponent(Z_Param_StaticMeshComponent,Z_Param_LODIndex,Z_Param_ProcMeshComponent,Z_Param_bCreateCollision);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary Function CopyProceduralMeshFromStaticMeshComponent
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary Function CreateGridMeshSplit ****************
|
||
|
|
struct Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics
|
||
|
|
{
|
||
|
|
struct KismetProceduralMeshLibrary_eventCreateGridMeshSplit_Parms
|
||
|
|
{
|
||
|
|
int32 NumX;
|
||
|
|
int32 NumY;
|
||
|
|
TArray<int32> Triangles;
|
||
|
|
TArray<FVector> Vertices;
|
||
|
|
TArray<FVector2D> UVs;
|
||
|
|
TArray<FVector2D> UV1s;
|
||
|
|
float GridSpacing;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Components|ProceduralMesh" },
|
||
|
|
{ "Comment", "/**\n\x09*\x09Generate a vertex buffer, index buffer and UVs for a grid mesh where each quad is split, with standard 0-1 UVs on UV0 and point sampled texel center UVs for UV1.\n\x09*\x09@param\x09NumX\x09\x09\x09Number of vertices in X direction (must be >= 2)\n\x09*\x09@param\x09NumY\x09\x09\x09Number of vertices in y direction (must be >= 2)\n\x09*\x09@out\x09Triangles\x09\x09Output index buffer\n\x09*\x09@out\x09Vertices\x09\x09Output vertex buffer\n\x09*\x09@out\x09UVs\x09\x09\x09\x09Out UVs\n\x09*\x09@out\x09UV1s\x09\x09\x09Out UV1s\n\x09*\x09@param\x09GridSpacing\x09\x09Size of each quad in world units\n\x09*/" },
|
||
|
|
{ "CPP_Default_GridSpacing", "16.000000" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ToolTip", "Generate a vertex buffer, index buffer and UVs for a grid mesh where each quad is split, with standard 0-1 UVs on UV0 and point sampled texel center UVs for UV1.\n@param NumX Number of vertices in X direction (must be >= 2)\n@param NumY Number of vertices in y direction (must be >= 2)\n@out Triangles Output index buffer\n@out Vertices Output vertex buffer\n@out UVs Out UVs\n@out UV1s Out UV1s\n@param GridSpacing Size of each quad in world units" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function CreateGridMeshSplit constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumX;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumY;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Triangles_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Triangles;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Vertices_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Vertices;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UVs_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_UVs;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UV1s_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_UV1s;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_GridSpacing;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function CreateGridMeshSplit constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function CreateGridMeshSplit Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_NumX = { "NumX", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshSplit_Parms, NumX), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_NumY = { "NumY", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshSplit_Parms, NumY), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_Triangles_Inner = { "Triangles", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_Triangles = { "Triangles", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshSplit_Parms, Triangles), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_Vertices_Inner = { "Vertices", 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_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_Vertices = { "Vertices", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshSplit_Parms, Vertices), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_UVs_Inner = { "UVs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_UVs = { "UVs", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshSplit_Parms, UVs), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_UV1s_Inner = { "UV1s", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_UV1s = { "UV1s", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshSplit_Parms, UV1s), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_GridSpacing = { "GridSpacing", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshSplit_Parms, GridSpacing), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_NumX,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_NumY,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_Triangles_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_Triangles,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_Vertices_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_Vertices,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_UVs_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_UVs,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_UV1s_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_UV1s,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::NewProp_GridSpacing,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function CreateGridMeshSplit Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetProceduralMeshLibrary, nullptr, "CreateGridMeshSplit", Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::KismetProceduralMeshLibrary_eventCreateGridMeshSplit_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::KismetProceduralMeshLibrary_eventCreateGridMeshSplit_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetProceduralMeshLibrary::execCreateGridMeshSplit)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_NumX);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_NumY);
|
||
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_Triangles);
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Vertices);
|
||
|
|
P_GET_TARRAY_REF(FVector2D,Z_Param_Out_UVs);
|
||
|
|
P_GET_TARRAY_REF(FVector2D,Z_Param_Out_UV1s);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_GridSpacing);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetProceduralMeshLibrary::CreateGridMeshSplit(Z_Param_NumX,Z_Param_NumY,Z_Param_Out_Triangles,Z_Param_Out_Vertices,Z_Param_Out_UVs,Z_Param_Out_UV1s,Z_Param_GridSpacing);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary Function CreateGridMeshSplit ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary Function CreateGridMeshTriangles ************
|
||
|
|
struct Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics
|
||
|
|
{
|
||
|
|
struct KismetProceduralMeshLibrary_eventCreateGridMeshTriangles_Parms
|
||
|
|
{
|
||
|
|
int32 NumX;
|
||
|
|
int32 NumY;
|
||
|
|
bool bWinding;
|
||
|
|
TArray<int32> Triangles;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Components|ProceduralMesh" },
|
||
|
|
{ "Comment", "/** \n\x09 *\x09Generate an index buffer for a grid of quads. \n\x09 *\x09@param\x09NumX\x09\x09\x09Number of vertices in X direction (must be >= 2)\n\x09 *\x09@param\x09NumY\x09\x09\x09Number of vertices in y direction (must be >= 2)\n\x09 *\x09@param\x09""bWinding\x09\x09Reverses winding of indices generated for each quad\n\x09 *\x09@out\x09Triangles\x09\x09Output index buffer\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ToolTip", "Generate an index buffer for a grid of quads.\n@param NumX Number of vertices in X direction (must be >= 2)\n@param NumY Number of vertices in y direction (must be >= 2)\n@param bWinding Reverses winding of indices generated for each quad\n@out Triangles Output index buffer" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function CreateGridMeshTriangles constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumX;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumY;
|
||
|
|
static void NewProp_bWinding_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bWinding;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Triangles_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Triangles;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function CreateGridMeshTriangles constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function CreateGridMeshTriangles Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_NumX = { "NumX", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshTriangles_Parms, NumX), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_NumY = { "NumY", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshTriangles_Parms, NumY), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_bWinding_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetProceduralMeshLibrary_eventCreateGridMeshTriangles_Parms*)Obj)->bWinding = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_bWinding = { "bWinding", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetProceduralMeshLibrary_eventCreateGridMeshTriangles_Parms), &Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_bWinding_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_Triangles_Inner = { "Triangles", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_Triangles = { "Triangles", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshTriangles_Parms, Triangles), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_NumX,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_NumY,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_bWinding,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_Triangles_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::NewProp_Triangles,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function CreateGridMeshTriangles Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetProceduralMeshLibrary, nullptr, "CreateGridMeshTriangles", Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::KismetProceduralMeshLibrary_eventCreateGridMeshTriangles_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::KismetProceduralMeshLibrary_eventCreateGridMeshTriangles_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetProceduralMeshLibrary::execCreateGridMeshTriangles)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_NumX);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_NumY);
|
||
|
|
P_GET_UBOOL(Z_Param_bWinding);
|
||
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_Triangles);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetProceduralMeshLibrary::CreateGridMeshTriangles(Z_Param_NumX,Z_Param_NumY,Z_Param_bWinding,Z_Param_Out_Triangles);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary Function CreateGridMeshTriangles **************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary Function CreateGridMeshWelded ***************
|
||
|
|
struct Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics
|
||
|
|
{
|
||
|
|
struct KismetProceduralMeshLibrary_eventCreateGridMeshWelded_Parms
|
||
|
|
{
|
||
|
|
int32 NumX;
|
||
|
|
int32 NumY;
|
||
|
|
TArray<int32> Triangles;
|
||
|
|
TArray<FVector> Vertices;
|
||
|
|
TArray<FVector2D> UVs;
|
||
|
|
float GridSpacing;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Components|ProceduralMesh" },
|
||
|
|
{ "Comment", "/**\n\x09*\x09Generate a vertex buffer, index buffer and UVs for a tessellated grid mesh.\n\x09*\x09@param\x09NumX\x09\x09\x09Number of vertices in X direction (must be >= 2)\n\x09*\x09@param\x09NumY\x09\x09\x09Number of vertices in y direction (must be >= 2)\n\x09*\x09@out\x09Triangles\x09\x09Output index buffer\n\x09*\x09@out\x09Vertices\x09\x09Output vertex buffer\n\x09*\x09@out\x09UVs\x09\x09\x09\x09Out UVs\n\x09*\x09@param\x09GridSpacing\x09\x09Size of each quad in world units\n\x09*/" },
|
||
|
|
{ "CPP_Default_GridSpacing", "16.000000" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ToolTip", "Generate a vertex buffer, index buffer and UVs for a tessellated grid mesh.\n@param NumX Number of vertices in X direction (must be >= 2)\n@param NumY Number of vertices in y direction (must be >= 2)\n@out Triangles Output index buffer\n@out Vertices Output vertex buffer\n@out UVs Out UVs\n@param GridSpacing Size of each quad in world units" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function CreateGridMeshWelded constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumX;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumY;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Triangles_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Triangles;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Vertices_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Vertices;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UVs_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_UVs;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_GridSpacing;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function CreateGridMeshWelded constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function CreateGridMeshWelded Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_NumX = { "NumX", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshWelded_Parms, NumX), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_NumY = { "NumY", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshWelded_Parms, NumY), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_Triangles_Inner = { "Triangles", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_Triangles = { "Triangles", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshWelded_Parms, Triangles), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_Vertices_Inner = { "Vertices", 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_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_Vertices = { "Vertices", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshWelded_Parms, Vertices), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_UVs_Inner = { "UVs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_UVs = { "UVs", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshWelded_Parms, UVs), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_GridSpacing = { "GridSpacing", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventCreateGridMeshWelded_Parms, GridSpacing), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_NumX,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_NumY,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_Triangles_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_Triangles,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_Vertices_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_Vertices,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_UVs_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_UVs,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::NewProp_GridSpacing,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function CreateGridMeshWelded Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetProceduralMeshLibrary, nullptr, "CreateGridMeshWelded", Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::KismetProceduralMeshLibrary_eventCreateGridMeshWelded_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::KismetProceduralMeshLibrary_eventCreateGridMeshWelded_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetProceduralMeshLibrary::execCreateGridMeshWelded)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_NumX);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_NumY);
|
||
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_Triangles);
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Vertices);
|
||
|
|
P_GET_TARRAY_REF(FVector2D,Z_Param_Out_UVs);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_GridSpacing);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetProceduralMeshLibrary::CreateGridMeshWelded(Z_Param_NumX,Z_Param_NumY,Z_Param_Out_Triangles,Z_Param_Out_Vertices,Z_Param_Out_UVs,Z_Param_GridSpacing);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary Function CreateGridMeshWelded *****************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary Function GenerateBoxMesh ********************
|
||
|
|
struct Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics
|
||
|
|
{
|
||
|
|
struct KismetProceduralMeshLibrary_eventGenerateBoxMesh_Parms
|
||
|
|
{
|
||
|
|
FVector BoxRadius;
|
||
|
|
TArray<FVector> Vertices;
|
||
|
|
TArray<int32> Triangles;
|
||
|
|
TArray<FVector> Normals;
|
||
|
|
TArray<FVector2D> UVs;
|
||
|
|
TArray<FProcMeshTangent> Tangents;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Components|ProceduralMesh" },
|
||
|
|
{ "Comment", "/** Generate vertex and index buffer for a simple box, given the supplied dimensions. Normals, UVs and tangents are also generated for each vertex. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ToolTip", "Generate vertex and index buffer for a simple box, given the supplied dimensions. Normals, UVs and tangents are also generated for each vertex." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GenerateBoxMesh constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxRadius;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Vertices_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Vertices;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Triangles_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Triangles;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Normals_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Normals;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UVs_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_UVs;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Tangents_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Tangents;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GenerateBoxMesh constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GenerateBoxMesh Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_BoxRadius = { "BoxRadius", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGenerateBoxMesh_Parms, BoxRadius), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Vertices_Inner = { "Vertices", 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_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Vertices = { "Vertices", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGenerateBoxMesh_Parms, Vertices), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Triangles_Inner = { "Triangles", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Triangles = { "Triangles", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGenerateBoxMesh_Parms, Triangles), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Normals_Inner = { "Normals", 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_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Normals = { "Normals", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGenerateBoxMesh_Parms, Normals), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_UVs_Inner = { "UVs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_UVs = { "UVs", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGenerateBoxMesh_Parms, UVs), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Tangents_Inner = { "Tangents", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FProcMeshTangent, METADATA_PARAMS(0, nullptr) }; // 2375946553
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Tangents = { "Tangents", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGenerateBoxMesh_Parms, Tangents), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 2375946553
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_BoxRadius,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Vertices_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Vertices,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Triangles_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Triangles,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Normals_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Normals,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_UVs_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_UVs,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Tangents_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::NewProp_Tangents,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GenerateBoxMesh Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetProceduralMeshLibrary, nullptr, "GenerateBoxMesh", Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::KismetProceduralMeshLibrary_eventGenerateBoxMesh_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::KismetProceduralMeshLibrary_eventGenerateBoxMesh_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetProceduralMeshLibrary::execGenerateBoxMesh)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FVector,Z_Param_BoxRadius);
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Vertices);
|
||
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_Triangles);
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Normals);
|
||
|
|
P_GET_TARRAY_REF(FVector2D,Z_Param_Out_UVs);
|
||
|
|
P_GET_TARRAY_REF(FProcMeshTangent,Z_Param_Out_Tangents);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetProceduralMeshLibrary::GenerateBoxMesh(Z_Param_BoxRadius,Z_Param_Out_Vertices,Z_Param_Out_Triangles,Z_Param_Out_Normals,Z_Param_Out_UVs,Z_Param_Out_Tangents);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary Function GenerateBoxMesh **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary Function GetSectionFromProceduralMesh *******
|
||
|
|
struct Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics
|
||
|
|
{
|
||
|
|
struct KismetProceduralMeshLibrary_eventGetSectionFromProceduralMesh_Parms
|
||
|
|
{
|
||
|
|
UProceduralMeshComponent* InProcMesh;
|
||
|
|
int32 SectionIndex;
|
||
|
|
TArray<FVector> Vertices;
|
||
|
|
TArray<int32> Triangles;
|
||
|
|
TArray<FVector> Normals;
|
||
|
|
TArray<FVector2D> UVs;
|
||
|
|
TArray<FProcMeshTangent> Tangents;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Components|ProceduralMesh" },
|
||
|
|
{ "Comment", "/** Grab geometry data from a ProceduralMeshComponent. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ToolTip", "Grab geometry data from a ProceduralMeshComponent." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InProcMesh_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSectionFromProceduralMesh constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InProcMesh;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SectionIndex;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Vertices_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Vertices;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Triangles_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Triangles;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Normals_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Normals;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UVs_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_UVs;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Tangents_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Tangents;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSectionFromProceduralMesh constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSectionFromProceduralMesh Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_InProcMesh = { "InProcMesh", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromProceduralMesh_Parms, InProcMesh), Z_Construct_UClass_UProceduralMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InProcMesh_MetaData), NewProp_InProcMesh_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_SectionIndex = { "SectionIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromProceduralMesh_Parms, SectionIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Vertices_Inner = { "Vertices", 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_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Vertices = { "Vertices", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromProceduralMesh_Parms, Vertices), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Triangles_Inner = { "Triangles", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Triangles = { "Triangles", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromProceduralMesh_Parms, Triangles), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Normals_Inner = { "Normals", 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_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Normals = { "Normals", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromProceduralMesh_Parms, Normals), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_UVs_Inner = { "UVs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_UVs = { "UVs", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromProceduralMesh_Parms, UVs), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Tangents_Inner = { "Tangents", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FProcMeshTangent, METADATA_PARAMS(0, nullptr) }; // 2375946553
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Tangents = { "Tangents", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromProceduralMesh_Parms, Tangents), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 2375946553
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_InProcMesh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_SectionIndex,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Vertices_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Vertices,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Triangles_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Triangles,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Normals_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Normals,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_UVs_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_UVs,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Tangents_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::NewProp_Tangents,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSectionFromProceduralMesh Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetProceduralMeshLibrary, nullptr, "GetSectionFromProceduralMesh", Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::KismetProceduralMeshLibrary_eventGetSectionFromProceduralMesh_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::KismetProceduralMeshLibrary_eventGetSectionFromProceduralMesh_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetProceduralMeshLibrary::execGetSectionFromProceduralMesh)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UProceduralMeshComponent,Z_Param_InProcMesh);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_SectionIndex);
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Vertices);
|
||
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_Triangles);
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Normals);
|
||
|
|
P_GET_TARRAY_REF(FVector2D,Z_Param_Out_UVs);
|
||
|
|
P_GET_TARRAY_REF(FProcMeshTangent,Z_Param_Out_Tangents);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetProceduralMeshLibrary::GetSectionFromProceduralMesh(Z_Param_InProcMesh,Z_Param_SectionIndex,Z_Param_Out_Vertices,Z_Param_Out_Triangles,Z_Param_Out_Normals,Z_Param_Out_UVs,Z_Param_Out_Tangents);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary Function GetSectionFromProceduralMesh *********
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary Function GetSectionFromStaticMesh ***********
|
||
|
|
struct Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics
|
||
|
|
{
|
||
|
|
struct KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms
|
||
|
|
{
|
||
|
|
UStaticMesh* InMesh;
|
||
|
|
int32 LODIndex;
|
||
|
|
int32 SectionIndex;
|
||
|
|
TArray<FVector> Vertices;
|
||
|
|
TArray<int32> Triangles;
|
||
|
|
TArray<FVector> Normals;
|
||
|
|
TArray<FVector2D> UVs;
|
||
|
|
TArray<FProcMeshTangent> Tangents;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Components|ProceduralMesh" },
|
||
|
|
{ "Comment", "/** Grab geometry data from a StaticMesh asset. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ToolTip", "Grab geometry data from a StaticMesh asset." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSectionFromStaticMesh constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InMesh;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_LODIndex;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SectionIndex;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Vertices_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Vertices;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Triangles_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Triangles;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Normals_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Normals;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UVs_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_UVs;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Tangents_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Tangents;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSectionFromStaticMesh constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSectionFromStaticMesh Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_InMesh = { "InMesh", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms, InMesh), Z_Construct_UClass_UStaticMesh_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_LODIndex = { "LODIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms, LODIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_SectionIndex = { "SectionIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms, SectionIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Vertices_Inner = { "Vertices", 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_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Vertices = { "Vertices", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms, Vertices), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Triangles_Inner = { "Triangles", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Triangles = { "Triangles", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms, Triangles), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Normals_Inner = { "Normals", 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_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Normals = { "Normals", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms, Normals), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_UVs_Inner = { "UVs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_UVs = { "UVs", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms, UVs), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Tangents_Inner = { "Tangents", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FProcMeshTangent, METADATA_PARAMS(0, nullptr) }; // 2375946553
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Tangents = { "Tangents", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms, Tangents), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 2375946553
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_InMesh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_LODIndex,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_SectionIndex,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Vertices_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Vertices,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Triangles_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Triangles,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Normals_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Normals,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_UVs_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_UVs,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Tangents_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::NewProp_Tangents,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSectionFromStaticMesh Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetProceduralMeshLibrary, nullptr, "GetSectionFromStaticMesh", Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::KismetProceduralMeshLibrary_eventGetSectionFromStaticMesh_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetProceduralMeshLibrary::execGetSectionFromStaticMesh)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UStaticMesh,Z_Param_InMesh);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_LODIndex);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_SectionIndex);
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Vertices);
|
||
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_Triangles);
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Normals);
|
||
|
|
P_GET_TARRAY_REF(FVector2D,Z_Param_Out_UVs);
|
||
|
|
P_GET_TARRAY_REF(FProcMeshTangent,Z_Param_Out_Tangents);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetProceduralMeshLibrary::GetSectionFromStaticMesh(Z_Param_InMesh,Z_Param_LODIndex,Z_Param_SectionIndex,Z_Param_Out_Vertices,Z_Param_Out_Triangles,Z_Param_Out_Normals,Z_Param_Out_UVs,Z_Param_Out_Tangents);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary Function GetSectionFromStaticMesh *************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary Function SliceProceduralMesh ****************
|
||
|
|
struct Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics
|
||
|
|
{
|
||
|
|
struct KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms
|
||
|
|
{
|
||
|
|
UProceduralMeshComponent* InProcMesh;
|
||
|
|
FVector PlanePosition;
|
||
|
|
FVector PlaneNormal;
|
||
|
|
bool bCreateOtherHalf;
|
||
|
|
UProceduralMeshComponent* OutOtherHalfProcMesh;
|
||
|
|
EProcMeshSliceCapOption CapOption;
|
||
|
|
UMaterialInterface* CapMaterial;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Components|ProceduralMesh" },
|
||
|
|
{ "Comment", "/** \n\x09 *\x09Slice the ProceduralMeshComponent (including simple convex collision) using a plane. Optionally create 'cap' geometry. \n\x09 *\x09@param\x09InProcMesh\x09\x09\x09\x09ProceduralMeshComponent to slice\n\x09 *\x09@param\x09PlanePosition\x09\x09\x09Point on the plane to use for slicing, in world space\n\x09 *\x09@param\x09PlaneNormal\x09\x09\x09\x09Normal of plane used for slicing. Geometry on the positive side of the plane will be kept.\n\x09 *\x09@param\x09""bCreateOtherHalf\x09\x09If true, an additional ProceduralMeshComponent (OutOtherHalfProcMesh) will be created using the other half of the sliced geometry\n\x09 *\x09@param\x09OutOtherHalfProcMesh\x09If bCreateOtherHalf is set, this is the new component created. Its owner will be the same as the supplied InProcMesh.\n\x09 *\x09@param\x09""CapOption\x09\x09\x09\x09If and how to create 'cap' geometry on the slicing plane\n\x09 *\x09@param\x09""CapMaterial\x09\x09\x09\x09If creating a new section for the cap, assign this material to that section\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ToolTip", "Slice the ProceduralMeshComponent (including simple convex collision) using a plane. Optionally create 'cap' geometry.\n@param InProcMesh ProceduralMeshComponent to slice\n@param PlanePosition Point on the plane to use for slicing, in world space\n@param PlaneNormal Normal of plane used for slicing. Geometry on the positive side of the plane will be kept.\n@param bCreateOtherHalf If true, an additional ProceduralMeshComponent (OutOtherHalfProcMesh) will be created using the other half of the sliced geometry\n@param OutOtherHalfProcMesh If bCreateOtherHalf is set, this is the new component created. Its owner will be the same as the supplied InProcMesh.\n@param CapOption If and how to create 'cap' geometry on the slicing plane\n@param CapMaterial If creating a new section for the cap, assign this material to that section" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InProcMesh_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OutOtherHalfProcMesh_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SliceProceduralMesh constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InProcMesh;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PlanePosition;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PlaneNormal;
|
||
|
|
static void NewProp_bCreateOtherHalf_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCreateOtherHalf;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutOtherHalfProcMesh;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_CapOption_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_CapOption;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CapMaterial;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SliceProceduralMesh constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SliceProceduralMesh Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_InProcMesh = { "InProcMesh", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms, InProcMesh), Z_Construct_UClass_UProceduralMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InProcMesh_MetaData), NewProp_InProcMesh_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_PlanePosition = { "PlanePosition", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms, PlanePosition), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_PlaneNormal = { "PlaneNormal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms, PlaneNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_bCreateOtherHalf_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms*)Obj)->bCreateOtherHalf = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_bCreateOtherHalf = { "bCreateOtherHalf", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms), &Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_bCreateOtherHalf_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_OutOtherHalfProcMesh = { "OutOtherHalfProcMesh", nullptr, (EPropertyFlags)0x0010000000080180, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms, OutOtherHalfProcMesh), Z_Construct_UClass_UProceduralMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OutOtherHalfProcMesh_MetaData), NewProp_OutOtherHalfProcMesh_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_CapOption_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_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_CapOption = { "CapOption", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms, CapOption), Z_Construct_UEnum_ProceduralMeshComponent_EProcMeshSliceCapOption, METADATA_PARAMS(0, nullptr) }; // 806774955
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_CapMaterial = { "CapMaterial", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms, CapMaterial), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_InProcMesh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_PlanePosition,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_PlaneNormal,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_bCreateOtherHalf,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_OutOtherHalfProcMesh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_CapOption_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_CapOption,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::NewProp_CapMaterial,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SliceProceduralMesh Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetProceduralMeshLibrary, nullptr, "SliceProceduralMesh", Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::KismetProceduralMeshLibrary_eventSliceProceduralMesh_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetProceduralMeshLibrary::execSliceProceduralMesh)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UProceduralMeshComponent,Z_Param_InProcMesh);
|
||
|
|
P_GET_STRUCT(FVector,Z_Param_PlanePosition);
|
||
|
|
P_GET_STRUCT(FVector,Z_Param_PlaneNormal);
|
||
|
|
P_GET_UBOOL(Z_Param_bCreateOtherHalf);
|
||
|
|
P_GET_OBJECT_REF(UProceduralMeshComponent,Z_Param_Out_OutOtherHalfProcMesh);
|
||
|
|
P_GET_ENUM(EProcMeshSliceCapOption,Z_Param_CapOption);
|
||
|
|
P_GET_OBJECT(UMaterialInterface,Z_Param_CapMaterial);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetProceduralMeshLibrary::SliceProceduralMesh(Z_Param_InProcMesh,Z_Param_PlanePosition,Z_Param_PlaneNormal,Z_Param_bCreateOtherHalf,P_ARG_GC_BARRIER(Z_Param_Out_OutOtherHalfProcMesh),EProcMeshSliceCapOption(Z_Param_CapOption),Z_Param_CapMaterial);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary Function SliceProceduralMesh ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary *********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UKismetProceduralMeshLibrary;
|
||
|
|
UClass* UKismetProceduralMeshLibrary::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UKismetProceduralMeshLibrary;
|
||
|
|
if (!Z_Registration_Info_UClass_UKismetProceduralMeshLibrary.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("KismetProceduralMeshLibrary"),
|
||
|
|
Z_Registration_Info_UClass_UKismetProceduralMeshLibrary.InnerSingleton,
|
||
|
|
StaticRegisterNativesUKismetProceduralMeshLibrary,
|
||
|
|
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_UKismetProceduralMeshLibrary.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UKismetProceduralMeshLibrary_NoRegister()
|
||
|
|
{
|
||
|
|
return UKismetProceduralMeshLibrary::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UKismetProceduralMeshLibrary_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/KismetProceduralMeshLibrary.h" },
|
||
|
|
{ "ScriptName", "ProceduralMeshLibrary" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetProceduralMeshLibrary constinit property declarations *************
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary constinit property declarations ***************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("CalculateTangentsForMesh"), .Pointer = &UKismetProceduralMeshLibrary::execCalculateTangentsForMesh },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ConvertQuadToTriangles"), .Pointer = &UKismetProceduralMeshLibrary::execConvertQuadToTriangles },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("CopyProceduralMeshFromStaticMeshComponent"), .Pointer = &UKismetProceduralMeshLibrary::execCopyProceduralMeshFromStaticMeshComponent },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("CreateGridMeshSplit"), .Pointer = &UKismetProceduralMeshLibrary::execCreateGridMeshSplit },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("CreateGridMeshTriangles"), .Pointer = &UKismetProceduralMeshLibrary::execCreateGridMeshTriangles },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("CreateGridMeshWelded"), .Pointer = &UKismetProceduralMeshLibrary::execCreateGridMeshWelded },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GenerateBoxMesh"), .Pointer = &UKismetProceduralMeshLibrary::execGenerateBoxMesh },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSectionFromProceduralMesh"), .Pointer = &UKismetProceduralMeshLibrary::execGetSectionFromProceduralMesh },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSectionFromStaticMesh"), .Pointer = &UKismetProceduralMeshLibrary::execGetSectionFromStaticMesh },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SliceProceduralMesh"), .Pointer = &UKismetProceduralMeshLibrary::execSliceProceduralMesh },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UKismetProceduralMeshLibrary_CalculateTangentsForMesh, "CalculateTangentsForMesh" }, // 1996503918
|
||
|
|
{ &Z_Construct_UFunction_UKismetProceduralMeshLibrary_ConvertQuadToTriangles, "ConvertQuadToTriangles" }, // 1778363325
|
||
|
|
{ &Z_Construct_UFunction_UKismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, "CopyProceduralMeshFromStaticMeshComponent" }, // 1554815886
|
||
|
|
{ &Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshSplit, "CreateGridMeshSplit" }, // 2182884625
|
||
|
|
{ &Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshTriangles, "CreateGridMeshTriangles" }, // 926115912
|
||
|
|
{ &Z_Construct_UFunction_UKismetProceduralMeshLibrary_CreateGridMeshWelded, "CreateGridMeshWelded" }, // 3068416034
|
||
|
|
{ &Z_Construct_UFunction_UKismetProceduralMeshLibrary_GenerateBoxMesh, "GenerateBoxMesh" }, // 3552818350
|
||
|
|
{ &Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromProceduralMesh, "GetSectionFromProceduralMesh" }, // 1663194480
|
||
|
|
{ &Z_Construct_UFunction_UKismetProceduralMeshLibrary_GetSectionFromStaticMesh, "GetSectionFromStaticMesh" }, // 1167821818
|
||
|
|
{ &Z_Construct_UFunction_UKismetProceduralMeshLibrary_SliceProceduralMesh, "SliceProceduralMesh" }, // 2287204789
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UKismetProceduralMeshLibrary>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UKismetProceduralMeshLibrary_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UKismetProceduralMeshLibrary_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ProceduralMeshComponent,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UKismetProceduralMeshLibrary_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UKismetProceduralMeshLibrary_Statics::ClassParams = {
|
||
|
|
&UKismetProceduralMeshLibrary::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_UKismetProceduralMeshLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UKismetProceduralMeshLibrary_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UKismetProceduralMeshLibrary::StaticRegisterNativesUKismetProceduralMeshLibrary()
|
||
|
|
{
|
||
|
|
UClass* Class = UKismetProceduralMeshLibrary::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UKismetProceduralMeshLibrary_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UKismetProceduralMeshLibrary()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UKismetProceduralMeshLibrary.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UKismetProceduralMeshLibrary.OuterSingleton, Z_Construct_UClass_UKismetProceduralMeshLibrary_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UKismetProceduralMeshLibrary.OuterSingleton;
|
||
|
|
}
|
||
|
|
UKismetProceduralMeshLibrary::UKismetProceduralMeshLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UKismetProceduralMeshLibrary);
|
||
|
|
UKismetProceduralMeshLibrary::~UKismetProceduralMeshLibrary() {}
|
||
|
|
// ********** End Class UKismetProceduralMeshLibrary ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ProceduralMeshComponent_Source_ProceduralMeshComponent_Public_KismetProceduralMeshLibrary_h__Script_ProceduralMeshComponent_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ EProcMeshSliceCapOption_StaticEnum, TEXT("EProcMeshSliceCapOption"), &Z_Registration_Info_UEnum_EProcMeshSliceCapOption, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 806774955U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UKismetProceduralMeshLibrary, UKismetProceduralMeshLibrary::StaticClass, TEXT("UKismetProceduralMeshLibrary"), &Z_Registration_Info_UClass_UKismetProceduralMeshLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UKismetProceduralMeshLibrary), 182812866U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ProceduralMeshComponent_Source_ProceduralMeshComponent_Public_KismetProceduralMeshLibrary_h__Script_ProceduralMeshComponent_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ProceduralMeshComponent_Source_ProceduralMeshComponent_Public_KismetProceduralMeshLibrary_h__Script_ProceduralMeshComponent_45071823{
|
||
|
|
TEXT("/Script/ProceduralMeshComponent"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ProceduralMeshComponent_Source_ProceduralMeshComponent_Public_KismetProceduralMeshLibrary_h__Script_ProceduralMeshComponent_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ProceduralMeshComponent_Source_ProceduralMeshComponent_Public_KismetProceduralMeshLibrary_h__Script_ProceduralMeshComponent_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ProceduralMeshComponent_Source_ProceduralMeshComponent_Public_KismetProceduralMeshLibrary_h__Script_ProceduralMeshComponent_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ProceduralMeshComponent_Source_ProceduralMeshComponent_Public_KismetProceduralMeshLibrary_h__Script_ProceduralMeshComponent_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|