165 lines
11 KiB
C++
165 lines
11 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/MaterialExpressionTemporalSobol.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 EmptyLinkFunctionForGeneratedCodeMaterialExpressionTemporalSobol() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionTemporalSobol();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionTemporalSobol_NoRegister();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionTemporalSobol *****************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionTemporalSobol;
|
|
UClass* UMaterialExpressionTemporalSobol::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMaterialExpressionTemporalSobol;
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionTemporalSobol.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MaterialExpressionTemporalSobol"),
|
|
Z_Registration_Info_UClass_UMaterialExpressionTemporalSobol.InnerSingleton,
|
|
StaticRegisterNativesUMaterialExpressionTemporalSobol,
|
|
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_UMaterialExpressionTemporalSobol.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionTemporalSobol_NoRegister()
|
|
{
|
|
return UMaterialExpressionTemporalSobol::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "HideCategories", "Object" },
|
|
{ "IncludePath", "Materials/MaterialExpressionTemporalSobol.h" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionTemporalSobol.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionTemporalSobol.h" },
|
|
{ "RequiredInput", "false" },
|
|
{ "Tooltip", "Sobol point number. Use Const Index if not connected." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Seed_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionTemporalSobol.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/MaterialExpressionTemporalSobol.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/MaterialExpressionTemporalSobol.h" },
|
|
{ "OverridingInputProperty", "Seed" },
|
|
{ "Tooltip", "2D Seed for sequence randomization. Only used if Seed is not connected." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMaterialExpressionTemporalSobol constinit property declarations *********
|
|
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 UMaterialExpressionTemporalSobol constinit property declarations ***********
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMaterialExpressionTemporalSobol>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics
|
|
|
|
// ********** Begin Class UMaterialExpressionTemporalSobol Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionTemporalSobol, Index), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::NewProp_Seed = { "Seed", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionTemporalSobol, Seed), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Seed_MetaData), NewProp_Seed_MetaData) };
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::NewProp_ConstIndex = { "ConstIndex", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionTemporalSobol, ConstIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstIndex_MetaData), NewProp_ConstIndex_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::NewProp_ConstSeed = { "ConstSeed", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionTemporalSobol, ConstSeed), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstSeed_MetaData), NewProp_ConstSeed_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::NewProp_Index,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::NewProp_Seed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::NewProp_ConstIndex,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::NewProp_ConstSeed,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMaterialExpressionTemporalSobol Property Definitions **********************
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::ClassParams = {
|
|
&UMaterialExpressionTemporalSobol::StaticClass,
|
|
"MaterialExpressions",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::PropPointers),
|
|
0,
|
|
0x000800B4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMaterialExpressionTemporalSobol::StaticRegisterNativesUMaterialExpressionTemporalSobol()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionTemporalSobol()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionTemporalSobol.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionTemporalSobol.OuterSingleton, Z_Construct_UClass_UMaterialExpressionTemporalSobol_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionTemporalSobol.OuterSingleton;
|
|
}
|
|
UMaterialExpressionTemporalSobol::UMaterialExpressionTemporalSobol(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionTemporalSobol);
|
|
UMaterialExpressionTemporalSobol::~UMaterialExpressionTemporalSobol() {}
|
|
// ********** End Class UMaterialExpressionTemporalSobol *******************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionTemporalSobol_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UMaterialExpressionTemporalSobol, UMaterialExpressionTemporalSobol::StaticClass, TEXT("UMaterialExpressionTemporalSobol"), &Z_Registration_Info_UClass_UMaterialExpressionTemporalSobol, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionTemporalSobol), 3093477912U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionTemporalSobol_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionTemporalSobol_h__Script_Engine_1594045283{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionTemporalSobol_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionTemporalSobol_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|