202 lines
16 KiB
C++
202 lines
16 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/MaterialExpressionRemap.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 EmptyLinkFunctionForGeneratedCodeMaterialExpressionRemap() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
|
||
|
|
INTERCHANGEIMPORT_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialXRemap();
|
||
|
|
INTERCHANGEIMPORT_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialXRemap_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_InterchangeImport();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UMaterialExpressionMaterialXRemap ****************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionMaterialXRemap;
|
||
|
|
UClass* UMaterialExpressionMaterialXRemap::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UMaterialExpressionMaterialXRemap;
|
||
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionMaterialXRemap.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("MaterialExpressionMaterialXRemap"),
|
||
|
|
Z_Registration_Info_UClass_UMaterialExpressionMaterialXRemap.InnerSingleton,
|
||
|
|
StaticRegisterNativesUMaterialExpressionMaterialXRemap,
|
||
|
|
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_UMaterialExpressionMaterialXRemap.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UMaterialExpressionMaterialXRemap_NoRegister()
|
||
|
|
{
|
||
|
|
return UMaterialExpressionMaterialXRemap::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * A material expression that Remap a value from one range to another.\n */" },
|
||
|
|
{ "HideCategories", "Object Object" },
|
||
|
|
{ "IncludePath", "MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
{ "Private", "" },
|
||
|
|
{ "ToolTip", "A material expression that Remap a value from one range to another." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Input_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputLow_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
{ "RequiredInput", "false" },
|
||
|
|
{ "ToolTip", "Defaults to 'MinDefault1' if not specified" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputHigh_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
{ "RequiredInput", "false" },
|
||
|
|
{ "ToolTip", "Defaults to 'MaxDefault1' if not specified" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetLow_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
{ "RequiredInput", "false" },
|
||
|
|
{ "ToolTip", "Defaults to 'MinDefault2' if not specified" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetHigh_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
{ "RequiredInput", "false" },
|
||
|
|
{ "ToolTip", "Defaults to 'MaxDefault1' if not specified" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputLowDefault_MetaData[] = {
|
||
|
|
{ "Category", "MaterialExpressionClamp" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
{ "OverridingInputProperty", "InputLow" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputHighDefault_MetaData[] = {
|
||
|
|
{ "Category", "MaterialExpressionClamp" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
{ "OverridingInputProperty", "InputHigh" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetLowDefault_MetaData[] = {
|
||
|
|
{ "Category", "MaterialExpressionClamp" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
{ "OverridingInputProperty", "TargetLow" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetHighDefault_MetaData[] = {
|
||
|
|
{ "Category", "MaterialExpressionClamp" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionRemap.h" },
|
||
|
|
{ "OverridingInputProperty", "TargetHigh" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UMaterialExpressionMaterialXRemap constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Input;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InputLow;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InputHigh;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetLow;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetHigh;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InputLowDefault;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InputHighDefault;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_TargetLowDefault;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_TargetHighDefault;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UMaterialExpressionMaterialXRemap constinit property declarations **********
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UMaterialExpressionMaterialXRemap>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UMaterialExpressionMaterialXRemap Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_Input = { "Input", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXRemap, Input), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Input_MetaData), NewProp_Input_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_InputLow = { "InputLow", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXRemap, InputLow), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputLow_MetaData), NewProp_InputLow_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_InputHigh = { "InputHigh", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXRemap, InputHigh), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputHigh_MetaData), NewProp_InputHigh_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_TargetLow = { "TargetLow", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXRemap, TargetLow), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetLow_MetaData), NewProp_TargetLow_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_TargetHigh = { "TargetHigh", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXRemap, TargetHigh), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetHigh_MetaData), NewProp_TargetHigh_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_InputLowDefault = { "InputLowDefault", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXRemap, InputLowDefault), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputLowDefault_MetaData), NewProp_InputLowDefault_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_InputHighDefault = { "InputHighDefault", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXRemap, InputHighDefault), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputHighDefault_MetaData), NewProp_InputHighDefault_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_TargetLowDefault = { "TargetLowDefault", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXRemap, TargetLowDefault), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetLowDefault_MetaData), NewProp_TargetLowDefault_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_TargetHighDefault = { "TargetHighDefault", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXRemap, TargetHighDefault), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetHighDefault_MetaData), NewProp_TargetHighDefault_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_Input,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_InputLow,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_InputHigh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_TargetLow,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_TargetHigh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_InputLowDefault,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_InputHighDefault,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_TargetLowDefault,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::NewProp_TargetHighDefault,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UMaterialExpressionMaterialXRemap Property Definitions *********************
|
||
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeImport,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::ClassParams = {
|
||
|
|
&UMaterialExpressionMaterialXRemap::StaticClass,
|
||
|
|
"MaterialExpressions",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000820B4u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UMaterialExpressionMaterialXRemap::StaticRegisterNativesUMaterialExpressionMaterialXRemap()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UMaterialExpressionMaterialXRemap()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionMaterialXRemap.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionMaterialXRemap.OuterSingleton, Z_Construct_UClass_UMaterialExpressionMaterialXRemap_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UMaterialExpressionMaterialXRemap.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionMaterialXRemap);
|
||
|
|
UMaterialExpressionMaterialXRemap::~UMaterialExpressionMaterialXRemap() {}
|
||
|
|
// ********** End Class UMaterialExpressionMaterialXRemap ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRemap_h__Script_InterchangeImport_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UMaterialExpressionMaterialXRemap, UMaterialExpressionMaterialXRemap::StaticClass, TEXT("UMaterialExpressionMaterialXRemap"), &Z_Registration_Info_UClass_UMaterialExpressionMaterialXRemap, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionMaterialXRemap), 634662850U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRemap_h__Script_InterchangeImport_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRemap_h__Script_InterchangeImport_4101083536{
|
||
|
|
TEXT("/Script/InterchangeImport"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRemap_h__Script_InterchangeImport_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRemap_h__Script_InterchangeImport_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|