173 lines
12 KiB
C++
173 lines
12 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/MaterialExpressionSobol.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 EmptyLinkFunctionForGeneratedCodeMaterialExpressionSobol() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSobol();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSobol_NoRegister();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSobol *************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionSobol;
|
|
UClass* UMaterialExpressionSobol::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMaterialExpressionSobol;
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSobol.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MaterialExpressionSobol"),
|
|
Z_Registration_Info_UClass_UMaterialExpressionSobol.InnerSingleton,
|
|
StaticRegisterNativesUMaterialExpressionSobol,
|
|
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_UMaterialExpressionSobol.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSobol_NoRegister()
|
|
{
|
|
return UMaterialExpressionSobol::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMaterialExpressionSobol_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "HideCategories", "Object" },
|
|
{ "IncludePath", "Materials/MaterialExpressionSobol.h" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSobol.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Cell_MetaData[] = {
|
|
{ "Comment", "/** 2D integer cell in 256x256 grid.\n\x09 * Uses cell (0,0) if not connected */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSobol.h" },
|
|
{ "ToolTip", "2D integer cell in 256x256 grid.\nUses cell (0,0) if not connected" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSobol.h" },
|
|
{ "RequiredInput", "false" },
|
|
{ "Tooltip", "Sobol point number. Use Const Index if not connected." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Seed_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSobol.h" },
|
|
{ "RequiredInput", "false" },
|
|
{ "Tooltip", "2D Seed for sequence randomization (0,0)-(1,1). Use Const Seed if not connected." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstIndex_MetaData[] = {
|
|
{ "Category", "MaterialExpressionSobol" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSobol.h" },
|
|
{ "OverridingInputProperty", "Index" },
|
|
{ "Tooltip", "Sobol point number. Only used if Index is not connected." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstSeed_MetaData[] = {
|
|
{ "Category", "MaterialExpressionSobol" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSobol.h" },
|
|
{ "OverridingInputProperty", "Seed" },
|
|
{ "Tooltip", "2D Seed for sequence randomization. Only used if Seed is not connected." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMaterialExpressionSobol constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Cell;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Index;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Seed;
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_ConstIndex;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ConstSeed;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMaterialExpressionSobol constinit property declarations *******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMaterialExpressionSobol>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionSobol_Statics
|
|
|
|
// ********** Begin Class UMaterialExpressionSobol Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSobol_Statics::NewProp_Cell = { "Cell", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSobol, Cell), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Cell_MetaData), NewProp_Cell_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSobol_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSobol, Index), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSobol_Statics::NewProp_Seed = { "Seed", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSobol, Seed), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Seed_MetaData), NewProp_Seed_MetaData) };
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UClass_UMaterialExpressionSobol_Statics::NewProp_ConstIndex = { "ConstIndex", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSobol, ConstIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstIndex_MetaData), NewProp_ConstIndex_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSobol_Statics::NewProp_ConstSeed = { "ConstSeed", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSobol, ConstSeed), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstSeed_MetaData), NewProp_ConstSeed_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionSobol_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSobol_Statics::NewProp_Cell,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSobol_Statics::NewProp_Index,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSobol_Statics::NewProp_Seed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSobol_Statics::NewProp_ConstIndex,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSobol_Statics::NewProp_ConstSeed,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSobol_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMaterialExpressionSobol Property Definitions ******************************
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionSobol_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSobol_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionSobol_Statics::ClassParams = {
|
|
&UMaterialExpressionSobol::StaticClass,
|
|
"MaterialExpressions",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMaterialExpressionSobol_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSobol_Statics::PropPointers),
|
|
0,
|
|
0x000800B4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSobol_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionSobol_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMaterialExpressionSobol::StaticRegisterNativesUMaterialExpressionSobol()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionSobol()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionSobol.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionSobol.OuterSingleton, Z_Construct_UClass_UMaterialExpressionSobol_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionSobol.OuterSingleton;
|
|
}
|
|
UMaterialExpressionSobol::UMaterialExpressionSobol(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionSobol);
|
|
UMaterialExpressionSobol::~UMaterialExpressionSobol() {}
|
|
// ********** End Class UMaterialExpressionSobol ***************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSobol_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UMaterialExpressionSobol, UMaterialExpressionSobol::StaticClass, TEXT("UMaterialExpressionSobol"), &Z_Registration_Info_UClass_UMaterialExpressionSobol, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionSobol), 2418790167U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSobol_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSobol_h__Script_Engine_2966018721{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSobol_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSobol_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|