156 lines
11 KiB
C++
156 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 "MaterialX/MaterialExpressions/MaterialExpressionMod.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 EmptyLinkFunctionForGeneratedCodeMaterialExpressionMod() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
|
|
INTERCHANGEIMPORT_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialXMod();
|
|
INTERCHANGEIMPORT_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialXMod_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_InterchangeImport();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionMaterialXMod ******************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionMaterialXMod;
|
|
UClass* UMaterialExpressionMaterialXMod::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMaterialExpressionMaterialXMod;
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionMaterialXMod.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MaterialExpressionMaterialXMod"),
|
|
Z_Registration_Info_UClass_UMaterialExpressionMaterialXMod.InnerSingleton,
|
|
StaticRegisterNativesUMaterialExpressionMaterialXMod,
|
|
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_UMaterialExpressionMaterialXMod.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionMaterialXMod_NoRegister()
|
|
{
|
|
return UMaterialExpressionMaterialXMod::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * The remaining fraction after dividing an incoming input by a value and subtracting the integer portion.\n * Unlike UE FMod or Modulo expressions, Mod always returns a non-negative result, matching the interpretation of the GLSL and OSL mod() function (not fmod()).\n * This is computed as x - y * floor(x/y). \n */" },
|
|
{ "HideCategories", "Object Object" },
|
|
{ "IncludePath", "MaterialX/MaterialExpressions/MaterialExpressionMod.h" },
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionMod.h" },
|
|
{ "Private", "" },
|
|
{ "ToolTip", "The remaining fraction after dividing an incoming input by a value and subtracting the integer portion.\nUnlike UE FMod or Modulo expressions, Mod always returns a non-negative result, matching the interpretation of the GLSL and OSL mod() function (not fmod()).\nThis is computed as x - y * floor(x/y)." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionMod.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionMod.h" },
|
|
{ "RequiredInput", "false" },
|
|
{ "ToolTip", "Defaults to 'ConstB' if not specified" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstB_MetaData[] = {
|
|
{ "Category", "MaterialExpressionLinearInterpolate" },
|
|
{ "Comment", "/** only used if B is not hooked up */" },
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionMod.h" },
|
|
{ "OverridingInputProperty", "B" },
|
|
{ "ToolTip", "only used if B is not hooked up" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMaterialExpressionMaterialXMod constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ConstB;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMaterialExpressionMaterialXMod constinit property declarations ************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMaterialExpressionMaterialXMod>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics
|
|
|
|
// ********** Begin Class UMaterialExpressionMaterialXMod Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXMod, A), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXMod, B), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::NewProp_ConstB = { "ConstB", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXMod, ConstB), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstB_MetaData), NewProp_ConstB_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::NewProp_ConstB,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMaterialExpressionMaterialXMod Property Definitions ***********************
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeImport,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::ClassParams = {
|
|
&UMaterialExpressionMaterialXMod::StaticClass,
|
|
"MaterialExpressions",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::PropPointers),
|
|
0,
|
|
0x000820B4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMaterialExpressionMaterialXMod::StaticRegisterNativesUMaterialExpressionMaterialXMod()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionMaterialXMod()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionMaterialXMod.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionMaterialXMod.OuterSingleton, Z_Construct_UClass_UMaterialExpressionMaterialXMod_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionMaterialXMod.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionMaterialXMod);
|
|
UMaterialExpressionMaterialXMod::~UMaterialExpressionMaterialXMod() {}
|
|
// ********** End Class UMaterialExpressionMaterialXMod ********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionMod_h__Script_InterchangeImport_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UMaterialExpressionMaterialXMod, UMaterialExpressionMaterialXMod::StaticClass, TEXT("UMaterialExpressionMaterialXMod"), &Z_Registration_Info_UClass_UMaterialExpressionMaterialXMod, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionMaterialXMod), 2424994239U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionMod_h__Script_InterchangeImport_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionMod_h__Script_InterchangeImport_419223605{
|
|
TEXT("/Script/InterchangeImport"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionMod_h__Script_InterchangeImport_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionMod_h__Script_InterchangeImport_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|