910 lines
81 KiB
C++
910 lines
81 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 "Dataflow/DataflowBlueprintLibrary.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeDataflowBlueprintLibrary() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
||
|
|
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflow_NoRegister();
|
||
|
|
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowBlueprintLibrary();
|
||
|
|
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowBlueprintLibrary_NoRegister();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_DataflowEngine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary Function EvaluateTerminalNodeByName ************
|
||
|
|
struct Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics
|
||
|
|
{
|
||
|
|
struct DataflowBlueprintLibrary_eventEvaluateTerminalNodeByName_Parms
|
||
|
|
{
|
||
|
|
UDataflow* Dataflow;
|
||
|
|
FName TerminalNodeName;
|
||
|
|
UObject* ResultAsset;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Dataflow" },
|
||
|
|
{ "Comment", "/**\n\x09* Find a specific terminal node by name evaluate it using a specific UObject\n\x09*/" },
|
||
|
|
{ "Keywords", "Dataflow graph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ToolTip", "Find a specific terminal node by name evaluate it using a specific UObject" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function EvaluateTerminalNodeByName constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Dataflow;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TerminalNodeName;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ResultAsset;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function EvaluateTerminalNodeByName constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function EvaluateTerminalNodeByName Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::NewProp_Dataflow = { "Dataflow", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventEvaluateTerminalNodeByName_Parms, Dataflow), Z_Construct_UClass_UDataflow_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::NewProp_TerminalNodeName = { "TerminalNodeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventEvaluateTerminalNodeByName_Parms, TerminalNodeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::NewProp_ResultAsset = { "ResultAsset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventEvaluateTerminalNodeByName_Parms, ResultAsset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::NewProp_Dataflow,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::NewProp_TerminalNodeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::NewProp_ResultAsset,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function EvaluateTerminalNodeByName Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowBlueprintLibrary, nullptr, "EvaluateTerminalNodeByName", Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::DataflowBlueprintLibrary_eventEvaluateTerminalNodeByName_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::DataflowBlueprintLibrary_eventEvaluateTerminalNodeByName_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UDataflowBlueprintLibrary::execEvaluateTerminalNodeByName)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UDataflow,Z_Param_Dataflow);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_TerminalNodeName);
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_ResultAsset);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UDataflowBlueprintLibrary::EvaluateTerminalNodeByName(Z_Param_Dataflow,Z_Param_TerminalNodeName,Z_Param_ResultAsset);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary Function EvaluateTerminalNodeByName **************
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary Function OverrideDataflowVariableBool **********
|
||
|
|
struct Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics
|
||
|
|
{
|
||
|
|
struct DataflowBlueprintLibrary_eventOverrideDataflowVariableBool_Parms
|
||
|
|
{
|
||
|
|
UObject* Asset;
|
||
|
|
FName VariableName;
|
||
|
|
bool VariableValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Dataflow" },
|
||
|
|
{ "Comment", "/**\n\x09* Override a Boolean dataflow variable for a specific asset\n\x09* @return true if the override was successful\n\x09*/" },
|
||
|
|
{ "Keywords", "Dataflow graph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ToolTip", "Override a Boolean dataflow variable for a specific asset\n@return true if the override was successful" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableBool constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_VariableName;
|
||
|
|
static void NewProp_VariableValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_VariableValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function OverrideDataflowVariableBool constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableBool Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableBool_Parms, Asset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_VariableName = { "VariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableBool_Parms, VariableName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_VariableValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventOverrideDataflowVariableBool_Parms*)Obj)->VariableValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_VariableValue = { "VariableValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(DataflowBlueprintLibrary_eventOverrideDataflowVariableBool_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_VariableValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventOverrideDataflowVariableBool_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_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(DataflowBlueprintLibrary_eventOverrideDataflowVariableBool_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_Asset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_VariableName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_VariableValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function OverrideDataflowVariableBool Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowBlueprintLibrary, nullptr, "OverrideDataflowVariableBool", Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableBool_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableBool_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UDataflowBlueprintLibrary::execOverrideDataflowVariableBool)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_Asset);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_VariableName);
|
||
|
|
P_GET_UBOOL(Z_Param_VariableValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UDataflowBlueprintLibrary::OverrideDataflowVariableBool(Z_Param_Asset,Z_Param_VariableName,Z_Param_VariableValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary Function OverrideDataflowVariableBool ************
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary Function OverrideDataflowVariableBoolArray *****
|
||
|
|
struct Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics
|
||
|
|
{
|
||
|
|
struct DataflowBlueprintLibrary_eventOverrideDataflowVariableBoolArray_Parms
|
||
|
|
{
|
||
|
|
UObject* Asset;
|
||
|
|
FName VariableName;
|
||
|
|
TArray<bool> VariableArrayValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Dataflow" },
|
||
|
|
{ "Comment", "/**\n\x09* Override an Boolean Array dataflow variable for a specific asset\n\x09* @return true if the override was successful\n\x09*/" },
|
||
|
|
{ "Keywords", "Dataflow graph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ToolTip", "Override an Boolean Array dataflow variable for a specific asset\n@return true if the override was successful" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariableArrayValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableBoolArray constinit property declarations *****
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_VariableName;
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_VariableArrayValue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_VariableArrayValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function OverrideDataflowVariableBoolArray constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableBoolArray Property Definitions ****************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableBoolArray_Parms, Asset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_VariableName = { "VariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableBoolArray_Parms, VariableName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_VariableArrayValue_Inner = { "VariableArrayValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_VariableArrayValue = { "VariableArrayValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableBoolArray_Parms, VariableArrayValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariableArrayValue_MetaData), NewProp_VariableArrayValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventOverrideDataflowVariableBoolArray_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_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(DataflowBlueprintLibrary_eventOverrideDataflowVariableBoolArray_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_Asset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_VariableName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_VariableArrayValue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_VariableArrayValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function OverrideDataflowVariableBoolArray Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowBlueprintLibrary, nullptr, "OverrideDataflowVariableBoolArray", Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableBoolArray_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableBoolArray_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UDataflowBlueprintLibrary::execOverrideDataflowVariableBoolArray)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_Asset);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_VariableName);
|
||
|
|
P_GET_TARRAY_REF(bool,Z_Param_Out_VariableArrayValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UDataflowBlueprintLibrary::OverrideDataflowVariableBoolArray(Z_Param_Asset,Z_Param_VariableName,Z_Param_Out_VariableArrayValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary Function OverrideDataflowVariableBoolArray *******
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary Function OverrideDataflowVariableFloat *********
|
||
|
|
struct Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics
|
||
|
|
{
|
||
|
|
struct DataflowBlueprintLibrary_eventOverrideDataflowVariableFloat_Parms
|
||
|
|
{
|
||
|
|
UObject* Asset;
|
||
|
|
FName VariableName;
|
||
|
|
float VariableValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Dataflow" },
|
||
|
|
{ "Comment", "/**\n\x09* Override a Float dataflow variable for a specific asset\n\x09* @return true if the override was successful\n\x09*/" },
|
||
|
|
{ "Keywords", "Dataflow graph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ToolTip", "Override a Float dataflow variable for a specific asset\n@return true if the override was successful" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableFloat constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_VariableName;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_VariableValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function OverrideDataflowVariableFloat constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableFloat Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableFloat_Parms, Asset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::NewProp_VariableName = { "VariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableFloat_Parms, VariableName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::NewProp_VariableValue = { "VariableValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableFloat_Parms, VariableValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventOverrideDataflowVariableFloat_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_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(DataflowBlueprintLibrary_eventOverrideDataflowVariableFloat_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::NewProp_Asset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::NewProp_VariableName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::NewProp_VariableValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function OverrideDataflowVariableFloat Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowBlueprintLibrary, nullptr, "OverrideDataflowVariableFloat", Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableFloat_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableFloat_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UDataflowBlueprintLibrary::execOverrideDataflowVariableFloat)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_Asset);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_VariableName);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_VariableValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UDataflowBlueprintLibrary::OverrideDataflowVariableFloat(Z_Param_Asset,Z_Param_VariableName,Z_Param_VariableValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary Function OverrideDataflowVariableFloat ***********
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary Function OverrideDataflowVariableFloatArray ****
|
||
|
|
struct Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics
|
||
|
|
{
|
||
|
|
struct DataflowBlueprintLibrary_eventOverrideDataflowVariableFloatArray_Parms
|
||
|
|
{
|
||
|
|
UObject* Asset;
|
||
|
|
FName VariableName;
|
||
|
|
TArray<float> VariableArrayValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Dataflow" },
|
||
|
|
{ "Comment", "/**\n\x09* Override a Float Array dataflow variable for a specific asset\n\x09* @return true if the override was successful\n\x09*/" },
|
||
|
|
{ "Keywords", "Dataflow graph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ToolTip", "Override a Float Array dataflow variable for a specific asset\n@return true if the override was successful" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariableArrayValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableFloatArray constinit property declarations ****
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_VariableName;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_VariableArrayValue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_VariableArrayValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function OverrideDataflowVariableFloatArray constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableFloatArray Property Definitions ***************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableFloatArray_Parms, Asset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_VariableName = { "VariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableFloatArray_Parms, VariableName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_VariableArrayValue_Inner = { "VariableArrayValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_VariableArrayValue = { "VariableArrayValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableFloatArray_Parms, VariableArrayValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariableArrayValue_MetaData), NewProp_VariableArrayValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventOverrideDataflowVariableFloatArray_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_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(DataflowBlueprintLibrary_eventOverrideDataflowVariableFloatArray_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_Asset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_VariableName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_VariableArrayValue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_VariableArrayValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function OverrideDataflowVariableFloatArray Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowBlueprintLibrary, nullptr, "OverrideDataflowVariableFloatArray", Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableFloatArray_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableFloatArray_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UDataflowBlueprintLibrary::execOverrideDataflowVariableFloatArray)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_Asset);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_VariableName);
|
||
|
|
P_GET_TARRAY_REF(float,Z_Param_Out_VariableArrayValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UDataflowBlueprintLibrary::OverrideDataflowVariableFloatArray(Z_Param_Asset,Z_Param_VariableName,Z_Param_Out_VariableArrayValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary Function OverrideDataflowVariableFloatArray ******
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary Function OverrideDataflowVariableInt ***********
|
||
|
|
struct Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics
|
||
|
|
{
|
||
|
|
struct DataflowBlueprintLibrary_eventOverrideDataflowVariableInt_Parms
|
||
|
|
{
|
||
|
|
UObject* Asset;
|
||
|
|
FName VariableName;
|
||
|
|
int64 VariableValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Dataflow" },
|
||
|
|
{ "Comment", "/**\n\x09* Override an Integer dataflow variable for a specific asset\n\x09* @return true if the override was successful\n\x09*/" },
|
||
|
|
{ "Keywords", "Dataflow graph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ToolTip", "Override an Integer dataflow variable for a specific asset\n@return true if the override was successful" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableInt constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_VariableName;
|
||
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_VariableValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function OverrideDataflowVariableInt constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableInt Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableInt_Parms, Asset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::NewProp_VariableName = { "VariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableInt_Parms, VariableName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::NewProp_VariableValue = { "VariableValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableInt_Parms, VariableValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventOverrideDataflowVariableInt_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_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(DataflowBlueprintLibrary_eventOverrideDataflowVariableInt_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::NewProp_Asset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::NewProp_VariableName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::NewProp_VariableValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function OverrideDataflowVariableInt Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowBlueprintLibrary, nullptr, "OverrideDataflowVariableInt", Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableInt_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableInt_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UDataflowBlueprintLibrary::execOverrideDataflowVariableInt)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_Asset);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_VariableName);
|
||
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_VariableValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UDataflowBlueprintLibrary::OverrideDataflowVariableInt(Z_Param_Asset,Z_Param_VariableName,Z_Param_VariableValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary Function OverrideDataflowVariableInt *************
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary Function OverrideDataflowVariableIntArray ******
|
||
|
|
struct Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics
|
||
|
|
{
|
||
|
|
struct DataflowBlueprintLibrary_eventOverrideDataflowVariableIntArray_Parms
|
||
|
|
{
|
||
|
|
UObject* Asset;
|
||
|
|
FName VariableName;
|
||
|
|
TArray<int32> VariableArrayValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Dataflow" },
|
||
|
|
{ "Comment", "/**\n\x09* Override an Integer Array dataflow variable for a specific asset\n\x09* @return true if the override was successful\n\x09*/" },
|
||
|
|
{ "Keywords", "Dataflow graph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ToolTip", "Override an Integer Array dataflow variable for a specific asset\n@return true if the override was successful" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariableArrayValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableIntArray constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_VariableName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_VariableArrayValue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_VariableArrayValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function OverrideDataflowVariableIntArray constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableIntArray Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableIntArray_Parms, Asset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_VariableName = { "VariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableIntArray_Parms, VariableName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_VariableArrayValue_Inner = { "VariableArrayValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_VariableArrayValue = { "VariableArrayValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableIntArray_Parms, VariableArrayValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariableArrayValue_MetaData), NewProp_VariableArrayValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventOverrideDataflowVariableIntArray_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_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(DataflowBlueprintLibrary_eventOverrideDataflowVariableIntArray_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_Asset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_VariableName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_VariableArrayValue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_VariableArrayValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function OverrideDataflowVariableIntArray Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowBlueprintLibrary, nullptr, "OverrideDataflowVariableIntArray", Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableIntArray_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableIntArray_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UDataflowBlueprintLibrary::execOverrideDataflowVariableIntArray)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_Asset);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_VariableName);
|
||
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_VariableArrayValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UDataflowBlueprintLibrary::OverrideDataflowVariableIntArray(Z_Param_Asset,Z_Param_VariableName,Z_Param_Out_VariableArrayValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary Function OverrideDataflowVariableIntArray ********
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary Function OverrideDataflowVariableObject ********
|
||
|
|
struct Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics
|
||
|
|
{
|
||
|
|
struct DataflowBlueprintLibrary_eventOverrideDataflowVariableObject_Parms
|
||
|
|
{
|
||
|
|
UObject* Asset;
|
||
|
|
FName VariableName;
|
||
|
|
UObject* VariableValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Dataflow" },
|
||
|
|
{ "Comment", "/**\n\x09* Override an Unreal Object dataflow variable for a specific asset\n\x09* @return true if the override was successful\n\x09*/" },
|
||
|
|
{ "Keywords", "Dataflow graph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ToolTip", "Override an Unreal Object dataflow variable for a specific asset\n@return true if the override was successful" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableObject constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_VariableName;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_VariableValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function OverrideDataflowVariableObject constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableObject Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableObject_Parms, Asset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::NewProp_VariableName = { "VariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableObject_Parms, VariableName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::NewProp_VariableValue = { "VariableValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableObject_Parms, VariableValue), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventOverrideDataflowVariableObject_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_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(DataflowBlueprintLibrary_eventOverrideDataflowVariableObject_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::NewProp_Asset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::NewProp_VariableName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::NewProp_VariableValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function OverrideDataflowVariableObject Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowBlueprintLibrary, nullptr, "OverrideDataflowVariableObject", Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableObject_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableObject_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UDataflowBlueprintLibrary::execOverrideDataflowVariableObject)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_Asset);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_VariableName);
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_VariableValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UDataflowBlueprintLibrary::OverrideDataflowVariableObject(Z_Param_Asset,Z_Param_VariableName,Z_Param_VariableValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary Function OverrideDataflowVariableObject **********
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary Function OverrideDataflowVariableObjectArray ***
|
||
|
|
struct Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics
|
||
|
|
{
|
||
|
|
struct DataflowBlueprintLibrary_eventOverrideDataflowVariableObjectArray_Parms
|
||
|
|
{
|
||
|
|
UObject* Asset;
|
||
|
|
FName VariableName;
|
||
|
|
TArray<UObject*> VariableArrayValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Dataflow" },
|
||
|
|
{ "Comment", "/**\n\x09* Override an Unreal Object Array dataflow variable for a specific asset\n\x09* @return true if the override was successful\n\x09*/" },
|
||
|
|
{ "Keywords", "Dataflow graph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ToolTip", "Override an Unreal Object Array dataflow variable for a specific asset\n@return true if the override was successful" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariableArrayValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableObjectArray constinit property declarations ***
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_VariableName;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_VariableArrayValue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_VariableArrayValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function OverrideDataflowVariableObjectArray constinit property declarations *****
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function OverrideDataflowVariableObjectArray Property Definitions **************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableObjectArray_Parms, Asset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_VariableName = { "VariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableObjectArray_Parms, VariableName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_VariableArrayValue_Inner = { "VariableArrayValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_VariableArrayValue = { "VariableArrayValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventOverrideDataflowVariableObjectArray_Parms, VariableArrayValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariableArrayValue_MetaData), NewProp_VariableArrayValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventOverrideDataflowVariableObjectArray_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_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(DataflowBlueprintLibrary_eventOverrideDataflowVariableObjectArray_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_Asset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_VariableName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_VariableArrayValue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_VariableArrayValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function OverrideDataflowVariableObjectArray Property Definitions ****************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowBlueprintLibrary, nullptr, "OverrideDataflowVariableObjectArray", Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableObjectArray_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::DataflowBlueprintLibrary_eventOverrideDataflowVariableObjectArray_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UDataflowBlueprintLibrary::execOverrideDataflowVariableObjectArray)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_Asset);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_VariableName);
|
||
|
|
P_GET_TARRAY_REF(UObject*,Z_Param_Out_VariableArrayValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UDataflowBlueprintLibrary::OverrideDataflowVariableObjectArray(Z_Param_Asset,Z_Param_VariableName,Z_Param_Out_VariableArrayValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary Function OverrideDataflowVariableObjectArray *****
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary Function RegenerateAssetFromDataflow ***********
|
||
|
|
struct Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics
|
||
|
|
{
|
||
|
|
struct DataflowBlueprintLibrary_eventRegenerateAssetFromDataflow_Parms
|
||
|
|
{
|
||
|
|
UObject* AssetToRegenerate;
|
||
|
|
bool bRegenerateDependentAssets;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Dataflow" },
|
||
|
|
{ "Comment", "/**\n\x09* Regenerate an asset using its corresponding dataflow\n\x09* @return true if the asset was regenerated\n\x09*/" },
|
||
|
|
{ "CPP_Default_bRegenerateDependentAssets", "false" },
|
||
|
|
{ "Keywords", "Dataflow graph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ToolTip", "Regenerate an asset using its corresponding dataflow\n@return true if the asset was regenerated" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RegenerateAssetFromDataflow constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AssetToRegenerate;
|
||
|
|
static void NewProp_bRegenerateDependentAssets_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRegenerateDependentAssets;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RegenerateAssetFromDataflow constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RegenerateAssetFromDataflow Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::NewProp_AssetToRegenerate = { "AssetToRegenerate", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowBlueprintLibrary_eventRegenerateAssetFromDataflow_Parms, AssetToRegenerate), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::NewProp_bRegenerateDependentAssets_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventRegenerateAssetFromDataflow_Parms*)Obj)->bRegenerateDependentAssets = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::NewProp_bRegenerateDependentAssets = { "bRegenerateDependentAssets", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(DataflowBlueprintLibrary_eventRegenerateAssetFromDataflow_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::NewProp_bRegenerateDependentAssets_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((DataflowBlueprintLibrary_eventRegenerateAssetFromDataflow_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_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(DataflowBlueprintLibrary_eventRegenerateAssetFromDataflow_Parms), &Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::NewProp_AssetToRegenerate,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::NewProp_bRegenerateDependentAssets,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RegenerateAssetFromDataflow Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowBlueprintLibrary, nullptr, "RegenerateAssetFromDataflow", Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::DataflowBlueprintLibrary_eventRegenerateAssetFromDataflow_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::DataflowBlueprintLibrary_eventRegenerateAssetFromDataflow_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UDataflowBlueprintLibrary::execRegenerateAssetFromDataflow)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_AssetToRegenerate);
|
||
|
|
P_GET_UBOOL(Z_Param_bRegenerateDependentAssets);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UDataflowBlueprintLibrary::RegenerateAssetFromDataflow(Z_Param_AssetToRegenerate,Z_Param_bRegenerateDependentAssets);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary Function RegenerateAssetFromDataflow *************
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary ************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowBlueprintLibrary;
|
||
|
|
UClass* UDataflowBlueprintLibrary::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UDataflowBlueprintLibrary;
|
||
|
|
if (!Z_Registration_Info_UClass_UDataflowBlueprintLibrary.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("DataflowBlueprintLibrary"),
|
||
|
|
Z_Registration_Info_UClass_UDataflowBlueprintLibrary.InnerSingleton,
|
||
|
|
StaticRegisterNativesUDataflowBlueprintLibrary,
|
||
|
|
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_UDataflowBlueprintLibrary.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UDataflowBlueprintLibrary_NoRegister()
|
||
|
|
{
|
||
|
|
return UDataflowBlueprintLibrary::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UDataflowBlueprintLibrary_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowBlueprintLibrary.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UDataflowBlueprintLibrary constinit property declarations ****************
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary constinit property declarations ******************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("EvaluateTerminalNodeByName"), .Pointer = &UDataflowBlueprintLibrary::execEvaluateTerminalNodeByName },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("OverrideDataflowVariableBool"), .Pointer = &UDataflowBlueprintLibrary::execOverrideDataflowVariableBool },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("OverrideDataflowVariableBoolArray"), .Pointer = &UDataflowBlueprintLibrary::execOverrideDataflowVariableBoolArray },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("OverrideDataflowVariableFloat"), .Pointer = &UDataflowBlueprintLibrary::execOverrideDataflowVariableFloat },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("OverrideDataflowVariableFloatArray"), .Pointer = &UDataflowBlueprintLibrary::execOverrideDataflowVariableFloatArray },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("OverrideDataflowVariableInt"), .Pointer = &UDataflowBlueprintLibrary::execOverrideDataflowVariableInt },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("OverrideDataflowVariableIntArray"), .Pointer = &UDataflowBlueprintLibrary::execOverrideDataflowVariableIntArray },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("OverrideDataflowVariableObject"), .Pointer = &UDataflowBlueprintLibrary::execOverrideDataflowVariableObject },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("OverrideDataflowVariableObjectArray"), .Pointer = &UDataflowBlueprintLibrary::execOverrideDataflowVariableObjectArray },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RegenerateAssetFromDataflow"), .Pointer = &UDataflowBlueprintLibrary::execRegenerateAssetFromDataflow },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UDataflowBlueprintLibrary_EvaluateTerminalNodeByName, "EvaluateTerminalNodeByName" }, // 311164270
|
||
|
|
{ &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBool, "OverrideDataflowVariableBool" }, // 1764966824
|
||
|
|
{ &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableBoolArray, "OverrideDataflowVariableBoolArray" }, // 12474789
|
||
|
|
{ &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloat, "OverrideDataflowVariableFloat" }, // 1165736932
|
||
|
|
{ &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableFloatArray, "OverrideDataflowVariableFloatArray" }, // 3076319428
|
||
|
|
{ &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableInt, "OverrideDataflowVariableInt" }, // 48220215
|
||
|
|
{ &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableIntArray, "OverrideDataflowVariableIntArray" }, // 995633506
|
||
|
|
{ &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObject, "OverrideDataflowVariableObject" }, // 459857624
|
||
|
|
{ &Z_Construct_UFunction_UDataflowBlueprintLibrary_OverrideDataflowVariableObjectArray, "OverrideDataflowVariableObjectArray" }, // 3643195194
|
||
|
|
{ &Z_Construct_UFunction_UDataflowBlueprintLibrary_RegenerateAssetFromDataflow, "RegenerateAssetFromDataflow" }, // 2158169519
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UDataflowBlueprintLibrary>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UDataflowBlueprintLibrary_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UDataflowBlueprintLibrary_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowBlueprintLibrary_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowBlueprintLibrary_Statics::ClassParams = {
|
||
|
|
&UDataflowBlueprintLibrary::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_UDataflowBlueprintLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowBlueprintLibrary_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UDataflowBlueprintLibrary::StaticRegisterNativesUDataflowBlueprintLibrary()
|
||
|
|
{
|
||
|
|
UClass* Class = UDataflowBlueprintLibrary::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UDataflowBlueprintLibrary_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UDataflowBlueprintLibrary()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UDataflowBlueprintLibrary.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowBlueprintLibrary.OuterSingleton, Z_Construct_UClass_UDataflowBlueprintLibrary_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UDataflowBlueprintLibrary.OuterSingleton;
|
||
|
|
}
|
||
|
|
UDataflowBlueprintLibrary::UDataflowBlueprintLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowBlueprintLibrary);
|
||
|
|
UDataflowBlueprintLibrary::~UDataflowBlueprintLibrary() {}
|
||
|
|
// ********** End Class UDataflowBlueprintLibrary **************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowBlueprintLibrary_h__Script_DataflowEngine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UDataflowBlueprintLibrary, UDataflowBlueprintLibrary::StaticClass, TEXT("UDataflowBlueprintLibrary"), &Z_Registration_Info_UClass_UDataflowBlueprintLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowBlueprintLibrary), 131685670U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowBlueprintLibrary_h__Script_DataflowEngine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowBlueprintLibrary_h__Script_DataflowEngine_377556058{
|
||
|
|
TEXT("/Script/DataflowEngine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowBlueprintLibrary_h__Script_DataflowEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowBlueprintLibrary_h__Script_DataflowEngine_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|