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

147 lines
9.0 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/MaterialExpressionShadowReplace.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 EmptyLinkFunctionForGeneratedCodeMaterialExpressionShadowReplace() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionShadowReplace();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionShadowReplace_NoRegister();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMaterialExpressionShadowReplace *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionShadowReplace;
UClass* UMaterialExpressionShadowReplace::GetPrivateStaticClass()
{
using TClass = UMaterialExpressionShadowReplace;
if (!Z_Registration_Info_UClass_UMaterialExpressionShadowReplace.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MaterialExpressionShadowReplace"),
Z_Registration_Info_UClass_UMaterialExpressionShadowReplace.InnerSingleton,
StaticRegisterNativesUMaterialExpressionShadowReplace,
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_UMaterialExpressionShadowReplace.InnerSingleton;
}
UClass* Z_Construct_UClass_UMaterialExpressionShadowReplace_NoRegister()
{
return UMaterialExpressionShadowReplace::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "DisplayName", "ShadowPassSwitch" },
{ "HideCategories", "Object" },
{ "IncludePath", "Materials/MaterialExpressionShadowReplace.h" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionShadowReplace.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Default_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionShadowReplace.h" },
{ "RequiredInput", "true" },
{ "ToolTip", "Input will be used when rendering into non-ShadowMap passes" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Shadow_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionShadowReplace.h" },
{ "RequiredInput", "true" },
{ "ToolTip", "Input will be used when rendering into ShadowMap" },
};
#endif // WITH_METADATA
// ********** Begin Class UMaterialExpressionShadowReplace constinit property declarations *********
static const UECodeGen_Private::FStructPropertyParams NewProp_Default;
static const UECodeGen_Private::FStructPropertyParams NewProp_Shadow;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMaterialExpressionShadowReplace constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMaterialExpressionShadowReplace>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics
// ********** Begin Class UMaterialExpressionShadowReplace Property Definitions ********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::NewProp_Default = { "Default", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionShadowReplace, Default), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Default_MetaData), NewProp_Default_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::NewProp_Shadow = { "Shadow", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionShadowReplace, Shadow), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Shadow_MetaData), NewProp_Shadow_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::NewProp_Default,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::NewProp_Shadow,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::PropPointers) < 2048);
// ********** End Class UMaterialExpressionShadowReplace Property Definitions **********************
UObject* (*const Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::ClassParams = {
&UMaterialExpressionShadowReplace::StaticClass,
"MaterialExpressions",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::PropPointers),
0,
0x000000B4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::Class_MetaDataParams)
};
void UMaterialExpressionShadowReplace::StaticRegisterNativesUMaterialExpressionShadowReplace()
{
}
UClass* Z_Construct_UClass_UMaterialExpressionShadowReplace()
{
if (!Z_Registration_Info_UClass_UMaterialExpressionShadowReplace.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionShadowReplace.OuterSingleton, Z_Construct_UClass_UMaterialExpressionShadowReplace_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMaterialExpressionShadowReplace.OuterSingleton;
}
UMaterialExpressionShadowReplace::UMaterialExpressionShadowReplace(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionShadowReplace);
UMaterialExpressionShadowReplace::~UMaterialExpressionShadowReplace() {}
// ********** End Class UMaterialExpressionShadowReplace *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionShadowReplace_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMaterialExpressionShadowReplace, UMaterialExpressionShadowReplace::StaticClass, TEXT("UMaterialExpressionShadowReplace"), &Z_Registration_Info_UClass_UMaterialExpressionShadowReplace, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionShadowReplace), 4269819392U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionShadowReplace_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionShadowReplace_h__Script_Engine_817428634{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionShadowReplace_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionShadowReplace_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS