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

338 lines
29 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 "GeometryCollection/GeometryCollectionBlueprintLibrary.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionBlueprintLibrary() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionBlueprintLibrary();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionBlueprintLibrary_NoRegister();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEngine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGeometryCollectionBlueprintLibrary Function SetCustomInstanceDataByIndex
struct Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics
{
struct GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByIndex_Parms
{
UGeometryCollectionComponent* GeometryCollectionComponent;
int32 CustomDataIndex;
float CustomDataValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "ChaosPhysics" },
{ "Comment", "/** \n\x09 * Set a custom instance data value for all instances associated with a geometry collection. \n\x09 * This assumes that the geometry collection is using a custom renderer that supports IGeometryCollectionCustomDataInterface.\n\x09 * @param GeometryCollectionComponent\x09The Geometry Collection Component that we want to set custom instance data on.\n\x09 * @param CustomDataIndex\x09The index of the custom instance data slot that we want to set.\n\x09 * @param CustomDataValue\x09The value to set to the custom instance data slot.\n\x09 */" },
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionBlueprintLibrary.h" },
{ "ToolTip", "Set a custom instance data value for all instances associated with a geometry collection.\nThis assumes that the geometry collection is using a custom renderer that supports IGeometryCollectionCustomDataInterface.\n@param GeometryCollectionComponent The Geometry Collection Component that we want to set custom instance data on.\n@param CustomDataIndex The index of the custom instance data slot that we want to set.\n@param CustomDataValue The value to set to the custom instance data slot." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GeometryCollectionComponent_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function SetCustomInstanceDataByIndex constinit property declarations **********
static const UECodeGen_Private::FObjectPropertyParams NewProp_GeometryCollectionComponent;
static const UECodeGen_Private::FIntPropertyParams NewProp_CustomDataIndex;
static const UECodeGen_Private::FFloatPropertyParams NewProp_CustomDataValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetCustomInstanceDataByIndex constinit property declarations ************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetCustomInstanceDataByIndex Property Definitions *********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::NewProp_GeometryCollectionComponent = { "GeometryCollectionComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByIndex_Parms, GeometryCollectionComponent), Z_Construct_UClass_UGeometryCollectionComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GeometryCollectionComponent_MetaData), NewProp_GeometryCollectionComponent_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::NewProp_CustomDataIndex = { "CustomDataIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByIndex_Parms, CustomDataIndex), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::NewProp_CustomDataValue = { "CustomDataValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByIndex_Parms, CustomDataValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::NewProp_GeometryCollectionComponent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::NewProp_CustomDataIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::NewProp_CustomDataValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::PropPointers) < 2048);
// ********** End Function SetCustomInstanceDataByIndex Property Definitions ***********************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGeometryCollectionBlueprintLibrary, nullptr, "SetCustomInstanceDataByIndex", Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UGeometryCollectionBlueprintLibrary::execSetCustomInstanceDataByIndex)
{
P_GET_OBJECT(UGeometryCollectionComponent,Z_Param_GeometryCollectionComponent);
P_GET_PROPERTY(FIntProperty,Z_Param_CustomDataIndex);
P_GET_PROPERTY(FFloatProperty,Z_Param_CustomDataValue);
P_FINISH;
P_NATIVE_BEGIN;
UGeometryCollectionBlueprintLibrary::SetCustomInstanceDataByIndex(Z_Param_GeometryCollectionComponent,Z_Param_CustomDataIndex,Z_Param_CustomDataValue);
P_NATIVE_END;
}
// ********** End Class UGeometryCollectionBlueprintLibrary Function SetCustomInstanceDataByIndex **
// ********** Begin Class UGeometryCollectionBlueprintLibrary Function SetCustomInstanceDataByName *
struct Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics
{
struct GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByName_Parms
{
UGeometryCollectionComponent* GeometryCollectionComponent;
FName CustomDataName;
float CustomDataValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "ChaosPhysics" },
{ "Comment", "/** \n\x09 * Set a custom instance data value for all instances associated with a geometry collection. \n\x09 * This assumes that the geometry collection is using a custom renderer that supports IGeometryCollectionCustomDataInterface.\n\x09 * @param GeometryCollectionComponent\x09The Geometry Collection Component that we want to set custom instance data on.\n\x09 * @param CustomDataName\x09The name of the custom instance data slot that we want to set.\n\x09 * @param CustomDataValue\x09The value to set to the custom instance data slot.\n\x09 */" },
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionBlueprintLibrary.h" },
{ "ToolTip", "Set a custom instance data value for all instances associated with a geometry collection.\nThis assumes that the geometry collection is using a custom renderer that supports IGeometryCollectionCustomDataInterface.\n@param GeometryCollectionComponent The Geometry Collection Component that we want to set custom instance data on.\n@param CustomDataName The name of the custom instance data slot that we want to set.\n@param CustomDataValue The value to set to the custom instance data slot." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GeometryCollectionComponent_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function SetCustomInstanceDataByName constinit property declarations ***********
static const UECodeGen_Private::FObjectPropertyParams NewProp_GeometryCollectionComponent;
static const UECodeGen_Private::FNamePropertyParams NewProp_CustomDataName;
static const UECodeGen_Private::FFloatPropertyParams NewProp_CustomDataValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetCustomInstanceDataByName constinit property declarations *************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetCustomInstanceDataByName Property Definitions **********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::NewProp_GeometryCollectionComponent = { "GeometryCollectionComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByName_Parms, GeometryCollectionComponent), Z_Construct_UClass_UGeometryCollectionComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GeometryCollectionComponent_MetaData), NewProp_GeometryCollectionComponent_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::NewProp_CustomDataName = { "CustomDataName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByName_Parms, CustomDataName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::NewProp_CustomDataValue = { "CustomDataValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByName_Parms, CustomDataValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::NewProp_GeometryCollectionComponent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::NewProp_CustomDataName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::NewProp_CustomDataValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::PropPointers) < 2048);
// ********** End Function SetCustomInstanceDataByName Property Definitions ************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGeometryCollectionBlueprintLibrary, nullptr, "SetCustomInstanceDataByName", Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByName_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::GeometryCollectionBlueprintLibrary_eventSetCustomInstanceDataByName_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UGeometryCollectionBlueprintLibrary::execSetCustomInstanceDataByName)
{
P_GET_OBJECT(UGeometryCollectionComponent,Z_Param_GeometryCollectionComponent);
P_GET_PROPERTY(FNameProperty,Z_Param_CustomDataName);
P_GET_PROPERTY(FFloatProperty,Z_Param_CustomDataValue);
P_FINISH;
P_NATIVE_BEGIN;
UGeometryCollectionBlueprintLibrary::SetCustomInstanceDataByName(Z_Param_GeometryCollectionComponent,Z_Param_CustomDataName,Z_Param_CustomDataValue);
P_NATIVE_END;
}
// ********** End Class UGeometryCollectionBlueprintLibrary Function SetCustomInstanceDataByName ***
// ********** Begin Class UGeometryCollectionBlueprintLibrary Function SetISMPoolCustomInstanceData
struct Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics
{
struct GeometryCollectionBlueprintLibrary_eventSetISMPoolCustomInstanceData_Parms
{
UGeometryCollectionComponent* GeometryCollectionComponent;
int32 CustomDataIndex;
float CustomDataValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "ChaosPhysics" },
{ "DeprecatedFunction", "" },
{ "DeprecationMessage", "Use SetCustomInstanceDataByIndex() instead" },
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionBlueprintLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GeometryCollectionComponent_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function SetISMPoolCustomInstanceData constinit property declarations **********
static const UECodeGen_Private::FObjectPropertyParams NewProp_GeometryCollectionComponent;
static const UECodeGen_Private::FIntPropertyParams NewProp_CustomDataIndex;
static const UECodeGen_Private::FFloatPropertyParams NewProp_CustomDataValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetISMPoolCustomInstanceData constinit property declarations ************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetISMPoolCustomInstanceData Property Definitions *********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::NewProp_GeometryCollectionComponent = { "GeometryCollectionComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCollectionBlueprintLibrary_eventSetISMPoolCustomInstanceData_Parms, GeometryCollectionComponent), Z_Construct_UClass_UGeometryCollectionComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GeometryCollectionComponent_MetaData), NewProp_GeometryCollectionComponent_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::NewProp_CustomDataIndex = { "CustomDataIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCollectionBlueprintLibrary_eventSetISMPoolCustomInstanceData_Parms, CustomDataIndex), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::NewProp_CustomDataValue = { "CustomDataValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCollectionBlueprintLibrary_eventSetISMPoolCustomInstanceData_Parms, CustomDataValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::NewProp_GeometryCollectionComponent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::NewProp_CustomDataIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::NewProp_CustomDataValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::PropPointers) < 2048);
// ********** End Function SetISMPoolCustomInstanceData Property Definitions ***********************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGeometryCollectionBlueprintLibrary, nullptr, "SetISMPoolCustomInstanceData", Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::GeometryCollectionBlueprintLibrary_eventSetISMPoolCustomInstanceData_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::GeometryCollectionBlueprintLibrary_eventSetISMPoolCustomInstanceData_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UGeometryCollectionBlueprintLibrary::execSetISMPoolCustomInstanceData)
{
P_GET_OBJECT(UGeometryCollectionComponent,Z_Param_GeometryCollectionComponent);
P_GET_PROPERTY(FIntProperty,Z_Param_CustomDataIndex);
P_GET_PROPERTY(FFloatProperty,Z_Param_CustomDataValue);
P_FINISH;
P_NATIVE_BEGIN;
UGeometryCollectionBlueprintLibrary::SetISMPoolCustomInstanceData(Z_Param_GeometryCollectionComponent,Z_Param_CustomDataIndex,Z_Param_CustomDataValue);
P_NATIVE_END;
}
// ********** End Class UGeometryCollectionBlueprintLibrary Function SetISMPoolCustomInstanceData **
// ********** Begin Class UGeometryCollectionBlueprintLibrary **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCollectionBlueprintLibrary;
UClass* UGeometryCollectionBlueprintLibrary::GetPrivateStaticClass()
{
using TClass = UGeometryCollectionBlueprintLibrary;
if (!Z_Registration_Info_UClass_UGeometryCollectionBlueprintLibrary.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometryCollectionBlueprintLibrary"),
Z_Registration_Info_UClass_UGeometryCollectionBlueprintLibrary.InnerSingleton,
StaticRegisterNativesUGeometryCollectionBlueprintLibrary,
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_UGeometryCollectionBlueprintLibrary.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometryCollectionBlueprintLibrary_NoRegister()
{
return UGeometryCollectionBlueprintLibrary::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometryCollectionBlueprintLibrary_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Blueprint library for Geometry Collections. */" },
{ "IncludePath", "GeometryCollection/GeometryCollectionBlueprintLibrary.h" },
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionBlueprintLibrary.h" },
{ "ScriptName", "GeometryCollectionLibrary" },
{ "ToolTip", "Blueprint library for Geometry Collections." },
};
#endif // WITH_METADATA
// ********** Begin Class UGeometryCollectionBlueprintLibrary constinit property declarations ******
// ********** End Class UGeometryCollectionBlueprintLibrary constinit property declarations ********
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("SetCustomInstanceDataByIndex"), .Pointer = &UGeometryCollectionBlueprintLibrary::execSetCustomInstanceDataByIndex },
{ .NameUTF8 = UTF8TEXT("SetCustomInstanceDataByName"), .Pointer = &UGeometryCollectionBlueprintLibrary::execSetCustomInstanceDataByName },
{ .NameUTF8 = UTF8TEXT("SetISMPoolCustomInstanceData"), .Pointer = &UGeometryCollectionBlueprintLibrary::execSetISMPoolCustomInstanceData },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex, "SetCustomInstanceDataByIndex" }, // 129296640
{ &Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName, "SetCustomInstanceDataByName" }, // 2135447096
{ &Z_Construct_UFunction_UGeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData, "SetISMPoolCustomInstanceData" }, // 1048102783
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGeometryCollectionBlueprintLibrary>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometryCollectionBlueprintLibrary_Statics
UObject* (*const Z_Construct_UClass_UGeometryCollectionBlueprintLibrary_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEngine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionBlueprintLibrary_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCollectionBlueprintLibrary_Statics::ClassParams = {
&UGeometryCollectionBlueprintLibrary::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_UGeometryCollectionBlueprintLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCollectionBlueprintLibrary_Statics::Class_MetaDataParams)
};
void UGeometryCollectionBlueprintLibrary::StaticRegisterNativesUGeometryCollectionBlueprintLibrary()
{
UClass* Class = UGeometryCollectionBlueprintLibrary::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UGeometryCollectionBlueprintLibrary_Statics::Funcs));
}
UClass* Z_Construct_UClass_UGeometryCollectionBlueprintLibrary()
{
if (!Z_Registration_Info_UClass_UGeometryCollectionBlueprintLibrary.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCollectionBlueprintLibrary.OuterSingleton, Z_Construct_UClass_UGeometryCollectionBlueprintLibrary_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometryCollectionBlueprintLibrary.OuterSingleton;
}
UGeometryCollectionBlueprintLibrary::UGeometryCollectionBlueprintLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCollectionBlueprintLibrary);
UGeometryCollectionBlueprintLibrary::~UGeometryCollectionBlueprintLibrary() {}
// ********** End Class UGeometryCollectionBlueprintLibrary ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionBlueprintLibrary_h__Script_GeometryCollectionEngine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGeometryCollectionBlueprintLibrary, UGeometryCollectionBlueprintLibrary::StaticClass, TEXT("UGeometryCollectionBlueprintLibrary"), &Z_Registration_Info_UClass_UGeometryCollectionBlueprintLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCollectionBlueprintLibrary), 1864262576U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionBlueprintLibrary_h__Script_GeometryCollectionEngine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionBlueprintLibrary_h__Script_GeometryCollectionEngine_395360706{
TEXT("/Script/GeometryCollectionEngine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionBlueprintLibrary_h__Script_GeometryCollectionEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionBlueprintLibrary_h__Script_GeometryCollectionEngine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS