603 lines
46 KiB
C++
603 lines
46 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 "InterchangeTexture2DNode.h"
|
||
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeInterchangeTexture2DNode() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeTexture2DNode();
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeTexture2DNode_NoRegister();
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeTextureNode();
|
||
|
|
INTERCHANGENODES_API UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_InterchangeNodes();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeTexture2DNode Function GetCustomWrapU ************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeTexture2DNode_eventGetCustomWrapU_Parms
|
||
|
|
{
|
||
|
|
EInterchangeTextureWrapMode AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Texture" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeTexture2DNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomWrapU constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeValue_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomWrapU constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomWrapU Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::NewProp_AttributeValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTexture2DNode_eventGetCustomWrapU_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode, METADATA_PARAMS(0, nullptr) }; // 721198102
|
||
|
|
void Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeTexture2DNode_eventGetCustomWrapU_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTexture2DNode_eventGetCustomWrapU_Parms), &Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::NewProp_AttributeValue_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomWrapU Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTexture2DNode, nullptr, "GetCustomWrapU", Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::InterchangeTexture2DNode_eventGetCustomWrapU_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::InterchangeTexture2DNode_eventGetCustomWrapU_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeTexture2DNode::execGetCustomWrapU)
|
||
|
|
{
|
||
|
|
P_GET_ENUM_REF(EInterchangeTextureWrapMode,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomWrapU((EInterchangeTextureWrapMode&)(Z_Param_Out_AttributeValue));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeTexture2DNode Function GetCustomWrapU **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeTexture2DNode Function GetCustomWrapV ************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeTexture2DNode_eventGetCustomWrapV_Parms
|
||
|
|
{
|
||
|
|
EInterchangeTextureWrapMode AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Texture" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeTexture2DNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomWrapV constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeValue_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomWrapV constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomWrapV Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::NewProp_AttributeValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTexture2DNode_eventGetCustomWrapV_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode, METADATA_PARAMS(0, nullptr) }; // 721198102
|
||
|
|
void Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeTexture2DNode_eventGetCustomWrapV_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTexture2DNode_eventGetCustomWrapV_Parms), &Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::NewProp_AttributeValue_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomWrapV Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTexture2DNode, nullptr, "GetCustomWrapV", Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::InterchangeTexture2DNode_eventGetCustomWrapV_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::InterchangeTexture2DNode_eventGetCustomWrapV_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeTexture2DNode::execGetCustomWrapV)
|
||
|
|
{
|
||
|
|
P_GET_ENUM_REF(EInterchangeTextureWrapMode,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomWrapV((EInterchangeTextureWrapMode&)(Z_Param_Out_AttributeValue));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeTexture2DNode Function GetCustomWrapV **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeTexture2DNode Function GetForceLongLatCubemap ****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeTexture2DNode_eventGetForceLongLatCubemap_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Texture" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeTexture2DNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetForceLongLatCubemap constinit property declarations ****************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetForceLongLatCubemap constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetForceLongLatCubemap Property Definitions ***************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeTexture2DNode_eventGetForceLongLatCubemap_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTexture2DNode_eventGetForceLongLatCubemap_Parms), &Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeTexture2DNode_eventGetForceLongLatCubemap_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTexture2DNode_eventGetForceLongLatCubemap_Parms), &Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetForceLongLatCubemap Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTexture2DNode, nullptr, "GetForceLongLatCubemap", Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::InterchangeTexture2DNode_eventGetForceLongLatCubemap_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::InterchangeTexture2DNode_eventGetForceLongLatCubemap_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeTexture2DNode::execGetForceLongLatCubemap)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetForceLongLatCubemap(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeTexture2DNode Function GetForceLongLatCubemap ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeTexture2DNode Function GetSourceBlocks ***********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeTexture2DNode_eventGetSourceBlocks_Parms
|
||
|
|
{
|
||
|
|
TMap<int32,FString> ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Texture | UDIMs" },
|
||
|
|
{ "Comment", "/**\n\x09 * Get the source blocks for the texture.\n\x09 * If the map is empty, the texture is imported as a normal texture using the payload key.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeTexture2DNode.h" },
|
||
|
|
{ "ToolTip", "Get the source blocks for the texture.\nIf the map is empty, the texture is imported as a normal texture using the payload key." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSourceBlocks constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_ValueProp;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue_Key_KeyProp;
|
||
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSourceBlocks constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSourceBlocks Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::NewProp_ReturnValue_ValueProp = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::NewProp_ReturnValue_Key_KeyProp = { "ReturnValue_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTexture2DNode_eventGetSourceBlocks_Parms, ReturnValue), EMapPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::NewProp_ReturnValue_ValueProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::NewProp_ReturnValue_Key_KeyProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSourceBlocks Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTexture2DNode, nullptr, "GetSourceBlocks", Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::InterchangeTexture2DNode_eventGetSourceBlocks_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::InterchangeTexture2DNode_eventGetSourceBlocks_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeTexture2DNode::execGetSourceBlocks)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(TMap<int32,FString>*)Z_Param__Result=P_THIS->GetSourceBlocks();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeTexture2DNode Function GetSourceBlocks *************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeTexture2DNode Function SetCustomWrapU ************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeTexture2DNode_eventSetCustomWrapU_Parms
|
||
|
|
{
|
||
|
|
EInterchangeTextureWrapMode AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Texture" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeTexture2DNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomWrapU constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeValue_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCustomWrapU constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomWrapU Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::NewProp_AttributeValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTexture2DNode_eventSetCustomWrapU_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) }; // 721198102
|
||
|
|
void Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeTexture2DNode_eventSetCustomWrapU_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTexture2DNode_eventSetCustomWrapU_Parms), &Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::NewProp_AttributeValue_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomWrapU Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTexture2DNode, nullptr, "SetCustomWrapU", Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::InterchangeTexture2DNode_eventSetCustomWrapU_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::InterchangeTexture2DNode_eventSetCustomWrapU_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeTexture2DNode::execSetCustomWrapU)
|
||
|
|
{
|
||
|
|
P_GET_ENUM_REF(EInterchangeTextureWrapMode,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomWrapU((EInterchangeTextureWrapMode&)(Z_Param_Out_AttributeValue));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeTexture2DNode Function SetCustomWrapU **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeTexture2DNode Function SetCustomWrapV ************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeTexture2DNode_eventSetCustomWrapV_Parms
|
||
|
|
{
|
||
|
|
EInterchangeTextureWrapMode AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Texture" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeTexture2DNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomWrapV constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeValue_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCustomWrapV constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomWrapV Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::NewProp_AttributeValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTexture2DNode_eventSetCustomWrapV_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) }; // 721198102
|
||
|
|
void Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeTexture2DNode_eventSetCustomWrapV_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTexture2DNode_eventSetCustomWrapV_Parms), &Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::NewProp_AttributeValue_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomWrapV Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTexture2DNode, nullptr, "SetCustomWrapV", Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::InterchangeTexture2DNode_eventSetCustomWrapV_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::InterchangeTexture2DNode_eventSetCustomWrapV_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeTexture2DNode::execSetCustomWrapV)
|
||
|
|
{
|
||
|
|
P_GET_ENUM_REF(EInterchangeTextureWrapMode,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomWrapV((EInterchangeTextureWrapMode&)(Z_Param_Out_AttributeValue));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeTexture2DNode Function SetCustomWrapV **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeTexture2DNode Function SetForceLongLatCubemap ****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeTexture2DNode_eventSetForceLongLatCubemap_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Texture" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeTexture2DNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetForceLongLatCubemap constinit property declarations ****************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetForceLongLatCubemap constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetForceLongLatCubemap Property Definitions ***************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeTexture2DNode_eventSetForceLongLatCubemap_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTexture2DNode_eventSetForceLongLatCubemap_Parms), &Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeTexture2DNode_eventSetForceLongLatCubemap_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTexture2DNode_eventSetForceLongLatCubemap_Parms), &Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetForceLongLatCubemap Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTexture2DNode, nullptr, "SetForceLongLatCubemap", Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::InterchangeTexture2DNode_eventSetForceLongLatCubemap_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::InterchangeTexture2DNode_eventSetForceLongLatCubemap_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeTexture2DNode::execSetForceLongLatCubemap)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetForceLongLatCubemap(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeTexture2DNode Function SetForceLongLatCubemap ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeTexture2DNode ************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeTexture2DNode;
|
||
|
|
UClass* UInterchangeTexture2DNode::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UInterchangeTexture2DNode;
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeTexture2DNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("InterchangeTexture2DNode"),
|
||
|
|
Z_Registration_Info_UClass_UInterchangeTexture2DNode.InnerSingleton,
|
||
|
|
StaticRegisterNativesUInterchangeTexture2DNode,
|
||
|
|
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_UInterchangeTexture2DNode.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeTexture2DNode_NoRegister()
|
||
|
|
{
|
||
|
|
return UInterchangeTexture2DNode::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UInterchangeTexture2DNode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "//ns UE::Interchange\n" },
|
||
|
|
{ "IncludePath", "InterchangeTexture2DNode.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeTexture2DNode.h" },
|
||
|
|
{ "ToolTip", "ns UE::Interchange" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeTexture2DNode constinit property declarations ****************
|
||
|
|
// ********** End Class UInterchangeTexture2DNode constinit property declarations ******************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomWrapU"), .Pointer = &UInterchangeTexture2DNode::execGetCustomWrapU },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomWrapV"), .Pointer = &UInterchangeTexture2DNode::execGetCustomWrapV },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetForceLongLatCubemap"), .Pointer = &UInterchangeTexture2DNode::execGetForceLongLatCubemap },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSourceBlocks"), .Pointer = &UInterchangeTexture2DNode::execGetSourceBlocks },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomWrapU"), .Pointer = &UInterchangeTexture2DNode::execSetCustomWrapU },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomWrapV"), .Pointer = &UInterchangeTexture2DNode::execSetCustomWrapV },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetForceLongLatCubemap"), .Pointer = &UInterchangeTexture2DNode::execSetForceLongLatCubemap },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapU, "GetCustomWrapU" }, // 4148838365
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeTexture2DNode_GetCustomWrapV, "GetCustomWrapV" }, // 825183493
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeTexture2DNode_GetForceLongLatCubemap, "GetForceLongLatCubemap" }, // 775274181
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeTexture2DNode_GetSourceBlocks, "GetSourceBlocks" }, // 552145404
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapU, "SetCustomWrapU" }, // 3231606578
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeTexture2DNode_SetCustomWrapV, "SetCustomWrapV" }, // 3791025234
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeTexture2DNode_SetForceLongLatCubemap, "SetForceLongLatCubemap" }, // 2379602279
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UInterchangeTexture2DNode>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UInterchangeTexture2DNode_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UInterchangeTexture2DNode_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInterchangeTextureNode,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeNodes,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeTexture2DNode_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeTexture2DNode_Statics::ClassParams = {
|
||
|
|
&UInterchangeTexture2DNode::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeTexture2DNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeTexture2DNode_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UInterchangeTexture2DNode::StaticRegisterNativesUInterchangeTexture2DNode()
|
||
|
|
{
|
||
|
|
UClass* Class = UInterchangeTexture2DNode::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeTexture2DNode_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeTexture2DNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeTexture2DNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeTexture2DNode.OuterSingleton, Z_Construct_UClass_UInterchangeTexture2DNode_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UInterchangeTexture2DNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
UInterchangeTexture2DNode::UInterchangeTexture2DNode() {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeTexture2DNode);
|
||
|
|
UInterchangeTexture2DNode::~UInterchangeTexture2DNode() {}
|
||
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UInterchangeTexture2DNode)
|
||
|
|
// ********** End Class UInterchangeTexture2DNode **************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTexture2DNode_h__Script_InterchangeNodes_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UInterchangeTexture2DNode, UInterchangeTexture2DNode::StaticClass, TEXT("UInterchangeTexture2DNode"), &Z_Registration_Info_UClass_UInterchangeTexture2DNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeTexture2DNode), 2629311969U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTexture2DNode_h__Script_InterchangeNodes_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTexture2DNode_h__Script_InterchangeNodes_3449138549{
|
||
|
|
TEXT("/Script/InterchangeNodes"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTexture2DNode_h__Script_InterchangeNodes_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTexture2DNode_h__Script_InterchangeNodes_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|