192 lines
16 KiB
C++
192 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/MaterialExpressionPlace2D.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 EmptyLinkFunctionForGeneratedCodeMaterialExpressionPlace2D() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
|
||
|
|
INTERCHANGEIMPORT_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D();
|
||
|
|
INTERCHANGEIMPORT_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_InterchangeImport();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UMaterialExpressionMaterialXPlace2D **************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionMaterialXPlace2D;
|
||
|
|
UClass* UMaterialExpressionMaterialXPlace2D::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UMaterialExpressionMaterialXPlace2D;
|
||
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionMaterialXPlace2D.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("MaterialExpressionMaterialXPlace2D"),
|
||
|
|
Z_Registration_Info_UClass_UMaterialExpressionMaterialXPlace2D.InnerSingleton,
|
||
|
|
StaticRegisterNativesUMaterialExpressionMaterialXPlace2D,
|
||
|
|
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_UMaterialExpressionMaterialXPlace2D.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_NoRegister()
|
||
|
|
{
|
||
|
|
return UMaterialExpressionMaterialXPlace2D::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Transform incoming UV texture coordinates from one 2D frame of reference to another. \n * operationorder (integer enum): the order in which to perform the transform operations.\n * \"0\" or \"SRT\" performs -pivot, scale, rotate, translate, +pivot as per the original\n * implementation matching the behavior of certain DCC packages, and \"1\" or \"TRS\" performs\n * -pivot, translate, rotate, scale, +pivot which does not introduce texture shear.\n * Default is 0 \"SRT\" for backward compatibility.*/" },
|
||
|
|
{ "HideCategories", "Object Object" },
|
||
|
|
{ "IncludePath", "MaterialX/MaterialExpressions/MaterialExpressionPlace2D.h" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionPlace2D.h" },
|
||
|
|
{ "Private", "" },
|
||
|
|
{ "ToolTip", "Transform incoming UV texture coordinates from one 2D frame of reference to another.\noperationorder (integer enum): the order in which to perform the transform operations.\n\"0\" or \"SRT\" performs -pivot, scale, rotate, translate, +pivot as per the original\nimplementation matching the behavior of certain DCC packages, and \"1\" or \"TRS\" performs\n-pivot, translate, rotate, scale, +pivot which does not introduce texture shear.\nDefault is 0 \"SRT\" for backward compatibility." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Coordinates_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionPlace2D.h" },
|
||
|
|
{ "RequiredInput", "false" },
|
||
|
|
{ "ToolTip", "Defaults to 'ConstCoordinate' if not specified" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Pivot_MetaData[] = {
|
||
|
|
{ "Comment", "/** The pivot coordinate for scale and rotate: this is subtracted from u,v before\n\x09 * applying scale/rotate, then added back after. Default is (0,0). */" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionPlace2D.h" },
|
||
|
|
{ "ToolTip", "The pivot coordinate for scale and rotate: this is subtracted from u,v before\napplying scale/rotate, then added back after. Default is (0,0)." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Scale_MetaData[] = {
|
||
|
|
{ "Comment", "/** Divide the u,v coord (after subtracting pivot ) by this, so a scale (2,2)\n\x09 * makes the texture image appear twice as big. Negative values can be used to flip or flop the\n\x09 * texture space. Default is (1,1). */" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionPlace2D.h" },
|
||
|
|
{ "ToolTip", "Divide the u,v coord (after subtracting pivot ) by this, so a scale (2,2)\nmakes the texture image appear twice as big. Negative values can be used to flip or flop the\ntexture space. Default is (1,1)." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Offset_MetaData[] = {
|
||
|
|
{ "Comment", "/** Subtract this amount from the scaled/rotated/\xe2\x80\x9cpivot added back\xe2\x80\x9d UV\n\x09 * coordinate; since U0,V0 is typically the lower left corner, a positive offset moves the texture\n\x09 * image up and right. Default is (0,0).*/" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionPlace2D.h" },
|
||
|
|
{ "ToolTip", "Subtract this amount from the scaled/rotated/\xe2\x80\x9cpivot added back\xe2\x80\x9d UV\ncoordinate; since U0,V0 is typically the lower left corner, a positive offset moves the texture\nimage up and right. Default is (0,0)." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotationAngle_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionPlace2D.h" },
|
||
|
|
{ "RequiredInput", "false" },
|
||
|
|
{ "ToolTip", "Defaults to 'ConstRotationAngle' if not specified" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstRotationAngle_MetaData[] = {
|
||
|
|
{ "Category", "MaterialExpression" },
|
||
|
|
{ "Comment", "/** only used if RotationAngle is not hooked up */" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionPlace2D.h" },
|
||
|
|
{ "OverridingInputProperty", "RotationAngle" },
|
||
|
|
{ "ToolTip", "only used if RotationAngle is not hooked up" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstCoordinate_MetaData[] = {
|
||
|
|
{ "Category", "MaterialExpression" },
|
||
|
|
{ "Comment", "/** only used if Coordinates is not hooked up */" },
|
||
|
|
{ "ModuleRelativePath", "Private/MaterialX/MaterialExpressions/MaterialExpressionPlace2D.h" },
|
||
|
|
{ "OverridingInputProperty", "Coordinates" },
|
||
|
|
{ "ToolTip", "only used if Coordinates is not hooked up" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UMaterialExpressionMaterialXPlace2D constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Coordinates;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Pivot;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Scale;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Offset;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RotationAngle;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ConstRotationAngle;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ConstCoordinate;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UMaterialExpressionMaterialXPlace2D constinit property declarations ********
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UMaterialExpressionMaterialXPlace2D>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UMaterialExpressionMaterialXPlace2D Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_Coordinates = { "Coordinates", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXPlace2D, Coordinates), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Coordinates_MetaData), NewProp_Coordinates_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_Pivot = { "Pivot", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXPlace2D, Pivot), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Pivot_MetaData), NewProp_Pivot_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXPlace2D, Scale), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Scale_MetaData), NewProp_Scale_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_Offset = { "Offset", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXPlace2D, Offset), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Offset_MetaData), NewProp_Offset_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_RotationAngle = { "RotationAngle", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXPlace2D, RotationAngle), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotationAngle_MetaData), NewProp_RotationAngle_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_ConstRotationAngle = { "ConstRotationAngle", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXPlace2D, ConstRotationAngle), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstRotationAngle_MetaData), NewProp_ConstRotationAngle_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_ConstCoordinate = { "ConstCoordinate", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialXPlace2D, ConstCoordinate), nullptr, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstCoordinate_MetaData), NewProp_ConstCoordinate_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_Coordinates,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_Pivot,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_Scale,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_Offset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_RotationAngle,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_ConstRotationAngle,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::NewProp_ConstCoordinate,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UMaterialExpressionMaterialXPlace2D Property Definitions *******************
|
||
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeImport,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::ClassParams = {
|
||
|
|
&UMaterialExpressionMaterialXPlace2D::StaticClass,
|
||
|
|
"MaterialExpressions",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000820B4u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UMaterialExpressionMaterialXPlace2D::StaticRegisterNativesUMaterialExpressionMaterialXPlace2D()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionMaterialXPlace2D.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionMaterialXPlace2D.OuterSingleton, Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UMaterialExpressionMaterialXPlace2D.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionMaterialXPlace2D);
|
||
|
|
UMaterialExpressionMaterialXPlace2D::~UMaterialExpressionMaterialXPlace2D() {}
|
||
|
|
// ********** End Class UMaterialExpressionMaterialXPlace2D ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionPlace2D_h__Script_InterchangeImport_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UMaterialExpressionMaterialXPlace2D, UMaterialExpressionMaterialXPlace2D::StaticClass, TEXT("UMaterialExpressionMaterialXPlace2D"), &Z_Registration_Info_UClass_UMaterialExpressionMaterialXPlace2D, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionMaterialXPlace2D), 2611583981U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionPlace2D_h__Script_InterchangeImport_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionPlace2D_h__Script_InterchangeImport_3761682765{
|
||
|
|
TEXT("/Script/InterchangeImport"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionPlace2D_h__Script_InterchangeImport_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionPlace2D_h__Script_InterchangeImport_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|