427 lines
35 KiB
C++
427 lines
35 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "Materials/MaterialExpressionMaterialFunctionCall.h"
|
|
#include "Materials/MaterialExpression.h"
|
|
#include "Materials/MaterialParameters.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeMaterialExpressionMaterialFunctionCall() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionFunctionInput_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionFunctionOutput_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialFunctionInterface_NoRegister();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionOutput();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FFunctionExpressionInput();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FFunctionExpressionOutput();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FMaterialParameterInfo();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FFunctionExpressionInput ******************************************
|
|
struct Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FFunctionExpressionInput); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FFunctionExpressionInput); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Struct that stores information about a function input which is needed to maintain connections and implement the function call. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Struct that stores information about a function input which is needed to maintain connections and implement the function call." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExpressionInput_MetaData[] = {
|
|
{ "Comment", "/** \n\x09 * Reference to the FunctionInput in the material function. \n\x09 * This is a reference to a private object so it can't be saved, and must be generated by UpdateFromFunctionResource or SetMaterialFunction. \n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Reference to the FunctionInput in the material function.\nThis is a reference to a private object so it can't be saved, and must be generated by UpdateFromFunctionResource or SetMaterialFunction." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExpressionInputId_MetaData[] = {
|
|
{ "Comment", "/** Id of the FunctionInput, used to link ExpressionInput. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Id of the FunctionInput, used to link ExpressionInput." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Input_MetaData[] = {
|
|
{ "Comment", "/** Actual input struct which stores information about how this input is connected in the material. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Actual input struct which stores information about how this input is connected in the material." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FFunctionExpressionInput constinit property declarations **********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ExpressionInput;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ExpressionInputId;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Input;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FFunctionExpressionInput constinit property declarations ************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFunctionExpressionInput>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FFunctionExpressionInput;
|
|
class UScriptStruct* FFunctionExpressionInput::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FFunctionExpressionInput.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FFunctionExpressionInput.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFunctionExpressionInput, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("FunctionExpressionInput"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FFunctionExpressionInput.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FFunctionExpressionInput Property Definitions *********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::NewProp_ExpressionInput = { "ExpressionInput", nullptr, (EPropertyFlags)0x0114000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFunctionExpressionInput, ExpressionInput), Z_Construct_UClass_UMaterialExpressionFunctionInput_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExpressionInput_MetaData), NewProp_ExpressionInput_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::NewProp_ExpressionInputId = { "ExpressionInputId", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFunctionExpressionInput, ExpressionInputId), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExpressionInputId_MetaData), NewProp_ExpressionInputId_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::NewProp_Input = { "Input", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFunctionExpressionInput, Input), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Input_MetaData), NewProp_Input_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::NewProp_ExpressionInput,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::NewProp_ExpressionInputId,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::NewProp_Input,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FFunctionExpressionInput Property Definitions ***********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"FunctionExpressionInput",
|
|
Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::PropPointers),
|
|
sizeof(FFunctionExpressionInput),
|
|
alignof(FFunctionExpressionInput),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FFunctionExpressionInput()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FFunctionExpressionInput.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FFunctionExpressionInput.InnerSingleton, Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FFunctionExpressionInput.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FFunctionExpressionInput ********************************************
|
|
|
|
// ********** Begin ScriptStruct FFunctionExpressionOutput *****************************************
|
|
struct Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FFunctionExpressionOutput); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FFunctionExpressionOutput); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Struct that stores information about a function output which is needed to maintain connections and implement the function call. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Struct that stores information about a function output which is needed to maintain connections and implement the function call." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExpressionOutput_MetaData[] = {
|
|
{ "Comment", "/** \n\x09 * Reference to the FunctionOutput in the material function. \n\x09 * This is a reference to a private object so it can't be saved, and must be generated by UpdateFromFunctionResource or SetMaterialFunction. \n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Reference to the FunctionOutput in the material function.\nThis is a reference to a private object so it can't be saved, and must be generated by UpdateFromFunctionResource or SetMaterialFunction." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExpressionOutputId_MetaData[] = {
|
|
{ "Comment", "/** Id of the FunctionOutput, used to link ExpressionOutput. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Id of the FunctionOutput, used to link ExpressionOutput." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
|
|
{ "Comment", "/** Actual output struct which stores information about how this output is connected in the material. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Actual output struct which stores information about how this output is connected in the material." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FFunctionExpressionOutput constinit property declarations *********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ExpressionOutput;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ExpressionOutputId;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FFunctionExpressionOutput constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFunctionExpressionOutput>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FFunctionExpressionOutput;
|
|
class UScriptStruct* FFunctionExpressionOutput::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FFunctionExpressionOutput.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FFunctionExpressionOutput.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFunctionExpressionOutput, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("FunctionExpressionOutput"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FFunctionExpressionOutput.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FFunctionExpressionOutput Property Definitions ********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::NewProp_ExpressionOutput = { "ExpressionOutput", nullptr, (EPropertyFlags)0x0114000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFunctionExpressionOutput, ExpressionOutput), Z_Construct_UClass_UMaterialExpressionFunctionOutput_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExpressionOutput_MetaData), NewProp_ExpressionOutput_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::NewProp_ExpressionOutputId = { "ExpressionOutputId", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFunctionExpressionOutput, ExpressionOutputId), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExpressionOutputId_MetaData), NewProp_ExpressionOutputId_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFunctionExpressionOutput, Output), Z_Construct_UScriptStruct_FExpressionOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::NewProp_ExpressionOutput,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::NewProp_ExpressionOutputId,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::NewProp_Output,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FFunctionExpressionOutput Property Definitions **********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"FunctionExpressionOutput",
|
|
Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::PropPointers),
|
|
sizeof(FFunctionExpressionOutput),
|
|
alignof(FFunctionExpressionOutput),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FFunctionExpressionOutput()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FFunctionExpressionOutput.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FFunctionExpressionOutput.InnerSingleton, Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FFunctionExpressionOutput.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FFunctionExpressionOutput *******************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionMaterialFunctionCall Function SetMaterialFunction *****
|
|
#if WITH_EDITOR
|
|
struct Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics
|
|
{
|
|
struct MaterialExpressionMaterialFunctionCall_eventSetMaterialFunction_Parms
|
|
{
|
|
UMaterialFunctionInterface* NewMaterialFunction;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "MaterialEditing" },
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetMaterialFunction constinit property declarations *******************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_NewMaterialFunction;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetMaterialFunction constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetMaterialFunction Property Definitions ******************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::NewProp_NewMaterialFunction = { "NewMaterialFunction", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MaterialExpressionMaterialFunctionCall_eventSetMaterialFunction_Parms, NewMaterialFunction), Z_Construct_UClass_UMaterialFunctionInterface_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((MaterialExpressionMaterialFunctionCall_eventSetMaterialFunction_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_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(MaterialExpressionMaterialFunctionCall_eventSetMaterialFunction_Parms), &Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::NewProp_NewMaterialFunction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetMaterialFunction Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall, nullptr, "SetMaterialFunction", Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::MaterialExpressionMaterialFunctionCall_eventSetMaterialFunction_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x24020402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::MaterialExpressionMaterialFunctionCall_eventSetMaterialFunction_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UMaterialExpressionMaterialFunctionCall::execSetMaterialFunction)
|
|
{
|
|
P_GET_OBJECT(UMaterialFunctionInterface,Z_Param_NewMaterialFunction);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->SetMaterialFunction(Z_Param_NewMaterialFunction);
|
|
P_NATIVE_END;
|
|
}
|
|
#endif // WITH_EDITOR
|
|
// ********** End Class UMaterialExpressionMaterialFunctionCall Function SetMaterialFunction *******
|
|
|
|
// ********** Begin Class UMaterialExpressionMaterialFunctionCall **********************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionMaterialFunctionCall;
|
|
UClass* UMaterialExpressionMaterialFunctionCall::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMaterialExpressionMaterialFunctionCall;
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionMaterialFunctionCall.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MaterialExpressionMaterialFunctionCall"),
|
|
Z_Registration_Info_UClass_UMaterialExpressionMaterialFunctionCall.InnerSingleton,
|
|
StaticRegisterNativesUMaterialExpressionMaterialFunctionCall,
|
|
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_UMaterialExpressionMaterialFunctionCall.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_NoRegister()
|
|
{
|
|
return UMaterialExpressionMaterialFunctionCall::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "HideCategories", "object Object" },
|
|
{ "IncludePath", "Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaterialFunction_MetaData[] = {
|
|
{ "Category", "MaterialExpressionMaterialFunctionCall" },
|
|
{ "Comment", "/** The function to call. */" },
|
|
{ "DisallowedClasses", "/Script/Engine.MaterialFunctionInstance" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "The function to call." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FunctionInputs_MetaData[] = {
|
|
{ "Comment", "/** Array of all the function inputs that this function exposes. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Array of all the function inputs that this function exposes." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FunctionOutputs_MetaData[] = {
|
|
{ "Comment", "/** Array of all the function outputs that this function exposes. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Array of all the function outputs that this function exposes." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FunctionParameterInfo_MetaData[] = {
|
|
{ "Comment", "/** Used by material parameters to split references to separate instances. */" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionMaterialFunctionCall.h" },
|
|
{ "ToolTip", "Used by material parameters to split references to separate instances." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMaterialExpressionMaterialFunctionCall constinit property declarations **
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_MaterialFunction;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FunctionInputs_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_FunctionInputs;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FunctionOutputs_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_FunctionOutputs;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FunctionParameterInfo;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMaterialExpressionMaterialFunctionCall constinit property declarations ****
|
|
#if WITH_EDITOR
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("SetMaterialFunction"), .Pointer = &UMaterialExpressionMaterialFunctionCall::execSetMaterialFunction },
|
|
};
|
|
#endif // WITH_EDITOR
|
|
static UObject* (*const DependentSingletons[])();
|
|
#if WITH_EDITOR
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UMaterialExpressionMaterialFunctionCall_SetMaterialFunction, "SetMaterialFunction" }, // 1695721677
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
#endif // WITH_EDITOR
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMaterialExpressionMaterialFunctionCall>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics
|
|
|
|
// ********** Begin Class UMaterialExpressionMaterialFunctionCall Property Definitions *************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_MaterialFunction = { "MaterialFunction", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialFunctionCall, MaterialFunction), Z_Construct_UClass_UMaterialFunctionInterface_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaterialFunction_MetaData), NewProp_MaterialFunction_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_FunctionInputs_Inner = { "FunctionInputs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FFunctionExpressionInput, METADATA_PARAMS(0, nullptr) }; // 2719373409
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_FunctionInputs = { "FunctionInputs", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialFunctionCall, FunctionInputs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FunctionInputs_MetaData), NewProp_FunctionInputs_MetaData) }; // 2719373409
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_FunctionOutputs_Inner = { "FunctionOutputs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FFunctionExpressionOutput, METADATA_PARAMS(0, nullptr) }; // 3037965383
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_FunctionOutputs = { "FunctionOutputs", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialFunctionCall, FunctionOutputs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FunctionOutputs_MetaData), NewProp_FunctionOutputs_MetaData) }; // 3037965383
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_FunctionParameterInfo = { "FunctionParameterInfo", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionMaterialFunctionCall, FunctionParameterInfo), Z_Construct_UScriptStruct_FMaterialParameterInfo, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FunctionParameterInfo_MetaData), NewProp_FunctionParameterInfo_MetaData) }; // 652655136
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_MaterialFunction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_FunctionInputs_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_FunctionInputs,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_FunctionOutputs_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_FunctionOutputs,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::NewProp_FunctionParameterInfo,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMaterialExpressionMaterialFunctionCall Property Definitions ***************
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::ClassParams = {
|
|
&UMaterialExpressionMaterialFunctionCall::StaticClass,
|
|
"MaterialExpressions",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
IF_WITH_EDITOR(FuncInfo, nullptr),
|
|
Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
IF_WITH_EDITOR(UE_ARRAY_COUNT(FuncInfo), 0),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::PropPointers),
|
|
0,
|
|
0x000800B4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMaterialExpressionMaterialFunctionCall::StaticRegisterNativesUMaterialExpressionMaterialFunctionCall()
|
|
{
|
|
UClass* Class = UMaterialExpressionMaterialFunctionCall::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, IF_WITH_EDITOR(MakeConstArrayView(Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::Funcs), {}));
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionMaterialFunctionCall.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionMaterialFunctionCall.OuterSingleton, Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionMaterialFunctionCall.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionMaterialFunctionCall);
|
|
UMaterialExpressionMaterialFunctionCall::~UMaterialExpressionMaterialFunctionCall() {}
|
|
// ********** End Class UMaterialExpressionMaterialFunctionCall ************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionMaterialFunctionCall_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FFunctionExpressionInput::StaticStruct, Z_Construct_UScriptStruct_FFunctionExpressionInput_Statics::NewStructOps, TEXT("FunctionExpressionInput"),&Z_Registration_Info_UScriptStruct_FFunctionExpressionInput, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFunctionExpressionInput), 2719373409U) },
|
|
{ FFunctionExpressionOutput::StaticStruct, Z_Construct_UScriptStruct_FFunctionExpressionOutput_Statics::NewStructOps, TEXT("FunctionExpressionOutput"),&Z_Registration_Info_UScriptStruct_FFunctionExpressionOutput, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFunctionExpressionOutput), 3037965383U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UMaterialExpressionMaterialFunctionCall, UMaterialExpressionMaterialFunctionCall::StaticClass, TEXT("UMaterialExpressionMaterialFunctionCall"), &Z_Registration_Info_UClass_UMaterialExpressionMaterialFunctionCall, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionMaterialFunctionCall), 710484783U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionMaterialFunctionCall_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionMaterialFunctionCall_h__Script_Engine_2288184299{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionMaterialFunctionCall_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionMaterialFunctionCall_h__Script_Engine_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionMaterialFunctionCall_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionMaterialFunctionCall_h__Script_Engine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|