762 lines
54 KiB
C++
762 lines
54 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 "GroomSolverComponent.h"
|
|
#include "Dataflow/DataflowSimulationInterface.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeGroomSolverComponent() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
DATAFLOWSIMULATION_API UClass* Z_Construct_UClass_UDataflowPhysicsSolverInterface_NoRegister();
|
|
DATAFLOWSIMULATION_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowPhysicsSolverProxy();
|
|
DATAFLOWSIMULATION_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowSimulationAsset();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMeshComponent();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMeshComponent_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMeshDeformer_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMeshDeformerInstance_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMeshDeformerInstanceSettings_NoRegister();
|
|
HAIRSTRANDSCORE_API UClass* Z_Construct_UClass_UGroomComponent_NoRegister();
|
|
HAIRSTRANDSSOLVER_API UClass* Z_Construct_UClass_UGroomSolverComponent();
|
|
HAIRSTRANDSSOLVER_API UClass* Z_Construct_UClass_UGroomSolverComponent_NoRegister();
|
|
HAIRSTRANDSSOLVER_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowGroomSolverProxy();
|
|
HAIRSTRANDSSOLVER_API UScriptStruct* Z_Construct_UScriptStruct_FGroomSolverSettings();
|
|
UPackage* Z_Construct_UPackage__Script_HairStrandsSolver();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FGroomSolverSettings **********************************************
|
|
struct Z_Construct_UScriptStruct_FGroomSolverSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FGroomSolverSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FGroomSolverSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Solver settings that will be used in dataflow/deformergraph*/" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Solver settings that will be used in dataflow/deformergraph" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxLODDistance_MetaData[] = {
|
|
{ "Category", "LODs" },
|
|
{ "ClampMin", "0" },
|
|
{ "Comment", "/** Maximum LOD distance (if distance between the component and the views is higher that this threshold, no simulation)*/" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Maximum LOD distance (if distance between the component and the views is higher that this threshold, no simulation)" },
|
|
{ "UIMin", "0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MinLODDistance_MetaData[] = {
|
|
{ "Category", "LODs" },
|
|
{ "ClampMin", "0" },
|
|
{ "Comment", "/** Minimum LOD distance (if distance between the component and the views is lower that this threshold, no simulation)*/" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Minimum LOD distance (if distance between the component and the views is lower that this threshold, no simulation)" },
|
|
{ "UIMin", "0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxPointsCount_MetaData[] = {
|
|
{ "Category", "LODs" },
|
|
{ "Comment", "/** Maximum number of points the solver is going to simulate */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Maximum number of points the solver is going to simulate" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FGroomSolverSettings constinit property declarations **************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxLODDistance;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MinLODDistance;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxPointsCount;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FGroomSolverSettings constinit property declarations ****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGroomSolverSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FGroomSolverSettings_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGroomSolverSettings;
|
|
class UScriptStruct* FGroomSolverSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGroomSolverSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FGroomSolverSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGroomSolverSettings, (UObject*)Z_Construct_UPackage__Script_HairStrandsSolver(), TEXT("GroomSolverSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FGroomSolverSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FGroomSolverSettings Property Definitions *************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::NewProp_MaxLODDistance = { "MaxLODDistance", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGroomSolverSettings, MaxLODDistance), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxLODDistance_MetaData), NewProp_MaxLODDistance_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::NewProp_MinLODDistance = { "MinLODDistance", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGroomSolverSettings, MinLODDistance), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MinLODDistance_MetaData), NewProp_MinLODDistance_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::NewProp_MaxPointsCount = { "MaxPointsCount", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGroomSolverSettings, MaxPointsCount), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxPointsCount_MetaData), NewProp_MaxPointsCount_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::NewProp_MaxLODDistance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::NewProp_MinLODDistance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::NewProp_MaxPointsCount,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FGroomSolverSettings Property Definitions ***************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsSolver,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"GroomSolverSettings",
|
|
Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::PropPointers),
|
|
sizeof(FGroomSolverSettings),
|
|
alignof(FGroomSolverSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FGroomSolverSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGroomSolverSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGroomSolverSettings.InnerSingleton, Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGroomSolverSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FGroomSolverSettings ************************************************
|
|
|
|
// ********** Begin ScriptStruct FDataflowGroomSolverProxy *****************************************
|
|
struct Z_Construct_UScriptStruct_FDataflowGroomSolverProxy_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDataflowGroomSolverProxy); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowGroomSolverProxy); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/** Dataflow groom solver proxy used in dataflow simulation */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Dataflow groom solver proxy used in dataflow simulation" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FDataflowGroomSolverProxy constinit property declarations *********
|
|
// ********** End ScriptStruct FDataflowGroomSolverProxy constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowGroomSolverProxy>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FDataflowGroomSolverProxy_Statics
|
|
static_assert(std::is_polymorphic<FDataflowGroomSolverProxy>() == std::is_polymorphic<FDataflowPhysicsSolverProxy>(), "USTRUCT FDataflowGroomSolverProxy cannot be polymorphic unless super FDataflowPhysicsSolverProxy is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowGroomSolverProxy;
|
|
class UScriptStruct* FDataflowGroomSolverProxy::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowGroomSolverProxy.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FDataflowGroomSolverProxy.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowGroomSolverProxy, (UObject*)Z_Construct_UPackage__Script_HairStrandsSolver(), TEXT("DataflowGroomSolverProxy"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FDataflowGroomSolverProxy.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowGroomSolverProxy_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsSolver,
|
|
Z_Construct_UScriptStruct_FDataflowPhysicsSolverProxy,
|
|
&NewStructOps,
|
|
"DataflowGroomSolverProxy",
|
|
nullptr,
|
|
0,
|
|
sizeof(FDataflowGroomSolverProxy),
|
|
alignof(FDataflowGroomSolverProxy),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowGroomSolverProxy_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowGroomSolverProxy_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDataflowGroomSolverProxy()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowGroomSolverProxy.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowGroomSolverProxy.InnerSingleton, Z_Construct_UScriptStruct_FDataflowGroomSolverProxy_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowGroomSolverProxy.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FDataflowGroomSolverProxy *******************************************
|
|
|
|
// ********** Begin Class UGroomSolverComponent Function AddCollisionComponent *********************
|
|
struct Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics
|
|
{
|
|
struct GroomSolverComponent_eventAddCollisionComponent_Parms
|
|
{
|
|
UMeshComponent* CollisionComponent;
|
|
int32 LODIndex;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Add a collision component to the solver */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Add a collision component to the solver" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CollisionComponent_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LODIndex_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function AddCollisionComponent constinit property declarations *****************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CollisionComponent;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_LODIndex;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AddCollisionComponent constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AddCollisionComponent Property Definitions ****************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::NewProp_CollisionComponent = { "CollisionComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GroomSolverComponent_eventAddCollisionComponent_Parms, CollisionComponent), Z_Construct_UClass_UMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CollisionComponent_MetaData), NewProp_CollisionComponent_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::NewProp_LODIndex = { "LODIndex", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GroomSolverComponent_eventAddCollisionComponent_Parms, LODIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LODIndex_MetaData), NewProp_LODIndex_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::NewProp_CollisionComponent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::NewProp_LODIndex,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Function AddCollisionComponent Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGroomSolverComponent, nullptr, "AddCollisionComponent", Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::GroomSolverComponent_eventAddCollisionComponent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::GroomSolverComponent_eventAddCollisionComponent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UGroomSolverComponent::execAddCollisionComponent)
|
|
{
|
|
P_GET_OBJECT(UMeshComponent,Z_Param_CollisionComponent);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_LODIndex);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->AddCollisionComponent(Z_Param_CollisionComponent,Z_Param_LODIndex);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UGroomSolverComponent Function AddCollisionComponent ***********************
|
|
|
|
// ********** Begin Class UGroomSolverComponent Function AddGroomComponent *************************
|
|
struct Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics
|
|
{
|
|
struct GroomSolverComponent_eventAddGroomComponent_Parms
|
|
{
|
|
UGroomComponent* GroomComponent;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Add a groom component to the solver */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Add a groom component to the solver" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroomComponent_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function AddGroomComponent constinit property declarations *********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_GroomComponent;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AddGroomComponent constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AddGroomComponent Property Definitions ********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::NewProp_GroomComponent = { "GroomComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GroomSolverComponent_eventAddGroomComponent_Parms, GroomComponent), Z_Construct_UClass_UGroomComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroomComponent_MetaData), NewProp_GroomComponent_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::NewProp_GroomComponent,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Function AddGroomComponent Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGroomSolverComponent, nullptr, "AddGroomComponent", Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::GroomSolverComponent_eventAddGroomComponent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::GroomSolverComponent_eventAddGroomComponent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UGroomSolverComponent::execAddGroomComponent)
|
|
{
|
|
P_GET_OBJECT(UGroomComponent,Z_Param_GroomComponent);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->AddGroomComponent(Z_Param_GroomComponent);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UGroomSolverComponent Function AddGroomComponent ***************************
|
|
|
|
// ********** Begin Class UGroomSolverComponent Function RemoveCollisionComponent ******************
|
|
struct Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics
|
|
{
|
|
struct GroomSolverComponent_eventRemoveCollisionComponent_Parms
|
|
{
|
|
UMeshComponent* CollisionComponent;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Remove a collision component to the solver */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Remove a collision component to the solver" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CollisionComponent_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RemoveCollisionComponent constinit property declarations **************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CollisionComponent;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RemoveCollisionComponent constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RemoveCollisionComponent Property Definitions *************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::NewProp_CollisionComponent = { "CollisionComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GroomSolverComponent_eventRemoveCollisionComponent_Parms, CollisionComponent), Z_Construct_UClass_UMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CollisionComponent_MetaData), NewProp_CollisionComponent_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::NewProp_CollisionComponent,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Function RemoveCollisionComponent Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGroomSolverComponent, nullptr, "RemoveCollisionComponent", Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::GroomSolverComponent_eventRemoveCollisionComponent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::GroomSolverComponent_eventRemoveCollisionComponent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UGroomSolverComponent::execRemoveCollisionComponent)
|
|
{
|
|
P_GET_OBJECT(UMeshComponent,Z_Param_CollisionComponent);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->RemoveCollisionComponent(Z_Param_CollisionComponent);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UGroomSolverComponent Function RemoveCollisionComponent ********************
|
|
|
|
// ********** Begin Class UGroomSolverComponent Function RemoveGroomComponent **********************
|
|
struct Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics
|
|
{
|
|
struct GroomSolverComponent_eventRemoveGroomComponent_Parms
|
|
{
|
|
UGroomComponent* GroomComponent;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Remove a groom component to the solver */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Remove a groom component to the solver" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroomComponent_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RemoveGroomComponent constinit property declarations ******************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_GroomComponent;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RemoveGroomComponent constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RemoveGroomComponent Property Definitions *****************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::NewProp_GroomComponent = { "GroomComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GroomSolverComponent_eventRemoveGroomComponent_Parms, GroomComponent), Z_Construct_UClass_UGroomComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroomComponent_MetaData), NewProp_GroomComponent_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::NewProp_GroomComponent,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Function RemoveGroomComponent Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGroomSolverComponent, nullptr, "RemoveGroomComponent", Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::GroomSolverComponent_eventRemoveGroomComponent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::GroomSolverComponent_eventRemoveGroomComponent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UGroomSolverComponent::execRemoveGroomComponent)
|
|
{
|
|
P_GET_OBJECT(UGroomComponent,Z_Param_GroomComponent);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->RemoveGroomComponent(Z_Param_GroomComponent);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UGroomSolverComponent Function RemoveGroomComponent ************************
|
|
|
|
// ********** Begin Class UGroomSolverComponent Function ResetCollisionComponents ******************
|
|
struct Z_Construct_UFunction_UGroomSolverComponent_ResetCollisionComponents_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Reset the solver collision components */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Reset the solver collision components" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ResetCollisionComponents constinit property declarations **************
|
|
// ********** End Function ResetCollisionComponents constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGroomSolverComponent_ResetCollisionComponents_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGroomSolverComponent, nullptr, "ResetCollisionComponents", nullptr,
|
|
0,
|
|
0,
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_ResetCollisionComponents_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGroomSolverComponent_ResetCollisionComponents_Statics::Function_MetaDataParams)}, };
|
|
UFunction* Z_Construct_UFunction_UGroomSolverComponent_ResetCollisionComponents()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGroomSolverComponent_ResetCollisionComponents_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UGroomSolverComponent::execResetCollisionComponents)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->ResetCollisionComponents();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UGroomSolverComponent Function ResetCollisionComponents ********************
|
|
|
|
// ********** Begin Class UGroomSolverComponent Function ResetGroomComponents **********************
|
|
struct Z_Construct_UFunction_UGroomSolverComponent_ResetGroomComponents_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Reset the solver groom components */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Reset the solver groom components" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ResetGroomComponents constinit property declarations ******************
|
|
// ********** End Function ResetGroomComponents constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGroomSolverComponent_ResetGroomComponents_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGroomSolverComponent, nullptr, "ResetGroomComponents", nullptr,
|
|
0,
|
|
0,
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_ResetGroomComponents_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGroomSolverComponent_ResetGroomComponents_Statics::Function_MetaDataParams)}, };
|
|
UFunction* Z_Construct_UFunction_UGroomSolverComponent_ResetGroomComponents()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGroomSolverComponent_ResetGroomComponents_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UGroomSolverComponent::execResetGroomComponents)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->ResetGroomComponents();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UGroomSolverComponent Function ResetGroomComponents ************************
|
|
|
|
// ********** Begin Class UGroomSolverComponent Function SetDeformerSolver *************************
|
|
struct Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics
|
|
{
|
|
struct GroomSolverComponent_eventSetDeformerSolver_Parms
|
|
{
|
|
UMeshDeformer* DeformerSolver;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/* Change the MeshDeformer solver that is used for this Component. */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Change the MeshDeformer solver that is used for this Component." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDeformerSolver constinit property declarations *********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_DeformerSolver;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDeformerSolver constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDeformerSolver Property Definitions ********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::NewProp_DeformerSolver = { "DeformerSolver", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GroomSolverComponent_eventSetDeformerSolver_Parms, DeformerSolver), Z_Construct_UClass_UMeshDeformer_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::NewProp_DeformerSolver,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDeformerSolver Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGroomSolverComponent, nullptr, "SetDeformerSolver", Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::GroomSolverComponent_eventSetDeformerSolver_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::GroomSolverComponent_eventSetDeformerSolver_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UGroomSolverComponent::execSetDeformerSolver)
|
|
{
|
|
P_GET_OBJECT(UMeshDeformer,Z_Param_DeformerSolver);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDeformerSolver(Z_Param_DeformerSolver);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UGroomSolverComponent Function SetDeformerSolver ***************************
|
|
|
|
// ********** Begin Class UGroomSolverComponent ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGroomSolverComponent;
|
|
UClass* UGroomSolverComponent::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UGroomSolverComponent;
|
|
if (!Z_Registration_Info_UClass_UGroomSolverComponent.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("GroomSolverComponent"),
|
|
Z_Registration_Info_UClass_UGroomSolverComponent.InnerSingleton,
|
|
StaticRegisterNativesUGroomSolverComponent,
|
|
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_UGroomSolverComponent.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UGroomSolverComponent_NoRegister()
|
|
{
|
|
return UGroomSolverComponent::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UGroomSolverComponent_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintSpawnableComponent", "" },
|
|
{ "ClassGroupNames", "Physics" },
|
|
{ "Comment", "/** Groom solver component in which groom component could be added to be solver together */" },
|
|
{ "HideCategories", "Object Physics Collision Activation Mobility Components|Activation Mobility Trigger" },
|
|
{ "IncludePath", "GroomSolverComponent.h" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
|
{ "ToolTip", "Groom solver component in which groom component could be added to be solver together" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SolverSettings_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "/** Solver settings used to control the simulation */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Solver settings used to control the simulation" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimulationAsset_MetaData[] = {
|
|
{ "Category", "Dataflow" },
|
|
{ "Comment", "/* Solver dataflow asset used to advance in time */" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Solver dataflow asset used to advance in time" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroomComponents_MetaData[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** List of physics objects registered to the solver */" },
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "List of physics objects registered to the solver" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshDeformer_MetaData[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Graph deformer solver the component is using */" },
|
|
{ "DisplayPriority", "2" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Graph deformer solver the component is using" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeformerInstance_MetaData[] = {
|
|
{ "Comment", "/** Object containing state for the MeshDeformer. */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "Object containing state for the MeshDeformer." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeformerSettings_MetaData[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Object containing instance settings for the MeshDeformer. */" },
|
|
{ "DisplayName", "Deformer Settings" },
|
|
{ "EditCondition", "DeformerSettings!=nullptr" },
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ShowOnlyInnerProperties", "" },
|
|
{ "ToolTip", "Object containing instance settings for the MeshDeformer." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CollisionComponents_MetaData[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** List of collision components registered to the solver */" },
|
|
{ "ModuleRelativePath", "Public/GroomSolverComponent.h" },
|
|
{ "ToolTip", "List of collision components registered to the solver" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UGroomSolverComponent constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SolverSettings;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SimulationAsset;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_GroomComponents_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_GroomComponents;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_MeshDeformer;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_DeformerInstance;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_DeformerSettings;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_CollisionComponents_ValueProp;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CollisionComponents_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_CollisionComponents;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UGroomSolverComponent constinit property declarations **********************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("AddCollisionComponent"), .Pointer = &UGroomSolverComponent::execAddCollisionComponent },
|
|
{ .NameUTF8 = UTF8TEXT("AddGroomComponent"), .Pointer = &UGroomSolverComponent::execAddGroomComponent },
|
|
{ .NameUTF8 = UTF8TEXT("RemoveCollisionComponent"), .Pointer = &UGroomSolverComponent::execRemoveCollisionComponent },
|
|
{ .NameUTF8 = UTF8TEXT("RemoveGroomComponent"), .Pointer = &UGroomSolverComponent::execRemoveGroomComponent },
|
|
{ .NameUTF8 = UTF8TEXT("ResetCollisionComponents"), .Pointer = &UGroomSolverComponent::execResetCollisionComponents },
|
|
{ .NameUTF8 = UTF8TEXT("ResetGroomComponents"), .Pointer = &UGroomSolverComponent::execResetGroomComponents },
|
|
{ .NameUTF8 = UTF8TEXT("SetDeformerSolver"), .Pointer = &UGroomSolverComponent::execSetDeformerSolver },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UGroomSolverComponent_AddCollisionComponent, "AddCollisionComponent" }, // 2463434674
|
|
{ &Z_Construct_UFunction_UGroomSolverComponent_AddGroomComponent, "AddGroomComponent" }, // 1511118753
|
|
{ &Z_Construct_UFunction_UGroomSolverComponent_RemoveCollisionComponent, "RemoveCollisionComponent" }, // 2872432527
|
|
{ &Z_Construct_UFunction_UGroomSolverComponent_RemoveGroomComponent, "RemoveGroomComponent" }, // 641057352
|
|
{ &Z_Construct_UFunction_UGroomSolverComponent_ResetCollisionComponents, "ResetCollisionComponents" }, // 3981279772
|
|
{ &Z_Construct_UFunction_UGroomSolverComponent_ResetGroomComponents, "ResetGroomComponents" }, // 2136148550
|
|
{ &Z_Construct_UFunction_UGroomSolverComponent_SetDeformerSolver, "SetDeformerSolver" }, // 3429095500
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UGroomSolverComponent>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UGroomSolverComponent_Statics
|
|
|
|
// ********** Begin Class UGroomSolverComponent Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_SolverSettings = { "SolverSettings", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGroomSolverComponent, SolverSettings), Z_Construct_UScriptStruct_FGroomSolverSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SolverSettings_MetaData), NewProp_SolverSettings_MetaData) }; // 581780765
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_SimulationAsset = { "SimulationAsset", nullptr, (EPropertyFlags)0x0040040000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGroomSolverComponent, SimulationAsset), Z_Construct_UScriptStruct_FDataflowSimulationAsset, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimulationAsset_MetaData), NewProp_SimulationAsset_MetaData) }; // 3603592452
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_GroomComponents_ElementProp = { "GroomComponents", nullptr, (EPropertyFlags)0x01040000000a0009, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UGroomComponent_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_GroomComponents = { "GroomComponents", nullptr, (EPropertyFlags)0x0144008000020009, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGroomSolverComponent, GroomComponents), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroomComponents_MetaData), NewProp_GroomComponents_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_MeshDeformer = { "MeshDeformer", nullptr, (EPropertyFlags)0x0144000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGroomSolverComponent, MeshDeformer), Z_Construct_UClass_UMeshDeformer_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshDeformer_MetaData), NewProp_MeshDeformer_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_DeformerInstance = { "DeformerInstance", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGroomSolverComponent, DeformerInstance), Z_Construct_UClass_UMeshDeformerInstance_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeformerInstance_MetaData), NewProp_DeformerInstance_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_DeformerSettings = { "DeformerSettings", nullptr, (EPropertyFlags)0x01460000000a0009, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGroomSolverComponent, DeformerSettings), Z_Construct_UClass_UMeshDeformerInstanceSettings_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeformerSettings_MetaData), NewProp_DeformerSettings_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_CollisionComponents_ValueProp = { "CollisionComponents", nullptr, (EPropertyFlags)0x0000000000020001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_CollisionComponents_Key_KeyProp = { "CollisionComponents_Key", nullptr, (EPropertyFlags)0x00040000000a0001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMeshComponent_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_CollisionComponents = { "CollisionComponents", nullptr, (EPropertyFlags)0x0040008000020001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGroomSolverComponent, CollisionComponents), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CollisionComponents_MetaData), NewProp_CollisionComponents_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGroomSolverComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_SolverSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_SimulationAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_GroomComponents_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_GroomComponents,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_MeshDeformer,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_DeformerInstance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_DeformerSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_CollisionComponents_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_CollisionComponents_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGroomSolverComponent_Statics::NewProp_CollisionComponents,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomSolverComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Class UGroomSolverComponent Property Definitions *********************************
|
|
UObject* (*const Z_Construct_UClass_UGroomSolverComponent_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMeshComponent,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsSolver,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomSolverComponent_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UGroomSolverComponent_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UDataflowPhysicsSolverInterface_NoRegister, (int32)VTABLE_OFFSET(UGroomSolverComponent, IDataflowPhysicsSolverInterface), false }, // 3786979247
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGroomSolverComponent_Statics::ClassParams = {
|
|
&UGroomSolverComponent::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UGroomSolverComponent_Statics::PropPointers,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGroomSolverComponent_Statics::PropPointers),
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x00A800A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomSolverComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UGroomSolverComponent_Statics::Class_MetaDataParams)
|
|
};
|
|
void UGroomSolverComponent::StaticRegisterNativesUGroomSolverComponent()
|
|
{
|
|
UClass* Class = UGroomSolverComponent::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UGroomSolverComponent_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UGroomSolverComponent()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UGroomSolverComponent.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGroomSolverComponent.OuterSingleton, Z_Construct_UClass_UGroomSolverComponent_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UGroomSolverComponent.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGroomSolverComponent);
|
|
UGroomSolverComponent::~UGroomSolverComponent() {}
|
|
// ********** End Class UGroomSolverComponent ******************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsSolver_Public_GroomSolverComponent_h__Script_HairStrandsSolver_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FGroomSolverSettings::StaticStruct, Z_Construct_UScriptStruct_FGroomSolverSettings_Statics::NewStructOps, TEXT("GroomSolverSettings"),&Z_Registration_Info_UScriptStruct_FGroomSolverSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGroomSolverSettings), 581780765U) },
|
|
{ FDataflowGroomSolverProxy::StaticStruct, Z_Construct_UScriptStruct_FDataflowGroomSolverProxy_Statics::NewStructOps, TEXT("DataflowGroomSolverProxy"),&Z_Registration_Info_UScriptStruct_FDataflowGroomSolverProxy, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowGroomSolverProxy), 2206318462U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UGroomSolverComponent, UGroomSolverComponent::StaticClass, TEXT("UGroomSolverComponent"), &Z_Registration_Info_UClass_UGroomSolverComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGroomSolverComponent), 945229320U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsSolver_Public_GroomSolverComponent_h__Script_HairStrandsSolver_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsSolver_Public_GroomSolverComponent_h__Script_HairStrandsSolver_3297987206{
|
|
TEXT("/Script/HairStrandsSolver"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsSolver_Public_GroomSolverComponent_h__Script_HairStrandsSolver_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsSolver_Public_GroomSolverComponent_h__Script_HairStrandsSolver_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsSolver_Public_GroomSolverComponent_h__Script_HairStrandsSolver_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsSolver_Public_GroomSolverComponent_h__Script_HairStrandsSolver_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|