Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,510 @@
// 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 "RigVMModel/RigVMFunctionLibrary.h"
#include "RigVMCore/RigVMVariant.h"
#include "RigVMModel/RigVMBuildData.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeRigVMFunctionLibrary() {}
// ********** Begin Cross Module References ********************************************************
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMVariant();
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMFunctionLibrary();
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMFunctionLibrary_NoRegister();
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMFunctionReferenceNode_NoRegister();
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMGraph();
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMLibraryNode_NoRegister();
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMNode_NoRegister();
RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunctionReferenceArray();
UPackage* Z_Construct_UPackage__Script_RigVMDeveloper();
// ********** End Cross Module References **********************************************************
// ********** Begin Class URigVMFunctionLibrary Function FindFunction ******************************
struct Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics
{
struct RigVMFunctionLibrary_eventFindFunction_Parms
{
FName InFunctionName;
URigVMLibraryNode* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "RigVMGraph" },
{ "Comment", "// Finds a function by name\n" },
{ "ModuleRelativePath", "Public/RigVMModel/RigVMFunctionLibrary.h" },
{ "ToolTip", "Finds a function by name" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InFunctionName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function FindFunction constinit property declarations **************************
static const UECodeGen_Private::FNamePropertyParams NewProp_InFunctionName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function FindFunction constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function FindFunction Property Definitions *************************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::NewProp_InFunctionName = { "InFunctionName", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMFunctionLibrary_eventFindFunction_Parms, InFunctionName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InFunctionName_MetaData), NewProp_InFunctionName_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMFunctionLibrary_eventFindFunction_Parms, ReturnValue), Z_Construct_UClass_URigVMLibraryNode_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::NewProp_InFunctionName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::PropPointers) < 2048);
// ********** End Function FindFunction Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMFunctionLibrary, nullptr, "FindFunction", Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::PropPointers),
sizeof(Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::RigVMFunctionLibrary_eventFindFunction_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::RigVMFunctionLibrary_eventFindFunction_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(URigVMFunctionLibrary::execFindFunction)
{
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_InFunctionName);
P_FINISH;
P_NATIVE_BEGIN;
*(URigVMLibraryNode**)Z_Param__Result=P_THIS->FindFunction(Z_Param_Out_InFunctionName);
P_NATIVE_END;
}
// ********** End Class URigVMFunctionLibrary Function FindFunction ********************************
// ********** Begin Class URigVMFunctionLibrary Function FindFunctionForNode ***********************
struct Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics
{
struct RigVMFunctionLibrary_eventFindFunctionForNode_Parms
{
URigVMNode* InNode;
URigVMLibraryNode* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "RigVMGraph" },
{ "Comment", "// Finds a function by a node within a function (or a sub graph of that)\n" },
{ "ModuleRelativePath", "Public/RigVMModel/RigVMFunctionLibrary.h" },
{ "ToolTip", "Finds a function by a node within a function (or a sub graph of that)" },
};
#endif // WITH_METADATA
// ********** Begin Function FindFunctionForNode constinit property declarations *******************
static const UECodeGen_Private::FObjectPropertyParams NewProp_InNode;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function FindFunctionForNode constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function FindFunctionForNode Property Definitions ******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::NewProp_InNode = { "InNode", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMFunctionLibrary_eventFindFunctionForNode_Parms, InNode), Z_Construct_UClass_URigVMNode_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMFunctionLibrary_eventFindFunctionForNode_Parms, ReturnValue), Z_Construct_UClass_URigVMLibraryNode_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::NewProp_InNode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::PropPointers) < 2048);
// ********** End Function FindFunctionForNode Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMFunctionLibrary, nullptr, "FindFunctionForNode", Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::PropPointers),
sizeof(Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::RigVMFunctionLibrary_eventFindFunctionForNode_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::RigVMFunctionLibrary_eventFindFunctionForNode_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(URigVMFunctionLibrary::execFindFunctionForNode)
{
P_GET_OBJECT(URigVMNode,Z_Param_InNode);
P_FINISH;
P_NATIVE_BEGIN;
*(URigVMLibraryNode**)Z_Param__Result=P_THIS->FindFunctionForNode(Z_Param_InNode);
P_NATIVE_END;
}
// ********** End Class URigVMFunctionLibrary Function FindFunctionForNode *************************
// ********** Begin Class URigVMFunctionLibrary Function GetFunctions ******************************
struct Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics
{
struct RigVMFunctionLibrary_eventGetFunctions_Parms
{
TArray<URigVMLibraryNode*> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "RigVMGraph" },
{ "Comment", "// Returns all of the stored functions\n" },
{ "ModuleRelativePath", "Public/RigVMModel/RigVMFunctionLibrary.h" },
{ "ToolTip", "Returns all of the stored functions" },
};
#endif // WITH_METADATA
// ********** Begin Function GetFunctions constinit property declarations **************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetFunctions constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetFunctions Property Definitions *************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_URigVMLibraryNode_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMFunctionLibrary_eventGetFunctions_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::PropPointers) < 2048);
// ********** End Function GetFunctions Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMFunctionLibrary, nullptr, "GetFunctions", Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::PropPointers),
sizeof(Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::RigVMFunctionLibrary_eventGetFunctions_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::RigVMFunctionLibrary_eventGetFunctions_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(URigVMFunctionLibrary::execGetFunctions)
{
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<URigVMLibraryNode*>*)Z_Param__Result=P_THIS->GetFunctions();
P_NATIVE_END;
}
// ********** End Class URigVMFunctionLibrary Function GetFunctions ********************************
// ********** Begin Class URigVMFunctionLibrary Function GetReferencePathsForFunction **************
struct Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics
{
struct RigVMFunctionLibrary_eventGetReferencePathsForFunction_Parms
{
FName InFunctionName;
TArray<FString> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "RigVMGraph" },
{ "Comment", "// Returns all references for a given function name\n" },
{ "ModuleRelativePath", "Public/RigVMModel/RigVMFunctionLibrary.h" },
{ "ToolTip", "Returns all references for a given function name" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InFunctionName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetReferencePathsForFunction constinit property declarations **********
static const UECodeGen_Private::FNamePropertyParams NewProp_InFunctionName;
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetReferencePathsForFunction constinit property declarations ************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetReferencePathsForFunction Property Definitions *********************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::NewProp_InFunctionName = { "InFunctionName", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMFunctionLibrary_eventGetReferencePathsForFunction_Parms, InFunctionName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InFunctionName_MetaData), NewProp_InFunctionName_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMFunctionLibrary_eventGetReferencePathsForFunction_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::NewProp_InFunctionName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::PropPointers) < 2048);
// ********** End Function GetReferencePathsForFunction Property Definitions ***********************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMFunctionLibrary, nullptr, "GetReferencePathsForFunction", Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::PropPointers),
sizeof(Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::RigVMFunctionLibrary_eventGetReferencePathsForFunction_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::RigVMFunctionLibrary_eventGetReferencePathsForFunction_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(URigVMFunctionLibrary::execGetReferencePathsForFunction)
{
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_InFunctionName);
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<FString>*)Z_Param__Result=P_THIS->GetReferencePathsForFunction(Z_Param_Out_InFunctionName);
P_NATIVE_END;
}
// ********** End Class URigVMFunctionLibrary Function GetReferencePathsForFunction ****************
// ********** Begin Class URigVMFunctionLibrary Function GetReferencesForFunction ******************
struct Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics
{
struct RigVMFunctionLibrary_eventGetReferencesForFunction_Parms
{
FName InFunctionName;
TArray<TSoftObjectPtr<URigVMFunctionReferenceNode>> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "RigVMGraph" },
{ "Comment", "// Returns all references for a given function name\n" },
{ "ModuleRelativePath", "Public/RigVMModel/RigVMFunctionLibrary.h" },
{ "ToolTip", "Returns all references for a given function name" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InFunctionName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetReferencesForFunction constinit property declarations **************
static const UECodeGen_Private::FNamePropertyParams NewProp_InFunctionName;
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetReferencesForFunction constinit property declarations ****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetReferencesForFunction Property Definitions *************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::NewProp_InFunctionName = { "InFunctionName", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMFunctionLibrary_eventGetReferencesForFunction_Parms, InFunctionName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InFunctionName_MetaData), NewProp_InFunctionName_MetaData) };
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0004000000000000, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_URigVMFunctionReferenceNode_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0014000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMFunctionLibrary_eventGetReferencesForFunction_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::NewProp_InFunctionName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::PropPointers) < 2048);
// ********** End Function GetReferencesForFunction Property Definitions ***************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMFunctionLibrary, nullptr, "GetReferencesForFunction", Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::PropPointers),
sizeof(Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::RigVMFunctionLibrary_eventGetReferencesForFunction_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::RigVMFunctionLibrary_eventGetReferencesForFunction_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(URigVMFunctionLibrary::execGetReferencesForFunction)
{
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_InFunctionName);
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<TSoftObjectPtr<URigVMFunctionReferenceNode>>*)Z_Param__Result=P_THIS->GetReferencesForFunction(Z_Param_Out_InFunctionName);
P_NATIVE_END;
}
// ********** End Class URigVMFunctionLibrary Function GetReferencesForFunction ********************
// ********** Begin Class URigVMFunctionLibrary ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_URigVMFunctionLibrary;
UClass* URigVMFunctionLibrary::GetPrivateStaticClass()
{
using TClass = URigVMFunctionLibrary;
if (!Z_Registration_Info_UClass_URigVMFunctionLibrary.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("RigVMFunctionLibrary"),
Z_Registration_Info_UClass_URigVMFunctionLibrary.InnerSingleton,
StaticRegisterNativesURigVMFunctionLibrary,
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_URigVMFunctionLibrary.InnerSingleton;
}
UClass* Z_Construct_UClass_URigVMFunctionLibrary_NoRegister()
{
return URigVMFunctionLibrary::GetPrivateStaticClass();
}
struct Z_Construct_UClass_URigVMFunctionLibrary_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * The Function Library is a graph used only to store\n * the sub graphs used for functions.\n */" },
{ "IncludePath", "RigVMModel/RigVMFunctionLibrary.h" },
{ "ModuleRelativePath", "Public/RigVMModel/RigVMFunctionLibrary.h" },
{ "ToolTip", "The Function Library is a graph used only to store\nthe sub graphs used for functions." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PublicFunctionNames_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMFunctionLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FunctionToVariant_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMFunctionLibrary.h" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FunctionReferences_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMFunctionLibrary.h" },
};
#endif // WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocalizedFunctions_MetaData[] = {
{ "Comment", "// A map which stores a library node per original pathname.\n// The source pathname is the full path of the source function that was localized\n// to the local copy stored in the value of the pair.\n" },
{ "ModuleRelativePath", "Public/RigVMModel/RigVMFunctionLibrary.h" },
{ "ToolTip", "A map which stores a library node per original pathname.\nThe source pathname is the full path of the source function that was localized\nto the local copy stored in the value of the pair." },
};
#endif // WITH_METADATA
// ********** Begin Class URigVMFunctionLibrary constinit property declarations ********************
static const UECodeGen_Private::FNamePropertyParams NewProp_PublicFunctionNames_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PublicFunctionNames;
static const UECodeGen_Private::FStructPropertyParams NewProp_FunctionToVariant_ValueProp;
static const UECodeGen_Private::FNamePropertyParams NewProp_FunctionToVariant_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_FunctionToVariant;
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStructPropertyParams NewProp_FunctionReferences_ValueProp;
static const UECodeGen_Private::FObjectPropertyParams NewProp_FunctionReferences_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_FunctionReferences;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FObjectPropertyParams NewProp_LocalizedFunctions_ValueProp;
static const UECodeGen_Private::FStrPropertyParams NewProp_LocalizedFunctions_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_LocalizedFunctions;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class URigVMFunctionLibrary constinit property declarations **********************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("FindFunction"), .Pointer = &URigVMFunctionLibrary::execFindFunction },
{ .NameUTF8 = UTF8TEXT("FindFunctionForNode"), .Pointer = &URigVMFunctionLibrary::execFindFunctionForNode },
{ .NameUTF8 = UTF8TEXT("GetFunctions"), .Pointer = &URigVMFunctionLibrary::execGetFunctions },
{ .NameUTF8 = UTF8TEXT("GetReferencePathsForFunction"), .Pointer = &URigVMFunctionLibrary::execGetReferencePathsForFunction },
{ .NameUTF8 = UTF8TEXT("GetReferencesForFunction"), .Pointer = &URigVMFunctionLibrary::execGetReferencesForFunction },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_URigVMFunctionLibrary_FindFunction, "FindFunction" }, // 3946282872
{ &Z_Construct_UFunction_URigVMFunctionLibrary_FindFunctionForNode, "FindFunctionForNode" }, // 1384945202
{ &Z_Construct_UFunction_URigVMFunctionLibrary_GetFunctions, "GetFunctions" }, // 3527240275
{ &Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencePathsForFunction, "GetReferencePathsForFunction" }, // 3693331985
{ &Z_Construct_UFunction_URigVMFunctionLibrary_GetReferencesForFunction, "GetReferencesForFunction" }, // 3314596691
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<URigVMFunctionLibrary>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_URigVMFunctionLibrary_Statics
// ********** Begin Class URigVMFunctionLibrary Property Definitions *******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_PublicFunctionNames_Inner = { "PublicFunctionNames", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_PublicFunctionNames = { "PublicFunctionNames", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMFunctionLibrary, PublicFunctionNames), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PublicFunctionNames_MetaData), NewProp_PublicFunctionNames_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionToVariant_ValueProp = { "FunctionToVariant", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FRigVMVariant, METADATA_PARAMS(0, nullptr) }; // 2178042555
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionToVariant_Key_KeyProp = { "FunctionToVariant_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionToVariant = { "FunctionToVariant", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMFunctionLibrary, FunctionToVariant), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FunctionToVariant_MetaData), NewProp_FunctionToVariant_MetaData) }; // 2178042555
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionReferences_ValueProp = { "FunctionReferences", nullptr, (EPropertyFlags)0x0000000820000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FRigVMFunctionReferenceArray, METADATA_PARAMS(0, nullptr) }; // 3762958371
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionReferences_Key_KeyProp = { "FunctionReferences_Key", nullptr, (EPropertyFlags)0x0004000800000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_URigVMLibraryNode_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionReferences = { "FunctionReferences", nullptr, (EPropertyFlags)0x0040000820000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMFunctionLibrary, FunctionReferences_DEPRECATED), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FunctionReferences_MetaData), NewProp_FunctionReferences_MetaData) }; // 3762958371
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_LocalizedFunctions_ValueProp = { "LocalizedFunctions", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UClass_URigVMLibraryNode_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_LocalizedFunctions_Key_KeyProp = { "LocalizedFunctions_Key", nullptr, (EPropertyFlags)0x0100000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_LocalizedFunctions = { "LocalizedFunctions", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMFunctionLibrary, LocalizedFunctions), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocalizedFunctions_MetaData), NewProp_LocalizedFunctions_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URigVMFunctionLibrary_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_PublicFunctionNames_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_PublicFunctionNames,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionToVariant_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionToVariant_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionToVariant,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionReferences_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionReferences_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_FunctionReferences,
#endif // WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_LocalizedFunctions_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_LocalizedFunctions_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMFunctionLibrary_Statics::NewProp_LocalizedFunctions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMFunctionLibrary_Statics::PropPointers) < 2048);
// ********** End Class URigVMFunctionLibrary Property Definitions *********************************
UObject* (*const Z_Construct_UClass_URigVMFunctionLibrary_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_URigVMGraph,
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMFunctionLibrary_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_URigVMFunctionLibrary_Statics::ClassParams = {
&URigVMFunctionLibrary::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_URigVMFunctionLibrary_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_URigVMFunctionLibrary_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMFunctionLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_URigVMFunctionLibrary_Statics::Class_MetaDataParams)
};
void URigVMFunctionLibrary::StaticRegisterNativesURigVMFunctionLibrary()
{
UClass* Class = URigVMFunctionLibrary::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_URigVMFunctionLibrary_Statics::Funcs));
}
UClass* Z_Construct_UClass_URigVMFunctionLibrary()
{
if (!Z_Registration_Info_UClass_URigVMFunctionLibrary.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URigVMFunctionLibrary.OuterSingleton, Z_Construct_UClass_URigVMFunctionLibrary_Statics::ClassParams);
}
return Z_Registration_Info_UClass_URigVMFunctionLibrary.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URigVMFunctionLibrary);
URigVMFunctionLibrary::~URigVMFunctionLibrary() {}
// ********** End Class URigVMFunctionLibrary ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMFunctionLibrary_h__Script_RigVMDeveloper_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_URigVMFunctionLibrary, URigVMFunctionLibrary::StaticClass, TEXT("URigVMFunctionLibrary"), &Z_Registration_Info_UClass_URigVMFunctionLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URigVMFunctionLibrary), 356243533U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMFunctionLibrary_h__Script_RigVMDeveloper_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMFunctionLibrary_h__Script_RigVMDeveloper_3961957081{
TEXT("/Script/RigVMDeveloper"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMFunctionLibrary_h__Script_RigVMDeveloper_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMFunctionLibrary_h__Script_RigVMDeveloper_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS