Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/Engine/UHT/MaterialExpressionSkyAtmosphereLightDirection.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

142 lines
8.9 KiB
C++

// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Materials/MaterialExpressionSkyAtmosphereLightDirection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMaterialExpressionSkyAtmosphereLightDirection() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionExternalCodeBase();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_NoRegister();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightDirection ***************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDirection;
UClass* UMaterialExpressionSkyAtmosphereLightDirection::GetPrivateStaticClass()
{
using TClass = UMaterialExpressionSkyAtmosphereLightDirection;
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDirection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MaterialExpressionSkyAtmosphereLightDirection"),
Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDirection.InnerSingleton,
StaticRegisterNativesUMaterialExpressionSkyAtmosphereLightDirection,
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_UMaterialExpressionSkyAtmosphereLightDirection.InnerSingleton;
}
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_NoRegister()
{
return UMaterialExpressionSkyAtmosphereLightDirection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object Object" },
{ "IncludePath", "Materials/MaterialExpressionSkyAtmosphereLightDirection.h" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightDirection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LightIndex_MetaData[] = {
{ "Category", "MaterialExpressionTextureCoordinate" },
{ "ClampMax", "1" },
{ "ClampMin", "0" },
{ "Comment", "/** Index of the atmosphere light to sample. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightDirection.h" },
{ "ShowAsInputPin", "Primary" },
{ "ToolTip", "Index of the atmosphere light to sample." },
{ "UIMax", "1" },
{ "UIMin", "0" },
};
#endif // WITH_METADATA
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightDirection constinit property declarations
static const UECodeGen_Private::FIntPropertyParams NewProp_LightIndex;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMaterialExpressionSkyAtmosphereLightDirection constinit property declarations
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMaterialExpressionSkyAtmosphereLightDirection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightDirection Property Definitions ******
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::NewProp_LightIndex = { "LightIndex", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSkyAtmosphereLightDirection, LightIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LightIndex_MetaData), NewProp_LightIndex_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::NewProp_LightIndex,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::PropPointers) < 2048);
// ********** End Class UMaterialExpressionSkyAtmosphereLightDirection Property Definitions ********
UObject* (*const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMaterialExpressionExternalCodeBase,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::ClassParams = {
&UMaterialExpressionSkyAtmosphereLightDirection::StaticClass,
"MaterialExpressions",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::PropPointers),
0,
0x000000B4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::Class_MetaDataParams)
};
void UMaterialExpressionSkyAtmosphereLightDirection::StaticRegisterNativesUMaterialExpressionSkyAtmosphereLightDirection()
{
}
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection()
{
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDirection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDirection.OuterSingleton, Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDirection.OuterSingleton;
}
UMaterialExpressionSkyAtmosphereLightDirection::UMaterialExpressionSkyAtmosphereLightDirection(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionSkyAtmosphereLightDirection);
UMaterialExpressionSkyAtmosphereLightDirection::~UMaterialExpressionSkyAtmosphereLightDirection() {}
// ********** End Class UMaterialExpressionSkyAtmosphereLightDirection *****************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSkyAtmosphereLightDirection_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDirection, UMaterialExpressionSkyAtmosphereLightDirection::StaticClass, TEXT("UMaterialExpressionSkyAtmosphereLightDirection"), &Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDirection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionSkyAtmosphereLightDirection), 2982084022U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSkyAtmosphereLightDirection_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSkyAtmosphereLightDirection_h__Script_Engine_2086372416{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSkyAtmosphereLightDirection_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSkyAtmosphereLightDirection_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS