590 lines
43 KiB
C++
590 lines
43 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/MaterialExpressionSkyAtmosphereLightIlluminance.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 EmptyLinkFunctionForGeneratedCodeMaterialExpressionSkyAtmosphereLightIlluminance() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionExternalCodeBase();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_NoRegister();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EPositionOrigin();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightIlluminance *************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance;
|
|
UClass* UMaterialExpressionSkyAtmosphereLightIlluminance::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMaterialExpressionSkyAtmosphereLightIlluminance;
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MaterialExpressionSkyAtmosphereLightIlluminance"),
|
|
Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance.InnerSingleton,
|
|
StaticRegisterNativesUMaterialExpressionSkyAtmosphereLightIlluminance,
|
|
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_UMaterialExpressionSkyAtmosphereLightIlluminance.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_NoRegister()
|
|
{
|
|
return UMaterialExpressionSkyAtmosphereLightIlluminance::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "HideCategories", "Object Object" },
|
|
{ "IncludePath", "Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightIlluminance.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/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ShowAsInputPin", "Primary" },
|
|
{ "ToolTip", "Index of the atmosphere light to sample." },
|
|
{ "UIMax", "1" },
|
|
{ "UIMin", "0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldPosition_MetaData[] = {
|
|
{ "Comment", "/** World position of the sample. If not specified, the pixel world position will be used. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ToolTip", "World position of the sample. If not specified, the pixel world position will be used." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldPositionOriginType_MetaData[] = {
|
|
{ "Category", "MaterialExpressionSkyAtmosphereLightIlluminance" },
|
|
{ "Comment", "/** Defines the reference space for the WorldPosition input. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ToolTip", "Defines the reference space for the WorldPosition input." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightIlluminance constinit property declarations
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_LightIndex;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_WorldPosition;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_WorldPositionOriginType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_WorldPositionOriginType;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereLightIlluminance constinit property declarations
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMaterialExpressionSkyAtmosphereLightIlluminance>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightIlluminance Property Definitions ****
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::NewProp_LightIndex = { "LightIndex", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSkyAtmosphereLightIlluminance, LightIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LightIndex_MetaData), NewProp_LightIndex_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::NewProp_WorldPosition = { "WorldPosition", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSkyAtmosphereLightIlluminance, WorldPosition), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldPosition_MetaData), NewProp_WorldPosition_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::NewProp_WorldPositionOriginType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::NewProp_WorldPositionOriginType = { "WorldPositionOriginType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSkyAtmosphereLightIlluminance, WorldPositionOriginType), Z_Construct_UEnum_Engine_EPositionOrigin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldPositionOriginType_MetaData), NewProp_WorldPositionOriginType_MetaData) }; // 1418504531
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::NewProp_LightIndex,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::NewProp_WorldPosition,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::NewProp_WorldPositionOriginType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::NewProp_WorldPositionOriginType,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereLightIlluminance Property Definitions ******
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpressionExternalCodeBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::ClassParams = {
|
|
&UMaterialExpressionSkyAtmosphereLightIlluminance::StaticClass,
|
|
"MaterialExpressions",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::PropPointers),
|
|
0,
|
|
0x000000B4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMaterialExpressionSkyAtmosphereLightIlluminance::StaticRegisterNativesUMaterialExpressionSkyAtmosphereLightIlluminance()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance.OuterSingleton, Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance.OuterSingleton;
|
|
}
|
|
UMaterialExpressionSkyAtmosphereLightIlluminance::UMaterialExpressionSkyAtmosphereLightIlluminance(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionSkyAtmosphereLightIlluminance);
|
|
UMaterialExpressionSkyAtmosphereLightIlluminance::~UMaterialExpressionSkyAtmosphereLightIlluminance() {}
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereLightIlluminance ***************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround *****************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround;
|
|
UClass* UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround;
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MaterialExpressionSkyAtmosphereLightIlluminanceOnGround"),
|
|
Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround.InnerSingleton,
|
|
StaticRegisterNativesUMaterialExpressionSkyAtmosphereLightIlluminanceOnGround,
|
|
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_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_NoRegister()
|
|
{
|
|
return UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "HideCategories", "Object Object" },
|
|
{ "IncludePath", "Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightIlluminance.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/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ShowAsInputPin", "Primary" },
|
|
{ "ToolTip", "Index of the atmosphere light to sample." },
|
|
{ "UIMax", "1" },
|
|
{ "UIMin", "0" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround constinit property declarations
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_LightIndex;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround constinit property declarations
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround Property Definitions
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::NewProp_LightIndex = { "LightIndex", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround, LightIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LightIndex_MetaData), NewProp_LightIndex_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::NewProp_LightIndex,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround Property Definitions
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpressionExternalCodeBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::ClassParams = {
|
|
&UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround::StaticClass,
|
|
"MaterialExpressions",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::PropPointers),
|
|
0,
|
|
0x000000B4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround::StaticRegisterNativesUMaterialExpressionSkyAtmosphereLightIlluminanceOnGround()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround.OuterSingleton, Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround.OuterSingleton;
|
|
}
|
|
UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround::UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround);
|
|
UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround::~UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround() {}
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround *******************
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightDiskLuminance ***********************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance;
|
|
UClass* UMaterialExpressionSkyAtmosphereLightDiskLuminance::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMaterialExpressionSkyAtmosphereLightDiskLuminance;
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MaterialExpressionSkyAtmosphereLightDiskLuminance"),
|
|
Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance.InnerSingleton,
|
|
StaticRegisterNativesUMaterialExpressionSkyAtmosphereLightDiskLuminance,
|
|
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_UMaterialExpressionSkyAtmosphereLightDiskLuminance.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_NoRegister()
|
|
{
|
|
return UMaterialExpressionSkyAtmosphereLightDiskLuminance::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "HideCategories", "Object Object" },
|
|
{ "IncludePath", "Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightIlluminance.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/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ShowAsInputPin", "Primary" },
|
|
{ "ToolTip", "Index of the atmosphere light to sample." },
|
|
{ "UIMax", "1" },
|
|
{ "UIMin", "0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DiskAngularDiameterOverride_MetaData[] = {
|
|
{ "Comment", "/** Override the angular diameter of the disk in degree. If not specified, the radius specified on the directional light will be used. This can be used to decouple the directional light visual disk size used for the specular disk reflection on surfaces. However, be aware that screen space reflections will still catch the visual disk. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ToolTip", "Override the angular diameter of the disk in degree. If not specified, the radius specified on the directional light will be used. This can be used to decouple the directional light visual disk size used for the specular disk reflection on surfaces. However, be aware that screen space reflections will still catch the visual disk." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightDiskLuminance constinit property declarations
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_LightIndex;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DiskAngularDiameterOverride;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereLightDiskLuminance constinit property declarations
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMaterialExpressionSkyAtmosphereLightDiskLuminance>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereLightDiskLuminance Property Definitions **
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::NewProp_LightIndex = { "LightIndex", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSkyAtmosphereLightDiskLuminance, LightIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LightIndex_MetaData), NewProp_LightIndex_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::NewProp_DiskAngularDiameterOverride = { "DiskAngularDiameterOverride", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSkyAtmosphereLightDiskLuminance, DiskAngularDiameterOverride), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DiskAngularDiameterOverride_MetaData), NewProp_DiskAngularDiameterOverride_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::NewProp_LightIndex,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::NewProp_DiskAngularDiameterOverride,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereLightDiskLuminance Property Definitions ****
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpressionExternalCodeBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::ClassParams = {
|
|
&UMaterialExpressionSkyAtmosphereLightDiskLuminance::StaticClass,
|
|
"MaterialExpressions",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::PropPointers),
|
|
0,
|
|
0x000000B4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMaterialExpressionSkyAtmosphereLightDiskLuminance::StaticRegisterNativesUMaterialExpressionSkyAtmosphereLightDiskLuminance()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance.OuterSingleton, Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance.OuterSingleton;
|
|
}
|
|
UMaterialExpressionSkyAtmosphereLightDiskLuminance::UMaterialExpressionSkyAtmosphereLightDiskLuminance(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionSkyAtmosphereLightDiskLuminance);
|
|
UMaterialExpressionSkyAtmosphereLightDiskLuminance::~UMaterialExpressionSkyAtmosphereLightDiskLuminance() {}
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereLightDiskLuminance *************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereAerialPerspective ************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective;
|
|
UClass* UMaterialExpressionSkyAtmosphereAerialPerspective::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMaterialExpressionSkyAtmosphereAerialPerspective;
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MaterialExpressionSkyAtmosphereAerialPerspective"),
|
|
Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective.InnerSingleton,
|
|
StaticRegisterNativesUMaterialExpressionSkyAtmosphereAerialPerspective,
|
|
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_UMaterialExpressionSkyAtmosphereAerialPerspective.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_NoRegister()
|
|
{
|
|
return UMaterialExpressionSkyAtmosphereAerialPerspective::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "HideCategories", "Object Object" },
|
|
{ "IncludePath", "Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldPosition_MetaData[] = {
|
|
{ "Comment", "/** World position of the sample. If not specified, the pixel world position will be used. Larger distance will result in more fog. Please make sure .SkyAtmosphere.AerialPerspectiveLUT.Depth is set far enough to have fog data.\n\x09\x09If you are scaling the sky dome pixel world position, make sure it is centered around the origin.*/" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ToolTip", "World position of the sample. If not specified, the pixel world position will be used. Larger distance will result in more fog. Please make sure .SkyAtmosphere.AerialPerspectiveLUT.Depth is set far enough to have fog data.\n If you are scaling the sky dome pixel world position, make sure it is centered around the origin." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldPositionOriginType_MetaData[] = {
|
|
{ "Category", "MaterialExpressionSkyAtmosphereAerialPerspective" },
|
|
{ "Comment", "/** Defines the reference space for the WorldPosition input. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ToolTip", "Defines the reference space for the WorldPosition input." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereAerialPerspective constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_WorldPosition;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_WorldPositionOriginType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_WorldPositionOriginType;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereAerialPerspective constinit property declarations
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMaterialExpressionSkyAtmosphereAerialPerspective>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereAerialPerspective Property Definitions ***
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::NewProp_WorldPosition = { "WorldPosition", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSkyAtmosphereAerialPerspective, WorldPosition), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldPosition_MetaData), NewProp_WorldPosition_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::NewProp_WorldPositionOriginType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::NewProp_WorldPositionOriginType = { "WorldPositionOriginType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSkyAtmosphereAerialPerspective, WorldPositionOriginType), Z_Construct_UEnum_Engine_EPositionOrigin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldPositionOriginType_MetaData), NewProp_WorldPositionOriginType_MetaData) }; // 1418504531
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::NewProp_WorldPosition,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::NewProp_WorldPositionOriginType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::NewProp_WorldPositionOriginType,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereAerialPerspective Property Definitions *****
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpressionExternalCodeBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::ClassParams = {
|
|
&UMaterialExpressionSkyAtmosphereAerialPerspective::StaticClass,
|
|
"MaterialExpressions",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::PropPointers),
|
|
0,
|
|
0x000000B4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMaterialExpressionSkyAtmosphereAerialPerspective::StaticRegisterNativesUMaterialExpressionSkyAtmosphereAerialPerspective()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective.OuterSingleton, Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective.OuterSingleton;
|
|
}
|
|
UMaterialExpressionSkyAtmosphereAerialPerspective::UMaterialExpressionSkyAtmosphereAerialPerspective(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionSkyAtmosphereAerialPerspective);
|
|
UMaterialExpressionSkyAtmosphereAerialPerspective::~UMaterialExpressionSkyAtmosphereAerialPerspective() {}
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereAerialPerspective **************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance ***********
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance;
|
|
UClass* UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance;
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"),
|
|
Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance.InnerSingleton,
|
|
StaticRegisterNativesUMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance,
|
|
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_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance_NoRegister()
|
|
{
|
|
return UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "HideCategories", "Object Object" },
|
|
{ "IncludePath", "Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSkyAtmosphereLightIlluminance.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance constinit property declarations
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance constinit property declarations
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance_Statics
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpressionExternalCodeBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance_Statics::ClassParams = {
|
|
&UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance::StaticClass,
|
|
"MaterialExpressions",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000000B4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance::StaticRegisterNativesUMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance.OuterSingleton, Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance.OuterSingleton;
|
|
}
|
|
UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance::UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance);
|
|
UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance::~UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance() {}
|
|
// ********** End Class UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance *************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSkyAtmosphereLightIlluminance_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance, UMaterialExpressionSkyAtmosphereLightIlluminance::StaticClass, TEXT("UMaterialExpressionSkyAtmosphereLightIlluminance"), &Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminance, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionSkyAtmosphereLightIlluminance), 2349680002U) },
|
|
{ Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround, UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround::StaticClass, TEXT("UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround"), &Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround), 3556762268U) },
|
|
{ Z_Construct_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance, UMaterialExpressionSkyAtmosphereLightDiskLuminance::StaticClass, TEXT("UMaterialExpressionSkyAtmosphereLightDiskLuminance"), &Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereLightDiskLuminance, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionSkyAtmosphereLightDiskLuminance), 4166978775U) },
|
|
{ Z_Construct_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective, UMaterialExpressionSkyAtmosphereAerialPerspective::StaticClass, TEXT("UMaterialExpressionSkyAtmosphereAerialPerspective"), &Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereAerialPerspective, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionSkyAtmosphereAerialPerspective), 1500776160U) },
|
|
{ Z_Construct_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance, UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance::StaticClass, TEXT("UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"), &Z_Registration_Info_UClass_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance), 492961602U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSkyAtmosphereLightIlluminance_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSkyAtmosphereLightIlluminance_h__Script_Engine_494461520{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSkyAtmosphereLightIlluminance_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSkyAtmosphereLightIlluminance_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|