Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Engine/UHT/MaterialExpressionFunctionOutput.gen.cpp

187 lines
14 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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/MaterialExpressionFunctionOutput.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 EmptyLinkFunctionForGeneratedCodeMaterialExpressionFunctionOutput() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionFunctionOutput();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionFunctionOutput_NoRegister();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMaterialExpressionFunctionOutput ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionFunctionOutput;
UClass* UMaterialExpressionFunctionOutput::GetPrivateStaticClass()
{
using TClass = UMaterialExpressionFunctionOutput;
if (!Z_Registration_Info_UClass_UMaterialExpressionFunctionOutput.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MaterialExpressionFunctionOutput"),
Z_Registration_Info_UClass_UMaterialExpressionFunctionOutput.InnerSingleton,
StaticRegisterNativesUMaterialExpressionFunctionOutput,
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_UMaterialExpressionFunctionOutput.InnerSingleton;
}
UClass* Z_Construct_UClass_UMaterialExpressionFunctionOutput_NoRegister()
{
return UMaterialExpressionFunctionOutput::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "object Object" },
{ "IncludePath", "Materials/MaterialExpressionFunctionOutput.h" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionFunctionOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OutputName_MetaData[] = {
{ "Category", "MaterialExpressionFunctionOutput" },
{ "Comment", "/** The output's name, which will be drawn on the connector in function call expressions that use this function. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionFunctionOutput.h" },
{ "ToolTip", "The output's name, which will be drawn on the connector in function call expressions that use this function." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Description_MetaData[] = {
{ "Category", "MaterialExpressionFunctionOutput" },
{ "Comment", "/** The output's description, which will be used as a tooltip on the connector in function call expressions that use this function. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionFunctionOutput.h" },
{ "MultiLine", "TRUE" },
{ "ToolTip", "The output's description, which will be used as a tooltip on the connector in function call expressions that use this function." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SortPriority_MetaData[] = {
{ "Category", "MaterialExpression" },
{ "Comment", "/** Controls where the output is displayed relative to the other outputs. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionFunctionOutput.h" },
{ "ToolTip", "Controls where the output is displayed relative to the other outputs." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
{ "Comment", "/** Stores the expression in the material function connected to this output. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionFunctionOutput.h" },
{ "ToolTip", "Stores the expression in the material function connected to this output." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLastPreviewed_MetaData[] = {
{ "Comment", "/** Whether this output was previewed the last time this function was edited. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionFunctionOutput.h" },
{ "ToolTip", "Whether this output was previewed the last time this function was edited." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Id_MetaData[] = {
{ "Comment", "/** Id of this input, used to maintain references through name changes. */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionFunctionOutput.h" },
{ "ToolTip", "Id of this input, used to maintain references through name changes." },
};
#endif // WITH_METADATA
// ********** Begin Class UMaterialExpressionFunctionOutput constinit property declarations ********
static const UECodeGen_Private::FNamePropertyParams NewProp_OutputName;
static const UECodeGen_Private::FStrPropertyParams NewProp_Description;
static const UECodeGen_Private::FIntPropertyParams NewProp_SortPriority;
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
static void NewProp_bLastPreviewed_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLastPreviewed;
static const UECodeGen_Private::FStructPropertyParams NewProp_Id;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMaterialExpressionFunctionOutput constinit property declarations **********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMaterialExpressionFunctionOutput>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics
// ********** Begin Class UMaterialExpressionFunctionOutput Property Definitions *******************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_OutputName = { "OutputName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionFunctionOutput, OutputName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OutputName_MetaData), NewProp_OutputName_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_Description = { "Description", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionFunctionOutput, Description), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Description_MetaData), NewProp_Description_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_SortPriority = { "SortPriority", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionFunctionOutput, SortPriority), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SortPriority_MetaData), NewProp_SortPriority_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionFunctionOutput, A), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
void Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_bLastPreviewed_SetBit(void* Obj)
{
((UMaterialExpressionFunctionOutput*)Obj)->bLastPreviewed = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_bLastPreviewed = { "bLastPreviewed", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialExpressionFunctionOutput), &Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_bLastPreviewed_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLastPreviewed_MetaData), NewProp_bLastPreviewed_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_Id = { "Id", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionFunctionOutput, Id), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Id_MetaData), NewProp_Id_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_OutputName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_Description,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_SortPriority,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_A,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_bLastPreviewed,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::NewProp_Id,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::PropPointers) < 2048);
// ********** End Class UMaterialExpressionFunctionOutput Property Definitions *********************
UObject* (*const Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::ClassParams = {
&UMaterialExpressionFunctionOutput::StaticClass,
"MaterialExpressions",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::PropPointers),
0,
0x000800B4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::Class_MetaDataParams)
};
void UMaterialExpressionFunctionOutput::StaticRegisterNativesUMaterialExpressionFunctionOutput()
{
}
UClass* Z_Construct_UClass_UMaterialExpressionFunctionOutput()
{
if (!Z_Registration_Info_UClass_UMaterialExpressionFunctionOutput.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionFunctionOutput.OuterSingleton, Z_Construct_UClass_UMaterialExpressionFunctionOutput_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMaterialExpressionFunctionOutput.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionFunctionOutput);
UMaterialExpressionFunctionOutput::~UMaterialExpressionFunctionOutput() {}
// ********** End Class UMaterialExpressionFunctionOutput ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionFunctionOutput_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMaterialExpressionFunctionOutput, UMaterialExpressionFunctionOutput::StaticClass, TEXT("UMaterialExpressionFunctionOutput"), &Z_Registration_Info_UClass_UMaterialExpressionFunctionOutput, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionFunctionOutput), 534572463U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionFunctionOutput_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionFunctionOutput_h__Script_Engine_3034614081{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionFunctionOutput_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionFunctionOutput_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS