255 lines
20 KiB
C++
255 lines
20 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 "InterchangeGenericGroomPipeline.h"
|
||
|
|
#include "GroomAssetInterpolation.h"
|
||
|
|
#include "UObject/SoftObjectPath.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeInterchangeGenericGroomPipeline() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftObjectPath();
|
||
|
|
HAIRSTRANDSCORE_API UScriptStruct* Z_Construct_UScriptStruct_FHairGroupsInterpolation();
|
||
|
|
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangePipelineBase();
|
||
|
|
INTERCHANGEFACTORYNODES_API UEnum* Z_Construct_UEnum_InterchangeFactoryNodes_EInterchangeGroomCacheImportType();
|
||
|
|
INTERCHANGEPIPELINES_API UClass* Z_Construct_UClass_UInterchangeGenericGroomPipeline();
|
||
|
|
INTERCHANGEPIPELINES_API UClass* Z_Construct_UClass_UInterchangeGenericGroomPipeline_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_InterchangePipelines();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGenericGroomPipeline *****************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeGenericGroomPipeline;
|
||
|
|
UClass* UInterchangeGenericGroomPipeline::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UInterchangeGenericGroomPipeline;
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeGenericGroomPipeline.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("InterchangeGenericGroomPipeline"),
|
||
|
|
Z_Registration_Info_UClass_UInterchangeGenericGroomPipeline.InnerSingleton,
|
||
|
|
StaticRegisterNativesUInterchangeGenericGroomPipeline,
|
||
|
|
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_UInterchangeGenericGroomPipeline.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeGenericGroomPipeline_NoRegister()
|
||
|
|
{
|
||
|
|
return UInterchangeGenericGroomPipeline::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "IncludePath", "InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PipelineDisplayName_MetaData[] = {
|
||
|
|
{ "Category", "Grooms" },
|
||
|
|
{ "Comment", "/** The name of the pipeline that will be displayed in the import dialog. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "PipelineInternalEditionData", "True" },
|
||
|
|
{ "StandAlonePipelineProperty", "True" },
|
||
|
|
{ "ToolTip", "The name of the pipeline that will be displayed in the import dialog." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableGroomTypesImport_MetaData[] = {
|
||
|
|
{ "Category", "Grooms" },
|
||
|
|
{ "Comment", "/** If enabled, allow the import of groom-type assets. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "ToolTip", "If enabled, allow the import of groom-type assets." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bImportGrooms_MetaData[] = {
|
||
|
|
{ "Category", "Grooms" },
|
||
|
|
{ "Comment", "/** If enabled, import all groom assets found in the source. */" },
|
||
|
|
{ "EditCondition", "bEnableGroomTypesImport" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "ToolTip", "If enabled, import all groom assets found in the source." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroupInterpolationSettings_MetaData[] = {
|
||
|
|
{ "Category", "Grooms" },
|
||
|
|
{ "Comment", "/** Settings that will be applied to all hair groups in the groom asset */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "ToolTip", "Settings that will be applied to all hair groups in the groom asset" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bImportGroomCaches_MetaData[] = {
|
||
|
|
{ "Category", "Grooms" },
|
||
|
|
{ "Comment", "/** If enabled, import all groom caches found in the source. */" },
|
||
|
|
{ "EditCondition", "bEnableGroomTypesImport" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "SubCategory", "Caches" },
|
||
|
|
{ "ToolTip", "If enabled, import all groom caches found in the source." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroomAsset_MetaData[] = {
|
||
|
|
{ "Category", "Grooms" },
|
||
|
|
{ "Comment", "/** If the groom asset is not imported, provide an existing one against which the groom cache will be validated */" },
|
||
|
|
{ "EditCondition", "bImportGrooms == false" },
|
||
|
|
{ "MetaClass", "/Script/HairStrandsCore.GroomAsset" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "SubCategory", "Caches" },
|
||
|
|
{ "ToolTip", "If the groom asset is not imported, provide an existing one against which the groom cache will be validated" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ImportGroomCacheType_MetaData[] = {
|
||
|
|
{ "Category", "Grooms" },
|
||
|
|
{ "Comment", "/** Groom Cache types to import */" },
|
||
|
|
{ "EditCondition", "bImportGroomCaches" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "SubCategory", "Caches" },
|
||
|
|
{ "ToolTip", "Groom Cache types to import" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideTimeRange_MetaData[] = {
|
||
|
|
{ "Category", "Grooms" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "SubCategory", "Caches" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FrameStart_MetaData[] = {
|
||
|
|
{ "Category", "Grooms" },
|
||
|
|
{ "EditCondition", "bOverrideTimeRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "SubCategory", "Caches" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FrameEnd_MetaData[] = {
|
||
|
|
{ "Category", "Grooms" },
|
||
|
|
{ "EditCondition", "bOverrideTimeRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeGenericGroomPipeline.h" },
|
||
|
|
{ "SubCategory", "Caches" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGenericGroomPipeline constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_PipelineDisplayName;
|
||
|
|
static void NewProp_bEnableGroomTypesImport_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableGroomTypesImport;
|
||
|
|
static void NewProp_bImportGrooms_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bImportGrooms;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_GroupInterpolationSettings;
|
||
|
|
static void NewProp_bImportGroomCaches_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bImportGroomCaches;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_GroomAsset;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ImportGroomCacheType_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ImportGroomCacheType;
|
||
|
|
static void NewProp_bOverrideTimeRange_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideTimeRange;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameStart;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameEnd;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UInterchangeGenericGroomPipeline constinit property declarations ***********
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UInterchangeGenericGroomPipeline>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGenericGroomPipeline Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_PipelineDisplayName = { "PipelineDisplayName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeGenericGroomPipeline, PipelineDisplayName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PipelineDisplayName_MetaData), NewProp_PipelineDisplayName_MetaData) };
|
||
|
|
void Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bEnableGroomTypesImport_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UInterchangeGenericGroomPipeline*)Obj)->bEnableGroomTypesImport = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bEnableGroomTypesImport = { "bEnableGroomTypesImport", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UInterchangeGenericGroomPipeline), &Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bEnableGroomTypesImport_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableGroomTypesImport_MetaData), NewProp_bEnableGroomTypesImport_MetaData) };
|
||
|
|
void Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bImportGrooms_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UInterchangeGenericGroomPipeline*)Obj)->bImportGrooms = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bImportGrooms = { "bImportGrooms", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UInterchangeGenericGroomPipeline), &Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bImportGrooms_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bImportGrooms_MetaData), NewProp_bImportGrooms_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_GroupInterpolationSettings = { "GroupInterpolationSettings", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeGenericGroomPipeline, GroupInterpolationSettings), Z_Construct_UScriptStruct_FHairGroupsInterpolation, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroupInterpolationSettings_MetaData), NewProp_GroupInterpolationSettings_MetaData) }; // 619871485
|
||
|
|
void Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bImportGroomCaches_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UInterchangeGenericGroomPipeline*)Obj)->bImportGroomCaches = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bImportGroomCaches = { "bImportGroomCaches", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UInterchangeGenericGroomPipeline), &Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bImportGroomCaches_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bImportGroomCaches_MetaData), NewProp_bImportGroomCaches_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_GroomAsset = { "GroomAsset", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeGenericGroomPipeline, GroomAsset), Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroomAsset_MetaData), NewProp_GroomAsset_MetaData) }; // 2425717601
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_ImportGroomCacheType_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_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_ImportGroomCacheType = { "ImportGroomCacheType", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeGenericGroomPipeline, ImportGroomCacheType), Z_Construct_UEnum_InterchangeFactoryNodes_EInterchangeGroomCacheImportType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ImportGroomCacheType_MetaData), NewProp_ImportGroomCacheType_MetaData) }; // 4099260391
|
||
|
|
void Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bOverrideTimeRange_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UInterchangeGenericGroomPipeline*)Obj)->bOverrideTimeRange = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bOverrideTimeRange = { "bOverrideTimeRange", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UInterchangeGenericGroomPipeline), &Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bOverrideTimeRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideTimeRange_MetaData), NewProp_bOverrideTimeRange_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_FrameStart = { "FrameStart", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeGenericGroomPipeline, FrameStart), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FrameStart_MetaData), NewProp_FrameStart_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_FrameEnd = { "FrameEnd", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeGenericGroomPipeline, FrameEnd), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FrameEnd_MetaData), NewProp_FrameEnd_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_PipelineDisplayName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bEnableGroomTypesImport,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bImportGrooms,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_GroupInterpolationSettings,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bImportGroomCaches,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_GroomAsset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_ImportGroomCacheType_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_ImportGroomCacheType,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_bOverrideTimeRange,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_FrameStart,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::NewProp_FrameEnd,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UInterchangeGenericGroomPipeline Property Definitions **********************
|
||
|
|
UObject* (*const Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInterchangePipelineBase,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangePipelines,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::ClassParams = {
|
||
|
|
&UInterchangeGenericGroomPipeline::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000810A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UInterchangeGenericGroomPipeline::StaticRegisterNativesUInterchangeGenericGroomPipeline()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeGenericGroomPipeline()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeGenericGroomPipeline.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeGenericGroomPipeline.OuterSingleton, Z_Construct_UClass_UInterchangeGenericGroomPipeline_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UInterchangeGenericGroomPipeline.OuterSingleton;
|
||
|
|
}
|
||
|
|
UInterchangeGenericGroomPipeline::UInterchangeGenericGroomPipeline(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeGenericGroomPipeline);
|
||
|
|
UInterchangeGenericGroomPipeline::~UInterchangeGenericGroomPipeline() {}
|
||
|
|
// ********** End Class UInterchangeGenericGroomPipeline *******************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericGroomPipeline_h__Script_InterchangePipelines_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UInterchangeGenericGroomPipeline, UInterchangeGenericGroomPipeline::StaticClass, TEXT("UInterchangeGenericGroomPipeline"), &Z_Registration_Info_UClass_UInterchangeGenericGroomPipeline, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeGenericGroomPipeline), 1006174395U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericGroomPipeline_h__Script_InterchangePipelines_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericGroomPipeline_h__Script_InterchangePipelines_3353520568{
|
||
|
|
TEXT("/Script/InterchangePipelines"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericGroomPipeline_h__Script_InterchangePipelines_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericGroomPipeline_h__Script_InterchangePipelines_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|