Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,119 @@
// 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 "GroomActions.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGroomActions() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GroomAsset();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GroomAsset_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UAssetDefinitionDefault();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAssetDefinition_GroomAsset **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAssetDefinition_GroomAsset;
UClass* UAssetDefinition_GroomAsset::GetPrivateStaticClass()
{
using TClass = UAssetDefinition_GroomAsset;
if (!Z_Registration_Info_UClass_UAssetDefinition_GroomAsset.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AssetDefinition_GroomAsset"),
Z_Registration_Info_UClass_UAssetDefinition_GroomAsset.InnerSingleton,
StaticRegisterNativesUAssetDefinition_GroomAsset,
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_UAssetDefinition_GroomAsset.InnerSingleton;
}
UClass* Z_Construct_UClass_UAssetDefinition_GroomAsset_NoRegister()
{
return UAssetDefinition_GroomAsset::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAssetDefinition_GroomAsset_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "GroomActions.h" },
{ "ModuleRelativePath", "Public/GroomActions.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAssetDefinition_GroomAsset constinit property declarations **************
// ********** End Class UAssetDefinition_GroomAsset constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAssetDefinition_GroomAsset>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAssetDefinition_GroomAsset_Statics
UObject* (*const Z_Construct_UClass_UAssetDefinition_GroomAsset_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetDefinitionDefault,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_GroomAsset_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAssetDefinition_GroomAsset_Statics::ClassParams = {
&UAssetDefinition_GroomAsset::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_GroomAsset_Statics::Class_MetaDataParams), Z_Construct_UClass_UAssetDefinition_GroomAsset_Statics::Class_MetaDataParams)
};
void UAssetDefinition_GroomAsset::StaticRegisterNativesUAssetDefinition_GroomAsset()
{
}
UClass* Z_Construct_UClass_UAssetDefinition_GroomAsset()
{
if (!Z_Registration_Info_UClass_UAssetDefinition_GroomAsset.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAssetDefinition_GroomAsset.OuterSingleton, Z_Construct_UClass_UAssetDefinition_GroomAsset_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAssetDefinition_GroomAsset.OuterSingleton;
}
UAssetDefinition_GroomAsset::UAssetDefinition_GroomAsset() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAssetDefinition_GroomAsset);
UAssetDefinition_GroomAsset::~UAssetDefinition_GroomAsset() {}
// ********** End Class UAssetDefinition_GroomAsset ************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAssetDefinition_GroomAsset, UAssetDefinition_GroomAsset::StaticClass, TEXT("UAssetDefinition_GroomAsset"), &Z_Registration_Info_UClass_UAssetDefinition_GroomAsset, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAssetDefinition_GroomAsset), 1239381534U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h__Script_HairStrandsEditor_724694169{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GroomActions.h"
#ifdef HAIRSTRANDSEDITOR_GroomActions_generated_h
#error "GroomActions.generated.h already included, missing '#pragma once' in GroomActions.h"
#endif
#define HAIRSTRANDSEDITOR_GroomActions_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAssetDefinition_GroomAsset **********************************************
struct Z_Construct_UClass_UAssetDefinition_GroomAsset_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GroomAsset_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAssetDefinition_GroomAsset(); \
friend struct ::Z_Construct_UClass_UAssetDefinition_GroomAsset_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UAssetDefinition_GroomAsset_NoRegister(); \
public: \
DECLARE_CLASS2(UAssetDefinition_GroomAsset, UAssetDefinitionDefault, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UAssetDefinition_GroomAsset_NoRegister) \
DECLARE_SERIALIZER(UAssetDefinition_GroomAsset)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAssetDefinition_GroomAsset(); \
/** Deleted move- and copy-constructors, should never be used */ \
UAssetDefinition_GroomAsset(UAssetDefinition_GroomAsset&&) = delete; \
UAssetDefinition_GroomAsset(const UAssetDefinition_GroomAsset&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAssetDefinition_GroomAsset); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAssetDefinition_GroomAsset); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UAssetDefinition_GroomAsset) \
NO_API virtual ~UAssetDefinition_GroomAsset();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h_11_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAssetDefinition_GroomAsset;
// ********** End Class UAssetDefinition_GroomAsset ************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActions_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// 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 "GroomActorFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGroomActorFactory() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomActorFactory();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomActorFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UActorFactory();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGroomActorFactory *******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGroomActorFactory;
UClass* UGroomActorFactory::GetPrivateStaticClass()
{
using TClass = UGroomActorFactory;
if (!Z_Registration_Info_UClass_UGroomActorFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GroomActorFactory"),
Z_Registration_Info_UClass_UGroomActorFactory.InnerSingleton,
StaticRegisterNativesUGroomActorFactory,
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_UGroomActorFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UGroomActorFactory_NoRegister()
{
return UGroomActorFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGroomActorFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "GroomActorFactory.h" },
{ "ModuleRelativePath", "Public/GroomActorFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UGroomActorFactory constinit property declarations ***********************
// ********** End Class UGroomActorFactory constinit property declarations *************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGroomActorFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGroomActorFactory_Statics
UObject* (*const Z_Construct_UClass_UGroomActorFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UActorFactory,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomActorFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGroomActorFactory_Statics::ClassParams = {
&UGroomActorFactory::StaticClass,
"Editor",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000830ACu,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomActorFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UGroomActorFactory_Statics::Class_MetaDataParams)
};
void UGroomActorFactory::StaticRegisterNativesUGroomActorFactory()
{
}
UClass* Z_Construct_UClass_UGroomActorFactory()
{
if (!Z_Registration_Info_UClass_UGroomActorFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGroomActorFactory.OuterSingleton, Z_Construct_UClass_UGroomActorFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGroomActorFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGroomActorFactory);
UGroomActorFactory::~UGroomActorFactory() {}
// ********** End Class UGroomActorFactory *********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGroomActorFactory, UGroomActorFactory::StaticClass, TEXT("UGroomActorFactory"), &Z_Registration_Info_UClass_UGroomActorFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGroomActorFactory), 1614284659U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h__Script_HairStrandsEditor_4086235630{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GroomActorFactory.h"
#ifdef HAIRSTRANDSEDITOR_GroomActorFactory_generated_h
#error "GroomActorFactory.generated.h already included, missing '#pragma once' in GroomActorFactory.h"
#endif
#define HAIRSTRANDSEDITOR_GroomActorFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGroomActorFactory *******************************************************
struct Z_Construct_UClass_UGroomActorFactory_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomActorFactory_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h_17_INCLASS \
private: \
static void StaticRegisterNativesUGroomActorFactory(); \
friend struct ::Z_Construct_UClass_UGroomActorFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UGroomActorFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UGroomActorFactory, UActorFactory, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UGroomActorFactory_NoRegister) \
DECLARE_SERIALIZER(UGroomActorFactory)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
HAIRSTRANDSEDITOR_API UGroomActorFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGroomActorFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(HAIRSTRANDSEDITOR_API, UGroomActorFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGroomActorFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UGroomActorFactory(UGroomActorFactory&&) = delete; \
UGroomActorFactory(const UGroomActorFactory&) = delete; \
HAIRSTRANDSEDITOR_API virtual ~UGroomActorFactory();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h_14_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h_17_INCLASS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGroomActorFactory;
// ********** End Class UGroomActorFactory *********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomActorFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// 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 "GroomAssetThumbnailRenderer.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGroomAssetThumbnailRenderer() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomAssetThumbnailRenderer();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomAssetThumbnailRenderer_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UDefaultSizedThumbnailRenderer();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGroomAssetThumbnailRenderer *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGroomAssetThumbnailRenderer;
UClass* UGroomAssetThumbnailRenderer::GetPrivateStaticClass()
{
using TClass = UGroomAssetThumbnailRenderer;
if (!Z_Registration_Info_UClass_UGroomAssetThumbnailRenderer.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GroomAssetThumbnailRenderer"),
Z_Registration_Info_UClass_UGroomAssetThumbnailRenderer.InnerSingleton,
StaticRegisterNativesUGroomAssetThumbnailRenderer,
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_UGroomAssetThumbnailRenderer.InnerSingleton;
}
UClass* Z_Construct_UClass_UGroomAssetThumbnailRenderer_NoRegister()
{
return UGroomAssetThumbnailRenderer::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGroomAssetThumbnailRenderer_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "GroomAssetThumbnailRenderer.h" },
{ "ModuleRelativePath", "Private/GroomAssetThumbnailRenderer.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UGroomAssetThumbnailRenderer constinit property declarations *************
// ********** End Class UGroomAssetThumbnailRenderer constinit property declarations ***************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGroomAssetThumbnailRenderer>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGroomAssetThumbnailRenderer_Statics
UObject* (*const Z_Construct_UClass_UGroomAssetThumbnailRenderer_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDefaultSizedThumbnailRenderer,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomAssetThumbnailRenderer_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGroomAssetThumbnailRenderer_Statics::ClassParams = {
&UGroomAssetThumbnailRenderer::StaticClass,
"Editor",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomAssetThumbnailRenderer_Statics::Class_MetaDataParams), Z_Construct_UClass_UGroomAssetThumbnailRenderer_Statics::Class_MetaDataParams)
};
void UGroomAssetThumbnailRenderer::StaticRegisterNativesUGroomAssetThumbnailRenderer()
{
}
UClass* Z_Construct_UClass_UGroomAssetThumbnailRenderer()
{
if (!Z_Registration_Info_UClass_UGroomAssetThumbnailRenderer.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGroomAssetThumbnailRenderer.OuterSingleton, Z_Construct_UClass_UGroomAssetThumbnailRenderer_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGroomAssetThumbnailRenderer.OuterSingleton;
}
UGroomAssetThumbnailRenderer::UGroomAssetThumbnailRenderer(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGroomAssetThumbnailRenderer);
UGroomAssetThumbnailRenderer::~UGroomAssetThumbnailRenderer() {}
// ********** End Class UGroomAssetThumbnailRenderer ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGroomAssetThumbnailRenderer, UGroomAssetThumbnailRenderer::StaticClass, TEXT("UGroomAssetThumbnailRenderer"), &Z_Registration_Info_UClass_UGroomAssetThumbnailRenderer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGroomAssetThumbnailRenderer), 384826841U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h__Script_HairStrandsEditor_981063776{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GroomAssetThumbnailRenderer.h"
#ifdef HAIRSTRANDSEDITOR_GroomAssetThumbnailRenderer_generated_h
#error "GroomAssetThumbnailRenderer.generated.h already included, missing '#pragma once' in GroomAssetThumbnailRenderer.h"
#endif
#define HAIRSTRANDSEDITOR_GroomAssetThumbnailRenderer_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGroomAssetThumbnailRenderer *********************************************
struct Z_Construct_UClass_UGroomAssetThumbnailRenderer_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomAssetThumbnailRenderer_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h_15_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGroomAssetThumbnailRenderer(); \
friend struct ::Z_Construct_UClass_UGroomAssetThumbnailRenderer_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UGroomAssetThumbnailRenderer_NoRegister(); \
public: \
DECLARE_CLASS2(UGroomAssetThumbnailRenderer, UDefaultSizedThumbnailRenderer, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UGroomAssetThumbnailRenderer_NoRegister) \
DECLARE_SERIALIZER(UGroomAssetThumbnailRenderer)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
HAIRSTRANDSEDITOR_API UGroomAssetThumbnailRenderer(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UGroomAssetThumbnailRenderer(UGroomAssetThumbnailRenderer&&) = delete; \
UGroomAssetThumbnailRenderer(const UGroomAssetThumbnailRenderer&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(HAIRSTRANDSEDITOR_API, UGroomAssetThumbnailRenderer); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGroomAssetThumbnailRenderer); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGroomAssetThumbnailRenderer) \
HAIRSTRANDSEDITOR_API virtual ~UGroomAssetThumbnailRenderer();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h_12_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h_15_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGroomAssetThumbnailRenderer;
// ********** End Class UGroomAssetThumbnailRenderer ***********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomAssetThumbnailRenderer_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// 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 "GroomBindingActions.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGroomBindingActions() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GroomBindingAsset();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UAssetDefinitionDefault();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAssetDefinition_GroomBindingAsset ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAssetDefinition_GroomBindingAsset;
UClass* UAssetDefinition_GroomBindingAsset::GetPrivateStaticClass()
{
using TClass = UAssetDefinition_GroomBindingAsset;
if (!Z_Registration_Info_UClass_UAssetDefinition_GroomBindingAsset.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AssetDefinition_GroomBindingAsset"),
Z_Registration_Info_UClass_UAssetDefinition_GroomBindingAsset.InnerSingleton,
StaticRegisterNativesUAssetDefinition_GroomBindingAsset,
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_UAssetDefinition_GroomBindingAsset.InnerSingleton;
}
UClass* Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_NoRegister()
{
return UAssetDefinition_GroomBindingAsset::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "GroomBindingActions.h" },
{ "ModuleRelativePath", "Public/GroomBindingActions.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAssetDefinition_GroomBindingAsset constinit property declarations *******
// ********** End Class UAssetDefinition_GroomBindingAsset constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAssetDefinition_GroomBindingAsset>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_Statics
UObject* (*const Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetDefinitionDefault,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_Statics::ClassParams = {
&UAssetDefinition_GroomBindingAsset::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_Statics::Class_MetaDataParams), Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_Statics::Class_MetaDataParams)
};
void UAssetDefinition_GroomBindingAsset::StaticRegisterNativesUAssetDefinition_GroomBindingAsset()
{
}
UClass* Z_Construct_UClass_UAssetDefinition_GroomBindingAsset()
{
if (!Z_Registration_Info_UClass_UAssetDefinition_GroomBindingAsset.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAssetDefinition_GroomBindingAsset.OuterSingleton, Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAssetDefinition_GroomBindingAsset.OuterSingleton;
}
UAssetDefinition_GroomBindingAsset::UAssetDefinition_GroomBindingAsset() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAssetDefinition_GroomBindingAsset);
UAssetDefinition_GroomBindingAsset::~UAssetDefinition_GroomBindingAsset() {}
// ********** End Class UAssetDefinition_GroomBindingAsset *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAssetDefinition_GroomBindingAsset, UAssetDefinition_GroomBindingAsset::StaticClass, TEXT("UAssetDefinition_GroomBindingAsset"), &Z_Registration_Info_UClass_UAssetDefinition_GroomBindingAsset, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAssetDefinition_GroomBindingAsset), 3877977033U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h__Script_HairStrandsEditor_6202768{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GroomBindingActions.h"
#ifdef HAIRSTRANDSEDITOR_GroomBindingActions_generated_h
#error "GroomBindingActions.generated.h already included, missing '#pragma once' in GroomBindingActions.h"
#endif
#define HAIRSTRANDSEDITOR_GroomBindingActions_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAssetDefinition_GroomBindingAsset ***************************************
struct Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAssetDefinition_GroomBindingAsset(); \
friend struct ::Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_NoRegister(); \
public: \
DECLARE_CLASS2(UAssetDefinition_GroomBindingAsset, UAssetDefinitionDefault, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UAssetDefinition_GroomBindingAsset_NoRegister) \
DECLARE_SERIALIZER(UAssetDefinition_GroomBindingAsset)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAssetDefinition_GroomBindingAsset(); \
/** Deleted move- and copy-constructors, should never be used */ \
UAssetDefinition_GroomBindingAsset(UAssetDefinition_GroomBindingAsset&&) = delete; \
UAssetDefinition_GroomBindingAsset(const UAssetDefinition_GroomBindingAsset&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAssetDefinition_GroomBindingAsset); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAssetDefinition_GroomBindingAsset); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UAssetDefinition_GroomBindingAsset) \
NO_API virtual ~UAssetDefinition_GroomBindingAsset();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h_11_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAssetDefinition_GroomBindingAsset;
// ********** End Class UAssetDefinition_GroomBindingAsset *****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingActions_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// 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 "GroomBindingAssetThumbnailRenderer.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGroomBindingAssetThumbnailRenderer() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UDefaultSizedThumbnailRenderer();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGroomBindingAssetThumbnailRenderer **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGroomBindingAssetThumbnailRenderer;
UClass* UGroomBindingAssetThumbnailRenderer::GetPrivateStaticClass()
{
using TClass = UGroomBindingAssetThumbnailRenderer;
if (!Z_Registration_Info_UClass_UGroomBindingAssetThumbnailRenderer.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GroomBindingAssetThumbnailRenderer"),
Z_Registration_Info_UClass_UGroomBindingAssetThumbnailRenderer.InnerSingleton,
StaticRegisterNativesUGroomBindingAssetThumbnailRenderer,
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_UGroomBindingAssetThumbnailRenderer.InnerSingleton;
}
UClass* Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_NoRegister()
{
return UGroomBindingAssetThumbnailRenderer::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "GroomBindingAssetThumbnailRenderer.h" },
{ "ModuleRelativePath", "Private/GroomBindingAssetThumbnailRenderer.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UGroomBindingAssetThumbnailRenderer constinit property declarations ******
// ********** End Class UGroomBindingAssetThumbnailRenderer constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGroomBindingAssetThumbnailRenderer>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_Statics
UObject* (*const Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDefaultSizedThumbnailRenderer,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_Statics::ClassParams = {
&UGroomBindingAssetThumbnailRenderer::StaticClass,
"Editor",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_Statics::Class_MetaDataParams), Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_Statics::Class_MetaDataParams)
};
void UGroomBindingAssetThumbnailRenderer::StaticRegisterNativesUGroomBindingAssetThumbnailRenderer()
{
}
UClass* Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer()
{
if (!Z_Registration_Info_UClass_UGroomBindingAssetThumbnailRenderer.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGroomBindingAssetThumbnailRenderer.OuterSingleton, Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGroomBindingAssetThumbnailRenderer.OuterSingleton;
}
UGroomBindingAssetThumbnailRenderer::UGroomBindingAssetThumbnailRenderer(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGroomBindingAssetThumbnailRenderer);
UGroomBindingAssetThumbnailRenderer::~UGroomBindingAssetThumbnailRenderer() {}
// ********** End Class UGroomBindingAssetThumbnailRenderer ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer, UGroomBindingAssetThumbnailRenderer::StaticClass, TEXT("UGroomBindingAssetThumbnailRenderer"), &Z_Registration_Info_UClass_UGroomBindingAssetThumbnailRenderer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGroomBindingAssetThumbnailRenderer), 3534685515U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h__Script_HairStrandsEditor_4009586004{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GroomBindingAssetThumbnailRenderer.h"
#ifdef HAIRSTRANDSEDITOR_GroomBindingAssetThumbnailRenderer_generated_h
#error "GroomBindingAssetThumbnailRenderer.generated.h already included, missing '#pragma once' in GroomBindingAssetThumbnailRenderer.h"
#endif
#define HAIRSTRANDSEDITOR_GroomBindingAssetThumbnailRenderer_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGroomBindingAssetThumbnailRenderer **************************************
struct Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGroomBindingAssetThumbnailRenderer(); \
friend struct ::Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_NoRegister(); \
public: \
DECLARE_CLASS2(UGroomBindingAssetThumbnailRenderer, UDefaultSizedThumbnailRenderer, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UGroomBindingAssetThumbnailRenderer_NoRegister) \
DECLARE_SERIALIZER(UGroomBindingAssetThumbnailRenderer)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h_16_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
HAIRSTRANDSEDITOR_API UGroomBindingAssetThumbnailRenderer(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UGroomBindingAssetThumbnailRenderer(UGroomBindingAssetThumbnailRenderer&&) = delete; \
UGroomBindingAssetThumbnailRenderer(const UGroomBindingAssetThumbnailRenderer&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(HAIRSTRANDSEDITOR_API, UGroomBindingAssetThumbnailRenderer); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGroomBindingAssetThumbnailRenderer); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGroomBindingAssetThumbnailRenderer) \
HAIRSTRANDSEDITOR_API virtual ~UGroomBindingAssetThumbnailRenderer();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h_13_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGroomBindingAssetThumbnailRenderer;
// ********** End Class UGroomBindingAssetThumbnailRenderer ****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomBindingAssetThumbnailRenderer_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,118 @@
// 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 "GroomBindingFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGroomBindingFactory() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomBindingFactory();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomBindingFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGroomBindingFactory *****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGroomBindingFactory;
UClass* UGroomBindingFactory::GetPrivateStaticClass()
{
using TClass = UGroomBindingFactory;
if (!Z_Registration_Info_UClass_UGroomBindingFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GroomBindingFactory"),
Z_Registration_Info_UClass_UGroomBindingFactory.InnerSingleton,
StaticRegisterNativesUGroomBindingFactory,
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_UGroomBindingFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UGroomBindingFactory_NoRegister()
{
return UGroomBindingFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGroomBindingFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "GroomBindingFactory.h" },
{ "ModuleRelativePath", "Public/GroomBindingFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UGroomBindingFactory constinit property declarations *********************
// ********** End Class UGroomBindingFactory constinit property declarations ***********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGroomBindingFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGroomBindingFactory_Statics
UObject* (*const Z_Construct_UClass_UGroomBindingFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomBindingFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGroomBindingFactory_Statics::ClassParams = {
&UGroomBindingFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomBindingFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UGroomBindingFactory_Statics::Class_MetaDataParams)
};
void UGroomBindingFactory::StaticRegisterNativesUGroomBindingFactory()
{
}
UClass* Z_Construct_UClass_UGroomBindingFactory()
{
if (!Z_Registration_Info_UClass_UGroomBindingFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGroomBindingFactory.OuterSingleton, Z_Construct_UClass_UGroomBindingFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGroomBindingFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGroomBindingFactory);
UGroomBindingFactory::~UGroomBindingFactory() {}
// ********** End Class UGroomBindingFactory *******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGroomBindingFactory, UGroomBindingFactory::StaticClass, TEXT("UGroomBindingFactory"), &Z_Registration_Info_UClass_UGroomBindingFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGroomBindingFactory), 3012801468U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h__Script_HairStrandsEditor_667644174{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GroomBindingFactory.h"
#ifdef HAIRSTRANDSEDITOR_GroomBindingFactory_generated_h
#error "GroomBindingFactory.generated.h already included, missing '#pragma once' in GroomBindingFactory.h"
#endif
#define HAIRSTRANDSEDITOR_GroomBindingFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGroomBindingFactory *****************************************************
struct Z_Construct_UClass_UGroomBindingFactory_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomBindingFactory_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGroomBindingFactory(); \
friend struct ::Z_Construct_UClass_UGroomBindingFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UGroomBindingFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UGroomBindingFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UGroomBindingFactory_NoRegister) \
DECLARE_SERIALIZER(UGroomBindingFactory)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h_14_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UGroomBindingFactory(UGroomBindingFactory&&) = delete; \
UGroomBindingFactory(const UGroomBindingFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(HAIRSTRANDSEDITOR_API, UGroomBindingFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGroomBindingFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UGroomBindingFactory) \
HAIRSTRANDSEDITOR_API virtual ~UGroomBindingFactory();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h_11_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGroomBindingFactory;
// ********** End Class UGroomBindingFactory *******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomBindingFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// 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 "GroomCacheActions.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGroomCacheActions() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GroomCacheAsset();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UAssetDefinitionDefault();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAssetDefinition_GroomCacheAsset *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAssetDefinition_GroomCacheAsset;
UClass* UAssetDefinition_GroomCacheAsset::GetPrivateStaticClass()
{
using TClass = UAssetDefinition_GroomCacheAsset;
if (!Z_Registration_Info_UClass_UAssetDefinition_GroomCacheAsset.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AssetDefinition_GroomCacheAsset"),
Z_Registration_Info_UClass_UAssetDefinition_GroomCacheAsset.InnerSingleton,
StaticRegisterNativesUAssetDefinition_GroomCacheAsset,
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_UAssetDefinition_GroomCacheAsset.InnerSingleton;
}
UClass* Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_NoRegister()
{
return UAssetDefinition_GroomCacheAsset::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "GroomCacheActions.h" },
{ "ModuleRelativePath", "Public/GroomCacheActions.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAssetDefinition_GroomCacheAsset constinit property declarations *********
// ********** End Class UAssetDefinition_GroomCacheAsset constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAssetDefinition_GroomCacheAsset>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_Statics
UObject* (*const Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetDefinitionDefault,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_Statics::ClassParams = {
&UAssetDefinition_GroomCacheAsset::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_Statics::Class_MetaDataParams), Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_Statics::Class_MetaDataParams)
};
void UAssetDefinition_GroomCacheAsset::StaticRegisterNativesUAssetDefinition_GroomCacheAsset()
{
}
UClass* Z_Construct_UClass_UAssetDefinition_GroomCacheAsset()
{
if (!Z_Registration_Info_UClass_UAssetDefinition_GroomCacheAsset.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAssetDefinition_GroomCacheAsset.OuterSingleton, Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAssetDefinition_GroomCacheAsset.OuterSingleton;
}
UAssetDefinition_GroomCacheAsset::UAssetDefinition_GroomCacheAsset() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAssetDefinition_GroomCacheAsset);
UAssetDefinition_GroomCacheAsset::~UAssetDefinition_GroomCacheAsset() {}
// ********** End Class UAssetDefinition_GroomCacheAsset *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAssetDefinition_GroomCacheAsset, UAssetDefinition_GroomCacheAsset::StaticClass, TEXT("UAssetDefinition_GroomCacheAsset"), &Z_Registration_Info_UClass_UAssetDefinition_GroomCacheAsset, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAssetDefinition_GroomCacheAsset), 3354131111U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h__Script_HairStrandsEditor_4084619304{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GroomCacheActions.h"
#ifdef HAIRSTRANDSEDITOR_GroomCacheActions_generated_h
#error "GroomCacheActions.generated.h already included, missing '#pragma once' in GroomCacheActions.h"
#endif
#define HAIRSTRANDSEDITOR_GroomCacheActions_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAssetDefinition_GroomCacheAsset *****************************************
struct Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAssetDefinition_GroomCacheAsset(); \
friend struct ::Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_NoRegister(); \
public: \
DECLARE_CLASS2(UAssetDefinition_GroomCacheAsset, UAssetDefinitionDefault, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UAssetDefinition_GroomCacheAsset_NoRegister) \
DECLARE_SERIALIZER(UAssetDefinition_GroomCacheAsset)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAssetDefinition_GroomCacheAsset(); \
/** Deleted move- and copy-constructors, should never be used */ \
UAssetDefinition_GroomCacheAsset(UAssetDefinition_GroomCacheAsset&&) = delete; \
UAssetDefinition_GroomCacheAsset(const UAssetDefinition_GroomCacheAsset&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAssetDefinition_GroomCacheAsset); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAssetDefinition_GroomCacheAsset); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UAssetDefinition_GroomCacheAsset) \
NO_API virtual ~UAssetDefinition_GroomCacheAsset();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h_11_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAssetDefinition_GroomCacheAsset;
// ********** End Class UAssetDefinition_GroomCacheAsset *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomCacheActions_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,118 @@
// 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 "GroomEditorMode.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGroomEditorMode() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomEditorMode();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomEditorMode_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UBaseLegacyWidgetEdMode();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGroomEditorMode *********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGroomEditorMode;
UClass* UGroomEditorMode::GetPrivateStaticClass()
{
using TClass = UGroomEditorMode;
if (!Z_Registration_Info_UClass_UGroomEditorMode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GroomEditorMode"),
Z_Registration_Info_UClass_UGroomEditorMode.InnerSingleton,
StaticRegisterNativesUGroomEditorMode,
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_UGroomEditorMode.InnerSingleton;
}
UClass* Z_Construct_UClass_UGroomEditorMode_NoRegister()
{
return UGroomEditorMode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGroomEditorMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "GroomEditorMode.h" },
{ "ModuleRelativePath", "Public/GroomEditorMode.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UGroomEditorMode constinit property declarations *************************
// ********** End Class UGroomEditorMode constinit property declarations ***************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGroomEditorMode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGroomEditorMode_Statics
UObject* (*const Z_Construct_UClass_UGroomEditorMode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBaseLegacyWidgetEdMode,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomEditorMode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGroomEditorMode_Statics::ClassParams = {
&UGroomEditorMode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomEditorMode_Statics::Class_MetaDataParams), Z_Construct_UClass_UGroomEditorMode_Statics::Class_MetaDataParams)
};
void UGroomEditorMode::StaticRegisterNativesUGroomEditorMode()
{
}
UClass* Z_Construct_UClass_UGroomEditorMode()
{
if (!Z_Registration_Info_UClass_UGroomEditorMode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGroomEditorMode.OuterSingleton, Z_Construct_UClass_UGroomEditorMode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGroomEditorMode.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGroomEditorMode);
UGroomEditorMode::~UGroomEditorMode() {}
// ********** End Class UGroomEditorMode ***********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGroomEditorMode, UGroomEditorMode::StaticClass, TEXT("UGroomEditorMode"), &Z_Registration_Info_UClass_UGroomEditorMode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGroomEditorMode), 840225773U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h__Script_HairStrandsEditor_219885124{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GroomEditorMode.h"
#ifdef HAIRSTRANDSEDITOR_GroomEditorMode_generated_h
#error "GroomEditorMode.generated.h already included, missing '#pragma once' in GroomEditorMode.h"
#endif
#define HAIRSTRANDSEDITOR_GroomEditorMode_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGroomEditorMode *********************************************************
struct Z_Construct_UClass_UGroomEditorMode_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomEditorMode_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h_12_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGroomEditorMode(); \
friend struct ::Z_Construct_UClass_UGroomEditorMode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UGroomEditorMode_NoRegister(); \
public: \
DECLARE_CLASS2(UGroomEditorMode, UBaseLegacyWidgetEdMode, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UGroomEditorMode_NoRegister) \
DECLARE_SERIALIZER(UGroomEditorMode)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h_12_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UGroomEditorMode(UGroomEditorMode&&) = delete; \
UGroomEditorMode(const UGroomEditorMode&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UGroomEditorMode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGroomEditorMode); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UGroomEditorMode) \
NO_API virtual ~UGroomEditorMode();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h_9_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h_12_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h_12_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h_12_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGroomEditorMode;
// ********** End Class UGroomEditorMode ***********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomEditorMode_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,118 @@
// 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 "GroomFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGroomFactory() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomFactory();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGroomFactory ************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGroomFactory;
UClass* UGroomFactory::GetPrivateStaticClass()
{
using TClass = UGroomFactory;
if (!Z_Registration_Info_UClass_UGroomFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GroomFactory"),
Z_Registration_Info_UClass_UGroomFactory.InnerSingleton,
StaticRegisterNativesUGroomFactory,
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_UGroomFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UGroomFactory_NoRegister()
{
return UGroomFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGroomFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "GroomFactory.h" },
{ "ModuleRelativePath", "Public/GroomFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UGroomFactory constinit property declarations ****************************
// ********** End Class UGroomFactory constinit property declarations ******************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGroomFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGroomFactory_Statics
UObject* (*const Z_Construct_UClass_UGroomFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGroomFactory_Statics::ClassParams = {
&UGroomFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGroomFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UGroomFactory_Statics::Class_MetaDataParams)
};
void UGroomFactory::StaticRegisterNativesUGroomFactory()
{
}
UClass* Z_Construct_UClass_UGroomFactory()
{
if (!Z_Registration_Info_UClass_UGroomFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGroomFactory.OuterSingleton, Z_Construct_UClass_UGroomFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGroomFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGroomFactory);
UGroomFactory::~UGroomFactory() {}
// ********** End Class UGroomFactory **************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGroomFactory, UGroomFactory::StaticClass, TEXT("UGroomFactory"), &Z_Registration_Info_UClass_UGroomFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGroomFactory), 668437848U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h__Script_HairStrandsEditor_3059139867{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GroomFactory.h"
#ifdef HAIRSTRANDSEDITOR_GroomFactory_generated_h
#error "GroomFactory.generated.h already included, missing '#pragma once' in GroomFactory.h"
#endif
#define HAIRSTRANDSEDITOR_GroomFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGroomFactory ************************************************************
struct Z_Construct_UClass_UGroomFactory_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UGroomFactory_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGroomFactory(); \
friend struct ::Z_Construct_UClass_UGroomFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UGroomFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UGroomFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UGroomFactory_NoRegister) \
DECLARE_SERIALIZER(UGroomFactory)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h_14_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UGroomFactory(UGroomFactory&&) = delete; \
UGroomFactory(const UGroomFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(HAIRSTRANDSEDITOR_API, UGroomFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGroomFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UGroomFactory) \
HAIRSTRANDSEDITOR_API virtual ~UGroomFactory();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h_11_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGroomFactory;
// ********** End Class UGroomFactory **************************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_GroomFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,121 @@
// 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 "GroomImportOptionsWindow.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGroomImportOptionsWindow() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UEnum* Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EHairDescriptionStatus ****************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EHairDescriptionStatus;
static UEnum* EHairDescriptionStatus_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EHairDescriptionStatus.OuterSingleton)
{
Z_Registration_Info_UEnum_EHairDescriptionStatus.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus, (UObject*)Z_Construct_UPackage__Script_HairStrandsEditor(), TEXT("EHairDescriptionStatus"));
}
return Z_Registration_Info_UEnum_EHairDescriptionStatus.OuterSingleton;
}
template<> HAIRSTRANDSEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EHairDescriptionStatus>()
{
return EHairDescriptionStatus_StaticEnum();
}
struct Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "CurveLimit.Name", "EHairDescriptionStatus::CurveLimit" },
{ "Error.Name", "EHairDescriptionStatus::Error" },
{ "GroomCache.Name", "EHairDescriptionStatus::GroomCache" },
{ "GroomCacheCompatible.Comment", "// groom cache with unspecified groom asset\n" },
{ "GroomCacheCompatible.Name", "EHairDescriptionStatus::GroomCacheCompatible" },
{ "GroomCacheCompatible.ToolTip", "groom cache with unspecified groom asset" },
{ "GroomCacheIncompatible.Name", "EHairDescriptionStatus::GroomCacheIncompatible" },
{ "GroomValid.Name", "EHairDescriptionStatus::GroomValid" },
{ "GuidesOnly.Name", "EHairDescriptionStatus::GuidesOnly" },
{ "GuidesOnlyCompatible.Comment", "// guides-only with unspecified groom asset\n" },
{ "GuidesOnlyCompatible.Name", "EHairDescriptionStatus::GuidesOnlyCompatible" },
{ "GuidesOnlyCompatible.ToolTip", "guides-only with unspecified groom asset" },
{ "GuidesOnlyIncompatible.Name", "EHairDescriptionStatus::GuidesOnlyIncompatible" },
{ "InvalidGroupMapping.Name", "EHairDescriptionStatus::InvalidGroupMapping" },
{ "InvalidPoint.Name", "EHairDescriptionStatus::InvalidPoint" },
{ "ModuleRelativePath", "Private/GroomImportOptionsWindow.h" },
{ "NoCurve.Name", "EHairDescriptionStatus::NoCurve" },
{ "NoGroup.Name", "EHairDescriptionStatus::NoGroup" },
{ "None.Name", "EHairDescriptionStatus::None" },
{ "PointLimit.Name", "EHairDescriptionStatus::PointLimit" },
{ "Unknown.Name", "EHairDescriptionStatus::Unknown" },
{ "Valid.Name", "EHairDescriptionStatus::Valid" },
{ "Warning.Name", "EHairDescriptionStatus::Warning" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EHairDescriptionStatus::None", (int64)EHairDescriptionStatus::None },
{ "EHairDescriptionStatus::GroomValid", (int64)EHairDescriptionStatus::GroomValid },
{ "EHairDescriptionStatus::NoGroup", (int64)EHairDescriptionStatus::NoGroup },
{ "EHairDescriptionStatus::NoCurve", (int64)EHairDescriptionStatus::NoCurve },
{ "EHairDescriptionStatus::GroomCache", (int64)EHairDescriptionStatus::GroomCache },
{ "EHairDescriptionStatus::GroomCacheCompatible", (int64)EHairDescriptionStatus::GroomCacheCompatible },
{ "EHairDescriptionStatus::GroomCacheIncompatible", (int64)EHairDescriptionStatus::GroomCacheIncompatible },
{ "EHairDescriptionStatus::GuidesOnly", (int64)EHairDescriptionStatus::GuidesOnly },
{ "EHairDescriptionStatus::GuidesOnlyCompatible", (int64)EHairDescriptionStatus::GuidesOnlyCompatible },
{ "EHairDescriptionStatus::GuidesOnlyIncompatible", (int64)EHairDescriptionStatus::GuidesOnlyIncompatible },
{ "EHairDescriptionStatus::PointLimit", (int64)EHairDescriptionStatus::PointLimit },
{ "EHairDescriptionStatus::CurveLimit", (int64)EHairDescriptionStatus::CurveLimit },
{ "EHairDescriptionStatus::InvalidPoint", (int64)EHairDescriptionStatus::InvalidPoint },
{ "EHairDescriptionStatus::InvalidGroupMapping", (int64)EHairDescriptionStatus::InvalidGroupMapping },
{ "EHairDescriptionStatus::Unknown", (int64)EHairDescriptionStatus::Unknown },
{ "EHairDescriptionStatus::Warning", (int64)EHairDescriptionStatus::Warning },
{ "EHairDescriptionStatus::Error", (int64)EHairDescriptionStatus::Error },
{ "EHairDescriptionStatus::Valid", (int64)EHairDescriptionStatus::Valid },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_HairStrandsEditor,
nullptr,
"EHairDescriptionStatus",
"EHairDescriptionStatus",
Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus_Statics::Enum_MetaDataParams), Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus()
{
if (!Z_Registration_Info_UEnum_EHairDescriptionStatus.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EHairDescriptionStatus.InnerSingleton, Z_Construct_UEnum_HairStrandsEditor_EHairDescriptionStatus_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EHairDescriptionStatus.InnerSingleton;
}
// ********** End Enum EHairDescriptionStatus ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomImportOptionsWindow_h__Script_HairStrandsEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EHairDescriptionStatus_StaticEnum, TEXT("EHairDescriptionStatus"), &Z_Registration_Info_UEnum_EHairDescriptionStatus, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1071232539U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomImportOptionsWindow_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomImportOptionsWindow_h__Script_HairStrandsEditor_910009707{
TEXT("/Script/HairStrandsEditor"),
nullptr, 0,
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomImportOptionsWindow_h__Script_HairStrandsEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomImportOptionsWindow_h__Script_HairStrandsEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,50 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GroomImportOptionsWindow.h"
#ifdef HAIRSTRANDSEDITOR_GroomImportOptionsWindow_generated_h
#error "GroomImportOptionsWindow.generated.h already included, missing '#pragma once' in GroomImportOptionsWindow.h"
#endif
#define HAIRSTRANDSEDITOR_GroomImportOptionsWindow_generated_h
#include "Templates/IsUEnumClass.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ReflectedTypeAccessors.h"
#include "Templates/NoDestroy.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Private_GroomImportOptionsWindow_h
// ********** Begin Enum EHairDescriptionStatus ****************************************************
#define FOREACH_ENUM_EHAIRDESCRIPTIONSTATUS(op) \
op(EHairDescriptionStatus::None) \
op(EHairDescriptionStatus::GroomValid) \
op(EHairDescriptionStatus::NoGroup) \
op(EHairDescriptionStatus::NoCurve) \
op(EHairDescriptionStatus::GroomCache) \
op(EHairDescriptionStatus::GroomCacheCompatible) \
op(EHairDescriptionStatus::GroomCacheIncompatible) \
op(EHairDescriptionStatus::GuidesOnly) \
op(EHairDescriptionStatus::GuidesOnlyCompatible) \
op(EHairDescriptionStatus::GuidesOnlyIncompatible) \
op(EHairDescriptionStatus::PointLimit) \
op(EHairDescriptionStatus::CurveLimit) \
op(EHairDescriptionStatus::InvalidPoint) \
op(EHairDescriptionStatus::InvalidGroupMapping) \
op(EHairDescriptionStatus::Unknown) \
op(EHairDescriptionStatus::Warning) \
op(EHairDescriptionStatus::Error) \
op(EHairDescriptionStatus::Valid)
enum class EHairDescriptionStatus : uint32;
template<> struct TIsUEnumClass<EHairDescriptionStatus> { enum { Value = true }; };
template<> HAIRSTRANDSEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EHairDescriptionStatus>();
// ********** End Enum EHairDescriptionStatus ******************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeHairStrandsEditor_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_HairStrandsEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_HairStrandsEditor()
{
if (!Z_Registration_Info_UPackage__Script_HairStrandsEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/HairStrandsEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x0FE4F6A6,
0xB8BC5472,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_HairStrandsEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_HairStrandsEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_HairStrandsEditor(Z_Construct_UPackage__Script_HairStrandsEditor, TEXT("/Script/HairStrandsEditor"), Z_Registration_Info_UPackage__Script_HairStrandsEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x0FE4F6A6, 0xB8BC5472));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,122 @@
// 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 "HairStrandsFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeHairStrandsFactory() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UHairStrandsFactory();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UHairStrandsFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UHairStrandsFactory ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UHairStrandsFactory;
UClass* UHairStrandsFactory::GetPrivateStaticClass()
{
using TClass = UHairStrandsFactory;
if (!Z_Registration_Info_UClass_UHairStrandsFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("HairStrandsFactory"),
Z_Registration_Info_UClass_UHairStrandsFactory.InnerSingleton,
StaticRegisterNativesUHairStrandsFactory,
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_UHairStrandsFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UHairStrandsFactory_NoRegister()
{
return UHairStrandsFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UHairStrandsFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UHairStrands objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "HairStrandsFactory.h" },
{ "ModuleRelativePath", "Public/HairStrandsFactory.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ToolTip", "Implements a factory for UHairStrands objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UHairStrandsFactory constinit property declarations **********************
// ********** End Class UHairStrandsFactory constinit property declarations ************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UHairStrandsFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UHairStrandsFactory_Statics
UObject* (*const Z_Construct_UClass_UHairStrandsFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UHairStrandsFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UHairStrandsFactory_Statics::ClassParams = {
&UHairStrandsFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UHairStrandsFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UHairStrandsFactory_Statics::Class_MetaDataParams)
};
void UHairStrandsFactory::StaticRegisterNativesUHairStrandsFactory()
{
}
UClass* Z_Construct_UClass_UHairStrandsFactory()
{
if (!Z_Registration_Info_UClass_UHairStrandsFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UHairStrandsFactory.OuterSingleton, Z_Construct_UClass_UHairStrandsFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UHairStrandsFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UHairStrandsFactory);
UHairStrandsFactory::~UHairStrandsFactory() {}
// ********** End Class UHairStrandsFactory ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UHairStrandsFactory, UHairStrandsFactory::StaticClass, TEXT("UHairStrandsFactory"), &Z_Registration_Info_UClass_UHairStrandsFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHairStrandsFactory), 78830759U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h__Script_HairStrandsEditor_3756580014{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "HairStrandsFactory.h"
#ifdef HAIRSTRANDSEDITOR_HairStrandsFactory_generated_h
#error "HairStrandsFactory.generated.h already included, missing '#pragma once' in HairStrandsFactory.h"
#endif
#define HAIRSTRANDSEDITOR_HairStrandsFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UHairStrandsFactory ******************************************************
struct Z_Construct_UClass_UHairStrandsFactory_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UHairStrandsFactory_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h_59_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUHairStrandsFactory(); \
friend struct ::Z_Construct_UClass_UHairStrandsFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UHairStrandsFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UHairStrandsFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UHairStrandsFactory_NoRegister) \
DECLARE_SERIALIZER(UHairStrandsFactory)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h_59_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UHairStrandsFactory(UHairStrandsFactory&&) = delete; \
UHairStrandsFactory(const UHairStrandsFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHairStrandsFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHairStrandsFactory); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UHairStrandsFactory) \
NO_API virtual ~UHairStrandsFactory();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h_56_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h_59_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h_59_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h_59_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UHairStrandsFactory;
// ********** End Class UHairStrandsFactory ********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_HairStrandsFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// 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 "ReimportGroomCacheFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeReimportGroomCacheFactory() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UHairStrandsFactory();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UReimportGroomCacheFactory();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UReimportGroomCacheFactory_NoRegister();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UReimportGroomCacheFactory ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UReimportGroomCacheFactory;
UClass* UReimportGroomCacheFactory::GetPrivateStaticClass()
{
using TClass = UReimportGroomCacheFactory;
if (!Z_Registration_Info_UClass_UReimportGroomCacheFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ReimportGroomCacheFactory"),
Z_Registration_Info_UClass_UReimportGroomCacheFactory.InnerSingleton,
StaticRegisterNativesUReimportGroomCacheFactory,
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_UReimportGroomCacheFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UReimportGroomCacheFactory_NoRegister()
{
return UReimportGroomCacheFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UReimportGroomCacheFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object Object" },
{ "IncludePath", "ReimportGroomCacheFactory.h" },
{ "ModuleRelativePath", "Public/ReimportGroomCacheFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UReimportGroomCacheFactory constinit property declarations ***************
// ********** End Class UReimportGroomCacheFactory constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UReimportGroomCacheFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UReimportGroomCacheFactory_Statics
UObject* (*const Z_Construct_UClass_UReimportGroomCacheFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UHairStrandsFactory,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UReimportGroomCacheFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UReimportGroomCacheFactory_Statics::ClassParams = {
&UReimportGroomCacheFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UReimportGroomCacheFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UReimportGroomCacheFactory_Statics::Class_MetaDataParams)
};
void UReimportGroomCacheFactory::StaticRegisterNativesUReimportGroomCacheFactory()
{
}
UClass* Z_Construct_UClass_UReimportGroomCacheFactory()
{
if (!Z_Registration_Info_UClass_UReimportGroomCacheFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UReimportGroomCacheFactory.OuterSingleton, Z_Construct_UClass_UReimportGroomCacheFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UReimportGroomCacheFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UReimportGroomCacheFactory);
UReimportGroomCacheFactory::~UReimportGroomCacheFactory() {}
// ********** End Class UReimportGroomCacheFactory *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UReimportGroomCacheFactory, UReimportGroomCacheFactory::StaticClass, TEXT("UReimportGroomCacheFactory"), &Z_Registration_Info_UClass_UReimportGroomCacheFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UReimportGroomCacheFactory), 3137718010U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h__Script_HairStrandsEditor_1338198647{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ReimportGroomCacheFactory.h"
#ifdef HAIRSTRANDSEDITOR_ReimportGroomCacheFactory_generated_h
#error "ReimportGroomCacheFactory.generated.h already included, missing '#pragma once' in ReimportGroomCacheFactory.h"
#endif
#define HAIRSTRANDSEDITOR_ReimportGroomCacheFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UReimportGroomCacheFactory ***********************************************
struct Z_Construct_UClass_UReimportGroomCacheFactory_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UReimportGroomCacheFactory_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h_13_INCLASS \
private: \
static void StaticRegisterNativesUReimportGroomCacheFactory(); \
friend struct ::Z_Construct_UClass_UReimportGroomCacheFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UReimportGroomCacheFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UReimportGroomCacheFactory, UHairStrandsFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UReimportGroomCacheFactory_NoRegister) \
DECLARE_SERIALIZER(UReimportGroomCacheFactory)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h_13_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UReimportGroomCacheFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UReimportGroomCacheFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UReimportGroomCacheFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UReimportGroomCacheFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UReimportGroomCacheFactory(UReimportGroomCacheFactory&&) = delete; \
UReimportGroomCacheFactory(const UReimportGroomCacheFactory&) = delete; \
NO_API virtual ~UReimportGroomCacheFactory();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h_10_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h_13_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h_13_INCLASS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h_13_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UReimportGroomCacheFactory;
// ********** End Class UReimportGroomCacheFactory *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportGroomCacheFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// 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 "ReimportHairStrandsFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeReimportHairStrandsFactory() {}
// ********** Begin Cross Module References ********************************************************
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UHairStrandsFactory();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UReimportHairStrandsFactory();
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UReimportHairStrandsFactory_NoRegister();
UPackage* Z_Construct_UPackage__Script_HairStrandsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UReimportHairStrandsFactory **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UReimportHairStrandsFactory;
UClass* UReimportHairStrandsFactory::GetPrivateStaticClass()
{
using TClass = UReimportHairStrandsFactory;
if (!Z_Registration_Info_UClass_UReimportHairStrandsFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ReimportHairStrandsFactory"),
Z_Registration_Info_UClass_UReimportHairStrandsFactory.InnerSingleton,
StaticRegisterNativesUReimportHairStrandsFactory,
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_UReimportHairStrandsFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UReimportHairStrandsFactory_NoRegister()
{
return UReimportHairStrandsFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UReimportHairStrandsFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object Object" },
{ "IncludePath", "ReimportHairStrandsFactory.h" },
{ "ModuleRelativePath", "Public/ReimportHairStrandsFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UReimportHairStrandsFactory constinit property declarations **************
// ********** End Class UReimportHairStrandsFactory constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UReimportHairStrandsFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UReimportHairStrandsFactory_Statics
UObject* (*const Z_Construct_UClass_UReimportHairStrandsFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UHairStrandsFactory,
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UReimportHairStrandsFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UReimportHairStrandsFactory_Statics::ClassParams = {
&UReimportHairStrandsFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UReimportHairStrandsFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UReimportHairStrandsFactory_Statics::Class_MetaDataParams)
};
void UReimportHairStrandsFactory::StaticRegisterNativesUReimportHairStrandsFactory()
{
}
UClass* Z_Construct_UClass_UReimportHairStrandsFactory()
{
if (!Z_Registration_Info_UClass_UReimportHairStrandsFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UReimportHairStrandsFactory.OuterSingleton, Z_Construct_UClass_UReimportHairStrandsFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UReimportHairStrandsFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UReimportHairStrandsFactory);
UReimportHairStrandsFactory::~UReimportHairStrandsFactory() {}
// ********** End Class UReimportHairStrandsFactory ************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h__Script_HairStrandsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UReimportHairStrandsFactory, UReimportHairStrandsFactory::StaticClass, TEXT("UReimportHairStrandsFactory"), &Z_Registration_Info_UClass_UReimportHairStrandsFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UReimportHairStrandsFactory), 3535776899U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h__Script_HairStrandsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h__Script_HairStrandsEditor_2388936346{
TEXT("/Script/HairStrandsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h__Script_HairStrandsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h__Script_HairStrandsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ReimportHairStrandsFactory.h"
#ifdef HAIRSTRANDSEDITOR_ReimportHairStrandsFactory_generated_h
#error "ReimportHairStrandsFactory.generated.h already included, missing '#pragma once' in ReimportHairStrandsFactory.h"
#endif
#define HAIRSTRANDSEDITOR_ReimportHairStrandsFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UReimportHairStrandsFactory **********************************************
struct Z_Construct_UClass_UReimportHairStrandsFactory_Statics;
HAIRSTRANDSEDITOR_API UClass* Z_Construct_UClass_UReimportHairStrandsFactory_NoRegister();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h_13_INCLASS \
private: \
static void StaticRegisterNativesUReimportHairStrandsFactory(); \
friend struct ::Z_Construct_UClass_UReimportHairStrandsFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend HAIRSTRANDSEDITOR_API UClass* ::Z_Construct_UClass_UReimportHairStrandsFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UReimportHairStrandsFactory, UHairStrandsFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/HairStrandsEditor"), Z_Construct_UClass_UReimportHairStrandsFactory_NoRegister) \
DECLARE_SERIALIZER(UReimportHairStrandsFactory)
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h_13_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UReimportHairStrandsFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UReimportHairStrandsFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UReimportHairStrandsFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UReimportHairStrandsFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UReimportHairStrandsFactory(UReimportHairStrandsFactory&&) = delete; \
UReimportHairStrandsFactory(const UReimportHairStrandsFactory&) = delete; \
NO_API virtual ~UReimportHairStrandsFactory();
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h_10_PROLOG
#define FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h_13_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h_13_INCLASS \
FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h_13_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UReimportHairStrandsFactory;
// ********** End Class UReimportHairStrandsFactory ************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsEditor_Public_ReimportHairStrandsFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,13 @@
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Public\GroomActions.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Public\GroomActorFactory.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Public\GroomBindingFactory.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Public\GroomBindingActions.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Public\GroomCacheActions.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Public\GroomEditorMode.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Public\ReimportGroomCacheFactory.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Public\ReimportHairStrandsFactory.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Public\GroomFactory.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Public\HairStrandsFactory.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Private\GroomAssetThumbnailRenderer.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Private\GroomBindingAssetThumbnailRenderer.h
D:\UE_5_7_1\Engine\Plugins\Runtime\HairStrands\Source\HairStrandsEditor\Private\GroomImportOptionsWindow.h