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

188 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/MaterialExpressionComponentMask.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 EmptyLinkFunctionForGeneratedCodeMaterialExpressionComponentMask() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionComponentMask();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionComponentMask_NoRegister();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMaterialExpressionComponentMask *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionComponentMask;
UClass* UMaterialExpressionComponentMask::GetPrivateStaticClass()
{
using TClass = UMaterialExpressionComponentMask;
if (!Z_Registration_Info_UClass_UMaterialExpressionComponentMask.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MaterialExpressionComponentMask"),
Z_Registration_Info_UClass_UMaterialExpressionComponentMask.InnerSingleton,
StaticRegisterNativesUMaterialExpressionComponentMask,
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_UMaterialExpressionComponentMask.InnerSingleton;
}
UClass* Z_Construct_UClass_UMaterialExpressionComponentMask_NoRegister()
{
return UMaterialExpressionComponentMask::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMaterialExpressionComponentMask_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object Object" },
{ "IncludePath", "Materials/MaterialExpressionComponentMask.h" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionComponentMask.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Input_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionComponentMask.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_R_MetaData[] = {
{ "Category", "MaterialExpressionComponentMask" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionComponentMask.h" },
{ "ShowAsInputPin", "Advanced" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_G_MetaData[] = {
{ "Category", "MaterialExpressionComponentMask" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionComponentMask.h" },
{ "ShowAsInputPin", "Advanced" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
{ "Category", "MaterialExpressionComponentMask" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionComponentMask.h" },
{ "ShowAsInputPin", "Advanced" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
{ "Category", "MaterialExpressionComponentMask" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionComponentMask.h" },
{ "ShowAsInputPin", "Advanced" },
};
#endif // WITH_METADATA
// ********** Begin Class UMaterialExpressionComponentMask constinit property declarations *********
static const UECodeGen_Private::FStructPropertyParams NewProp_Input;
static void NewProp_R_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_R;
static void NewProp_G_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_G;
static void NewProp_B_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_B;
static void NewProp_A_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_A;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMaterialExpressionComponentMask constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMaterialExpressionComponentMask>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMaterialExpressionComponentMask_Statics
// ********** Begin Class UMaterialExpressionComponentMask Property Definitions ********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_Input = { "Input", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionComponentMask, Input), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Input_MetaData), NewProp_Input_MetaData) };
void Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_R_SetBit(void* Obj)
{
((UMaterialExpressionComponentMask*)Obj)->R = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_R = { "R", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialExpressionComponentMask), &Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_R_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_R_MetaData), NewProp_R_MetaData) };
void Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_G_SetBit(void* Obj)
{
((UMaterialExpressionComponentMask*)Obj)->G = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_G = { "G", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialExpressionComponentMask), &Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_G_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_G_MetaData), NewProp_G_MetaData) };
void Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_B_SetBit(void* Obj)
{
((UMaterialExpressionComponentMask*)Obj)->B = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialExpressionComponentMask), &Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_B_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
void Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_A_SetBit(void* Obj)
{
((UMaterialExpressionComponentMask*)Obj)->A = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialExpressionComponentMask), &Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_A_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_Input,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_R,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_G,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_B,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::NewProp_A,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::PropPointers) < 2048);
// ********** End Class UMaterialExpressionComponentMask Property Definitions **********************
UObject* (*const Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::ClassParams = {
&UMaterialExpressionComponentMask::StaticClass,
"MaterialExpressions",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::PropPointers),
0,
0x000820B4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::Class_MetaDataParams)
};
void UMaterialExpressionComponentMask::StaticRegisterNativesUMaterialExpressionComponentMask()
{
}
UClass* Z_Construct_UClass_UMaterialExpressionComponentMask()
{
if (!Z_Registration_Info_UClass_UMaterialExpressionComponentMask.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionComponentMask.OuterSingleton, Z_Construct_UClass_UMaterialExpressionComponentMask_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMaterialExpressionComponentMask.OuterSingleton;
}
UMaterialExpressionComponentMask::UMaterialExpressionComponentMask(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionComponentMask);
UMaterialExpressionComponentMask::~UMaterialExpressionComponentMask() {}
// ********** End Class UMaterialExpressionComponentMask *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionComponentMask_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMaterialExpressionComponentMask, UMaterialExpressionComponentMask::StaticClass, TEXT("UMaterialExpressionComponentMask"), &Z_Registration_Info_UClass_UMaterialExpressionComponentMask, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionComponentMask), 3907216638U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionComponentMask_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionComponentMask_h__Script_Engine_1934552320{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionComponentMask_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionComponentMask_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS