Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Engine/UHT/MaterialExpressionHairAttributes.gen.cpp

141 lines
8.4 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Materials/MaterialExpressionHairAttributes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMaterialExpressionHairAttributes() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionHairAttributes();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionHairAttributes_NoRegister();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMaterialExpressionHairAttributes ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionHairAttributes;
UClass* UMaterialExpressionHairAttributes::GetPrivateStaticClass()
{
using TClass = UMaterialExpressionHairAttributes;
if (!Z_Registration_Info_UClass_UMaterialExpressionHairAttributes.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MaterialExpressionHairAttributes"),
Z_Registration_Info_UClass_UMaterialExpressionHairAttributes.InnerSingleton,
StaticRegisterNativesUMaterialExpressionHairAttributes,
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_UMaterialExpressionHairAttributes.InnerSingleton;
}
UClass* Z_Construct_UClass_UMaterialExpressionHairAttributes_NoRegister()
{
return UMaterialExpressionHairAttributes::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "Materials/MaterialExpressionHairAttributes.h" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionHairAttributes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseTangentSpace_MetaData[] = {
{ "Category", "MaterialExpressionHairAttributes" },
{ "Comment", "/** If enabled, this nodes outputs a tangent space tangent, otherwise it outputs a world space tangent. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionHairAttributes.h" },
{ "ToolTip", "If enabled, this nodes outputs a tangent space tangent, otherwise it outputs a world space tangent." },
};
#endif // WITH_METADATA
// ********** Begin Class UMaterialExpressionHairAttributes constinit property declarations ********
static void NewProp_bUseTangentSpace_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseTangentSpace;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMaterialExpressionHairAttributes constinit property declarations **********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMaterialExpressionHairAttributes>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics
// ********** Begin Class UMaterialExpressionHairAttributes Property Definitions *******************
void Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::NewProp_bUseTangentSpace_SetBit(void* Obj)
{
((UMaterialExpressionHairAttributes*)Obj)->bUseTangentSpace = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::NewProp_bUseTangentSpace = { "bUseTangentSpace", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialExpressionHairAttributes), &Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::NewProp_bUseTangentSpace_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseTangentSpace_MetaData), NewProp_bUseTangentSpace_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::NewProp_bUseTangentSpace,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::PropPointers) < 2048);
// ********** End Class UMaterialExpressionHairAttributes Property Definitions *********************
UObject* (*const Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::ClassParams = {
&UMaterialExpressionHairAttributes::StaticClass,
"MaterialExpressions",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::PropPointers),
0,
0x000800B4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::Class_MetaDataParams)
};
void UMaterialExpressionHairAttributes::StaticRegisterNativesUMaterialExpressionHairAttributes()
{
}
UClass* Z_Construct_UClass_UMaterialExpressionHairAttributes()
{
if (!Z_Registration_Info_UClass_UMaterialExpressionHairAttributes.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionHairAttributes.OuterSingleton, Z_Construct_UClass_UMaterialExpressionHairAttributes_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMaterialExpressionHairAttributes.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionHairAttributes);
UMaterialExpressionHairAttributes::~UMaterialExpressionHairAttributes() {}
// ********** End Class UMaterialExpressionHairAttributes ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionHairAttributes_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMaterialExpressionHairAttributes, UMaterialExpressionHairAttributes::StaticClass, TEXT("UMaterialExpressionHairAttributes"), &Z_Registration_Info_UClass_UMaterialExpressionHairAttributes, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionHairAttributes), 3639317921U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionHairAttributes_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionHairAttributes_h__Script_Engine_2182533831{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionHairAttributes_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionHairAttributes_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS