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

426 lines
34 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/MaterialFunction.h"
#include "Materials/MaterialExpression.h"
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMaterialFunction() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UMaterial_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionComment_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UMaterialFunction();
ENGINE_API UClass* Z_Construct_UClass_UMaterialFunction_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UMaterialFunctionEditorOnlyData();
ENGINE_API UClass* Z_Construct_UClass_UMaterialFunctionEditorOnlyData_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UMaterialFunctionInterface();
ENGINE_API UClass* Z_Construct_UClass_UMaterialFunctionInterfaceEditorOnlyData();
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EBlendMode();
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EMaterialDomain();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FMaterialExpressionCollection();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMaterialFunctionEditorOnlyData ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialFunctionEditorOnlyData;
UClass* UMaterialFunctionEditorOnlyData::GetPrivateStaticClass()
{
using TClass = UMaterialFunctionEditorOnlyData;
if (!Z_Registration_Info_UClass_UMaterialFunctionEditorOnlyData.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MaterialFunctionEditorOnlyData"),
Z_Registration_Info_UClass_UMaterialFunctionEditorOnlyData.InnerSingleton,
StaticRegisterNativesUMaterialFunctionEditorOnlyData,
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_UMaterialFunctionEditorOnlyData.InnerSingleton;
}
UClass* Z_Construct_UClass_UMaterialFunctionEditorOnlyData_NoRegister()
{
return UMaterialFunctionEditorOnlyData::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Materials/MaterialFunction.h" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExpressionCollection_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMaterialFunctionEditorOnlyData constinit property declarations **********
static const UECodeGen_Private::FStructPropertyParams NewProp_ExpressionCollection;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMaterialFunctionEditorOnlyData constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMaterialFunctionEditorOnlyData>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics
// ********** Begin Class UMaterialFunctionEditorOnlyData Property Definitions *********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::NewProp_ExpressionCollection = { "ExpressionCollection", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunctionEditorOnlyData, ExpressionCollection), Z_Construct_UScriptStruct_FMaterialExpressionCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExpressionCollection_MetaData), NewProp_ExpressionCollection_MetaData) }; // 3355532413
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::NewProp_ExpressionCollection,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::PropPointers) < 2048);
// ********** End Class UMaterialFunctionEditorOnlyData Property Definitions ***********************
UObject* (*const Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMaterialFunctionInterfaceEditorOnlyData,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::ClassParams = {
&UMaterialFunctionEditorOnlyData::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::PropPointers),
0,
0x000800B0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::Class_MetaDataParams)
};
void UMaterialFunctionEditorOnlyData::StaticRegisterNativesUMaterialFunctionEditorOnlyData()
{
}
UClass* Z_Construct_UClass_UMaterialFunctionEditorOnlyData()
{
if (!Z_Registration_Info_UClass_UMaterialFunctionEditorOnlyData.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialFunctionEditorOnlyData.OuterSingleton, Z_Construct_UClass_UMaterialFunctionEditorOnlyData_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMaterialFunctionEditorOnlyData.OuterSingleton;
}
UMaterialFunctionEditorOnlyData::UMaterialFunctionEditorOnlyData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialFunctionEditorOnlyData);
UMaterialFunctionEditorOnlyData::~UMaterialFunctionEditorOnlyData() {}
// ********** End Class UMaterialFunctionEditorOnlyData ********************************************
// ********** Begin Class UMaterialFunction ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialFunction;
UClass* UMaterialFunction::GetPrivateStaticClass()
{
using TClass = UMaterialFunction;
if (!Z_Registration_Info_UClass_UMaterialFunction.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MaterialFunction"),
Z_Registration_Info_UClass_UMaterialFunction.InnerSingleton,
StaticRegisterNativesUMaterialFunction,
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_UMaterialFunction.InnerSingleton;
}
UClass* Z_Construct_UClass_UMaterialFunction_NoRegister()
{
return UMaterialFunction::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMaterialFunction_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * A Material Function is a collection of material expressions that can be reused in different materials\n */" },
{ "HideCategories", "object object" },
{ "IncludePath", "Materials/MaterialFunction.h" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
{ "ToolTip", "A Material Function is a collection of material expressions that can be reused in different materials" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParentFunction_MetaData[] = {
{ "Comment", "/** Used in the material editor, points to the function asset being edited, which this function is just a preview for. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
{ "ToolTip", "Used in the material editor, points to the function asset being edited, which this function is just a preview for." },
};
#endif // WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Description_MetaData[] = {
{ "Category", "MaterialFunction" },
{ "Comment", "/** Description of the function which will be displayed as a tooltip wherever the function is used. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
{ "ToolTip", "Description of the function which will be displayed as a tooltip wherever the function is used." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UserExposedCaption_MetaData[] = {
{ "Category", "MaterialFunction" },
{ "Comment", "/** Name of the function to be displayed on the node within the material editor instead of the asset name. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
{ "ToolTip", "Name of the function to be displayed on the node within the material editor instead of the asset name." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bExposeToLibrary_MetaData[] = {
{ "Category", "MaterialFunction" },
{ "Comment", "/** Whether to list this function in the material function library, which is a window in the material editor that lists categorized functions. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
{ "ToolTip", "Whether to list this function in the material function library, which is a window in the material editor that lists categorized functions." },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPrefixParameterNames_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
};
#endif // WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableExecWire_MetaData[] = {
{ "Category", "MaterialFunction" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableNewHLSLGenerator_MetaData[] = {
{ "Category", "MaterialFunction" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LibraryCategories_MetaData[] = {
{ "Comment", "/** \n\x09 * Categories that this function belongs to in the material function library. \n\x09 * Ideally categories should be chosen carefully so that there are not too many.\n\x09 */" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
{ "ToolTip", "Categories that this function belongs to in the material function library.\nIdeally categories should be chosen carefully so that there are not too many." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LibraryCategoriesText_MetaData[] = {
{ "Category", "MaterialFunction" },
{ "Comment", "/** \n\x09 * Categories that this function belongs to in the material function library. \n\x09 * Ideally categories should be chosen carefully so that there are not too many.\n\x09 */" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
{ "ToolTip", "Categories that this function belongs to in the material function library.\nIdeally categories should be chosen carefully so that there are not too many." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewMaterial_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependentFunctionExpressionCandidates_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewBlendMode_MetaData[] = {
{ "Category", "Preview" },
{ "Comment", "/** Determines the blend mode when previewing a material function. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
{ "ToolTip", "Determines the blend mode when previewing a material function." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewMaterialDomain_MetaData[] = {
{ "Category", "Preview" },
{ "Comment", "/** The domain to use when previewing a material function. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
{ "ToolTip", "The domain to use when previewing a material function." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bReentrantFlag_MetaData[] = {
{ "Comment", "/** Transient flag used to track re-entrance in recursive functions like IsDependent. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
{ "ToolTip", "Transient flag used to track re-entrance in recursive functions like IsDependent." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FunctionExpressions_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FunctionEditorComments_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialFunction.h" },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin Class UMaterialFunction constinit property declarations ************************
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FObjectPropertyParams NewProp_ParentFunction;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStrPropertyParams NewProp_Description;
static const UECodeGen_Private::FStrPropertyParams NewProp_UserExposedCaption;
static void NewProp_bExposeToLibrary_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bExposeToLibrary;
#if WITH_EDITORONLY_DATA
static void NewProp_bPrefixParameterNames_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPrefixParameterNames;
#endif // WITH_EDITORONLY_DATA
static void NewProp_bEnableExecWire_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableExecWire;
static void NewProp_bEnableNewHLSLGenerator_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableNewHLSLGenerator;
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStrPropertyParams NewProp_LibraryCategories_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_LibraryCategories;
static const UECodeGen_Private::FTextPropertyParams NewProp_LibraryCategoriesText_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_LibraryCategoriesText;
static const UECodeGen_Private::FObjectPropertyParams NewProp_PreviewMaterial;
static const UECodeGen_Private::FObjectPropertyParams NewProp_DependentFunctionExpressionCandidates_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_DependentFunctionExpressionCandidates;
static const UECodeGen_Private::FBytePropertyParams NewProp_PreviewBlendMode;
static const UECodeGen_Private::FBytePropertyParams NewProp_PreviewMaterialDomain;
static void NewProp_bReentrantFlag_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bReentrantFlag;
static const UECodeGen_Private::FObjectPropertyParams NewProp_FunctionExpressions_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_FunctionExpressions;
static const UECodeGen_Private::FObjectPropertyParams NewProp_FunctionEditorComments_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_FunctionEditorComments;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMaterialFunction constinit property declarations **************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMaterialFunction>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMaterialFunction_Statics
// ********** Begin Class UMaterialFunction Property Definitions ***********************************
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_ParentFunction = { "ParentFunction", nullptr, (EPropertyFlags)0x0114000800002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, ParentFunction), Z_Construct_UClass_UMaterialFunction_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParentFunction_MetaData), NewProp_ParentFunction_MetaData) };
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_Description = { "Description", nullptr, (EPropertyFlags)0x0010010000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, Description), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Description_MetaData), NewProp_Description_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_UserExposedCaption = { "UserExposedCaption", nullptr, (EPropertyFlags)0x0010010000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, UserExposedCaption), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UserExposedCaption_MetaData), NewProp_UserExposedCaption_MetaData) };
void Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bExposeToLibrary_SetBit(void* Obj)
{
((UMaterialFunction*)Obj)->bExposeToLibrary = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bExposeToLibrary = { "bExposeToLibrary", nullptr, (EPropertyFlags)0x0010010000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialFunction), &Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bExposeToLibrary_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bExposeToLibrary_MetaData), NewProp_bExposeToLibrary_MetaData) };
#if WITH_EDITORONLY_DATA
void Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bPrefixParameterNames_SetBit(void* Obj)
{
((UMaterialFunction*)Obj)->bPrefixParameterNames = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bPrefixParameterNames = { "bPrefixParameterNames", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialFunction), &Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bPrefixParameterNames_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPrefixParameterNames_MetaData), NewProp_bPrefixParameterNames_MetaData) };
#endif // WITH_EDITORONLY_DATA
void Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bEnableExecWire_SetBit(void* Obj)
{
((UMaterialFunction*)Obj)->bEnableExecWire = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bEnableExecWire = { "bEnableExecWire", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialFunction), &Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bEnableExecWire_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableExecWire_MetaData), NewProp_bEnableExecWire_MetaData) };
void Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bEnableNewHLSLGenerator_SetBit(void* Obj)
{
((UMaterialFunction*)Obj)->bEnableNewHLSLGenerator = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bEnableNewHLSLGenerator = { "bEnableNewHLSLGenerator", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialFunction), &Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bEnableNewHLSLGenerator_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableNewHLSLGenerator_MetaData), NewProp_bEnableNewHLSLGenerator_MetaData) };
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_LibraryCategories_Inner = { "LibraryCategories", nullptr, (EPropertyFlags)0x0000000820000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_LibraryCategories = { "LibraryCategories", nullptr, (EPropertyFlags)0x0010010820000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, LibraryCategories_DEPRECATED), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LibraryCategories_MetaData), NewProp_LibraryCategories_MetaData) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_LibraryCategoriesText_Inner = { "LibraryCategoriesText", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_LibraryCategoriesText = { "LibraryCategoriesText", nullptr, (EPropertyFlags)0x0010010800000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, LibraryCategoriesText), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LibraryCategoriesText_MetaData), NewProp_LibraryCategoriesText_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_PreviewMaterial = { "PreviewMaterial", nullptr, (EPropertyFlags)0x0114000800002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, PreviewMaterial), Z_Construct_UClass_UMaterial_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewMaterial_MetaData), NewProp_PreviewMaterial_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_DependentFunctionExpressionCandidates_Inner = { "DependentFunctionExpressionCandidates", nullptr, (EPropertyFlags)0x0104000800000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_DependentFunctionExpressionCandidates = { "DependentFunctionExpressionCandidates", nullptr, (EPropertyFlags)0x0114000800000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, DependentFunctionExpressionCandidates), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependentFunctionExpressionCandidates_MetaData), NewProp_DependentFunctionExpressionCandidates_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_PreviewBlendMode = { "PreviewBlendMode", nullptr, (EPropertyFlags)0x0010010800000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, PreviewBlendMode), Z_Construct_UEnum_Engine_EBlendMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewBlendMode_MetaData), NewProp_PreviewBlendMode_MetaData) }; // 2147482168
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_PreviewMaterialDomain = { "PreviewMaterialDomain", nullptr, (EPropertyFlags)0x0010010800000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, PreviewMaterialDomain), Z_Construct_UEnum_Engine_EMaterialDomain, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewMaterialDomain_MetaData), NewProp_PreviewMaterialDomain_MetaData) }; // 569885646
void Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bReentrantFlag_SetBit(void* Obj)
{
((UMaterialFunction*)Obj)->bReentrantFlag = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bReentrantFlag = { "bReentrantFlag", nullptr, (EPropertyFlags)0x0040000800002000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialFunction), &Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bReentrantFlag_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bReentrantFlag_MetaData), NewProp_bReentrantFlag_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_FunctionExpressions_Inner = { "FunctionExpressions", nullptr, (EPropertyFlags)0x0104000820000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMaterialExpression_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_FunctionExpressions = { "FunctionExpressions", nullptr, (EPropertyFlags)0x0144000820000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, FunctionExpressions_DEPRECATED), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FunctionExpressions_MetaData), NewProp_FunctionExpressions_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_FunctionEditorComments_Inner = { "FunctionEditorComments", nullptr, (EPropertyFlags)0x0104000820000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMaterialExpressionComment_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMaterialFunction_Statics::NewProp_FunctionEditorComments = { "FunctionEditorComments", nullptr, (EPropertyFlags)0x0144000820000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialFunction, FunctionEditorComments_DEPRECATED), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FunctionEditorComments_MetaData), NewProp_FunctionEditorComments_MetaData) };
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialFunction_Statics::PropPointers[] = {
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_ParentFunction,
#endif // WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_Description,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_UserExposedCaption,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bExposeToLibrary,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bPrefixParameterNames,
#endif // WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bEnableExecWire,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bEnableNewHLSLGenerator,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_LibraryCategories_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_LibraryCategories,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_LibraryCategoriesText_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_LibraryCategoriesText,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_PreviewMaterial,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_DependentFunctionExpressionCandidates_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_DependentFunctionExpressionCandidates,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_PreviewBlendMode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_PreviewMaterialDomain,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_bReentrantFlag,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_FunctionExpressions_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_FunctionExpressions,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_FunctionEditorComments_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialFunction_Statics::NewProp_FunctionEditorComments,
#endif // WITH_EDITORONLY_DATA
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialFunction_Statics::PropPointers) < 2048);
// ********** End Class UMaterialFunction Property Definitions *************************************
UObject* (*const Z_Construct_UClass_UMaterialFunction_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMaterialFunctionInterface,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialFunction_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialFunction_Statics::ClassParams = {
&UMaterialFunction::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMaterialFunction_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialFunction_Statics::PropPointers),
0,
0x008800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialFunction_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialFunction_Statics::Class_MetaDataParams)
};
void UMaterialFunction::StaticRegisterNativesUMaterialFunction()
{
}
UClass* Z_Construct_UClass_UMaterialFunction()
{
if (!Z_Registration_Info_UClass_UMaterialFunction.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialFunction.OuterSingleton, Z_Construct_UClass_UMaterialFunction_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMaterialFunction.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialFunction);
UMaterialFunction::~UMaterialFunction() {}
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UMaterialFunction)
// ********** End Class UMaterialFunction **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialFunction_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMaterialFunctionEditorOnlyData, UMaterialFunctionEditorOnlyData::StaticClass, TEXT("UMaterialFunctionEditorOnlyData"), &Z_Registration_Info_UClass_UMaterialFunctionEditorOnlyData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialFunctionEditorOnlyData), 3407112001U) },
{ Z_Construct_UClass_UMaterialFunction, UMaterialFunction::StaticClass, TEXT("UMaterialFunction"), &Z_Registration_Info_UClass_UMaterialFunction, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialFunction), 1700674775U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialFunction_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialFunction_h__Script_Engine_2913896788{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialFunction_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialFunction_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS