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

155 lines
10 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/MaterialExpressionDecalMipmapLevel.h"
#include "Materials/MaterialExpression.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMaterialExpressionDecalMipmapLevel() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_NoRegister();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMaterialExpressionDecalMipmapLevel **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionDecalMipmapLevel;
UClass* UMaterialExpressionDecalMipmapLevel::GetPrivateStaticClass()
{
using TClass = UMaterialExpressionDecalMipmapLevel;
if (!Z_Registration_Info_UClass_UMaterialExpressionDecalMipmapLevel.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MaterialExpressionDecalMipmapLevel"),
Z_Registration_Info_UClass_UMaterialExpressionDecalMipmapLevel.InnerSingleton,
StaticRegisterNativesUMaterialExpressionDecalMipmapLevel,
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_UMaterialExpressionDecalMipmapLevel.InnerSingleton;
}
UClass* Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_NoRegister()
{
return UMaterialExpressionDecalMipmapLevel::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object Object" },
{ "IncludePath", "Materials/MaterialExpressionDecalMipmapLevel.h" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionDecalMipmapLevel.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextureSize_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionDecalMipmapLevel.h" },
{ "RequiredInput", "false" },
{ "ToolTip", "Defaults to '(Const Width, Const Height)' if not specified" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstWidth_MetaData[] = {
{ "Category", "MaterialExpressionDecalMipmapLevel" },
{ "Comment", "/** only used if TextureSize is not hooked up */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionDecalMipmapLevel.h" },
{ "OverridingInputProperty", "TextureSize" },
{ "ToolTip", "only used if TextureSize is not hooked up" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstHeight_MetaData[] = {
{ "Category", "MaterialExpressionDecalMipmapLevel" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionDecalMipmapLevel.h" },
{ "OverridingInputProperty", "TextureSize" },
};
#endif // WITH_METADATA
// ********** Begin Class UMaterialExpressionDecalMipmapLevel constinit property declarations ******
static const UECodeGen_Private::FStructPropertyParams NewProp_TextureSize;
static const UECodeGen_Private::FFloatPropertyParams NewProp_ConstWidth;
static const UECodeGen_Private::FFloatPropertyParams NewProp_ConstHeight;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMaterialExpressionDecalMipmapLevel constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMaterialExpressionDecalMipmapLevel>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics
// ********** Begin Class UMaterialExpressionDecalMipmapLevel Property Definitions *****************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::NewProp_TextureSize = { "TextureSize", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionDecalMipmapLevel, TextureSize), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextureSize_MetaData), NewProp_TextureSize_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::NewProp_ConstWidth = { "ConstWidth", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionDecalMipmapLevel, ConstWidth), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstWidth_MetaData), NewProp_ConstWidth_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::NewProp_ConstHeight = { "ConstHeight", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionDecalMipmapLevel, ConstHeight), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstHeight_MetaData), NewProp_ConstHeight_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::NewProp_TextureSize,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::NewProp_ConstWidth,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::NewProp_ConstHeight,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::PropPointers) < 2048);
// ********** End Class UMaterialExpressionDecalMipmapLevel Property Definitions *******************
UObject* (*const Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::ClassParams = {
&UMaterialExpressionDecalMipmapLevel::StaticClass,
"MaterialExpressions",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::PropPointers),
0,
0x000020B4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::Class_MetaDataParams)
};
void UMaterialExpressionDecalMipmapLevel::StaticRegisterNativesUMaterialExpressionDecalMipmapLevel()
{
}
UClass* Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel()
{
if (!Z_Registration_Info_UClass_UMaterialExpressionDecalMipmapLevel.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionDecalMipmapLevel.OuterSingleton, Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMaterialExpressionDecalMipmapLevel.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionDecalMipmapLevel);
UMaterialExpressionDecalMipmapLevel::~UMaterialExpressionDecalMipmapLevel() {}
// ********** End Class UMaterialExpressionDecalMipmapLevel ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionDecalMipmapLevel_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMaterialExpressionDecalMipmapLevel, UMaterialExpressionDecalMipmapLevel::StaticClass, TEXT("UMaterialExpressionDecalMipmapLevel"), &Z_Registration_Info_UClass_UMaterialExpressionDecalMipmapLevel, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionDecalMipmapLevel), 2392468530U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionDecalMipmapLevel_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionDecalMipmapLevel_h__Script_Engine_2619434758{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionDecalMipmapLevel_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionDecalMipmapLevel_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS