Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/RigVM/UHT/RigVMGraphFunctionHost.gen.cpp

204 lines
13 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "RigVMCore/RigVMGraphFunctionHost.h"
#include "RigVMCore/RigVMGraphFunctionDefinition.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeRigVMGraphFunctionHost() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
RIGVM_API UClass* Z_Construct_UClass_URigVMGraphFunctionHost();
RIGVM_API UClass* Z_Construct_UClass_URigVMGraphFunctionHost_NoRegister();
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMGraphFunctionData();
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMGraphFunctionStore();
UPackage* Z_Construct_UPackage__Script_RigVM();
// ********** End Cross Module References **********************************************************
// ********** Begin Interface URigVMGraphFunctionHost **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_URigVMGraphFunctionHost;
UClass* URigVMGraphFunctionHost::GetPrivateStaticClass()
{
using TClass = URigVMGraphFunctionHost;
if (!Z_Registration_Info_UClass_URigVMGraphFunctionHost.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("RigVMGraphFunctionHost"),
Z_Registration_Info_UClass_URigVMGraphFunctionHost.InnerSingleton,
StaticRegisterNativesURigVMGraphFunctionHost,
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_URigVMGraphFunctionHost.InnerSingleton;
}
UClass* Z_Construct_UClass_URigVMGraphFunctionHost_NoRegister()
{
return URigVMGraphFunctionHost::GetPrivateStaticClass();
}
struct Z_Construct_UClass_URigVMGraphFunctionHost_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/RigVMCore/RigVMGraphFunctionHost.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface URigVMGraphFunctionHost constinit property declarations **************
// ********** End Interface URigVMGraphFunctionHost constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<IRigVMGraphFunctionHost>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_URigVMGraphFunctionHost_Statics
UObject* (*const Z_Construct_UClass_URigVMGraphFunctionHost_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMGraphFunctionHost_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_URigVMGraphFunctionHost_Statics::ClassParams = {
&URigVMGraphFunctionHost::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMGraphFunctionHost_Statics::Class_MetaDataParams), Z_Construct_UClass_URigVMGraphFunctionHost_Statics::Class_MetaDataParams)
};
void URigVMGraphFunctionHost::StaticRegisterNativesURigVMGraphFunctionHost()
{
}
UClass* Z_Construct_UClass_URigVMGraphFunctionHost()
{
if (!Z_Registration_Info_UClass_URigVMGraphFunctionHost.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URigVMGraphFunctionHost.OuterSingleton, Z_Construct_UClass_URigVMGraphFunctionHost_Statics::ClassParams);
}
return Z_Registration_Info_UClass_URigVMGraphFunctionHost.OuterSingleton;
}
URigVMGraphFunctionHost::URigVMGraphFunctionHost(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URigVMGraphFunctionHost);
// ********** End Interface URigVMGraphFunctionHost ************************************************
// ********** Begin ScriptStruct FRigVMGraphFunctionStore ******************************************
struct Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FRigVMGraphFunctionStore); }
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMGraphFunctionStore); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "// A management struct containing graph functions\n" },
{ "ModuleRelativePath", "Public/RigVMCore/RigVMGraphFunctionHost.h" },
{ "ToolTip", "A management struct containing graph functions" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PublicFunctions_MetaData[] = {
{ "Comment", "/** Exposed public functions on this rig */" },
{ "ModuleRelativePath", "Public/RigVMCore/RigVMGraphFunctionHost.h" },
{ "ToolTip", "Exposed public functions on this rig" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PrivateFunctions_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMCore/RigVMGraphFunctionHost.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FRigVMGraphFunctionStore constinit property declarations **********
static const UECodeGen_Private::FStructPropertyParams NewProp_PublicFunctions_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PublicFunctions;
static const UECodeGen_Private::FStructPropertyParams NewProp_PrivateFunctions_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PrivateFunctions;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FRigVMGraphFunctionStore constinit property declarations ************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMGraphFunctionStore>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMGraphFunctionStore;
class UScriptStruct* FRigVMGraphFunctionStore::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMGraphFunctionStore.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FRigVMGraphFunctionStore.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMGraphFunctionStore, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMGraphFunctionStore"));
}
return Z_Registration_Info_UScriptStruct_FRigVMGraphFunctionStore.OuterSingleton;
}
// ********** Begin ScriptStruct FRigVMGraphFunctionStore Property Definitions *********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::NewProp_PublicFunctions_Inner = { "PublicFunctions", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FRigVMGraphFunctionData, METADATA_PARAMS(0, nullptr) }; // 255242664
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::NewProp_PublicFunctions = { "PublicFunctions", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphFunctionStore, PublicFunctions), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PublicFunctions_MetaData), NewProp_PublicFunctions_MetaData) }; // 255242664
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::NewProp_PrivateFunctions_Inner = { "PrivateFunctions", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FRigVMGraphFunctionData, METADATA_PARAMS(0, nullptr) }; // 255242664
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::NewProp_PrivateFunctions = { "PrivateFunctions", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphFunctionStore, PrivateFunctions), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PrivateFunctions_MetaData), NewProp_PrivateFunctions_MetaData) }; // 255242664
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::NewProp_PublicFunctions_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::NewProp_PublicFunctions,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::NewProp_PrivateFunctions_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::NewProp_PrivateFunctions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FRigVMGraphFunctionStore Property Definitions ***********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
nullptr,
&NewStructOps,
"RigVMGraphFunctionStore",
Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::PropPointers),
sizeof(FRigVMGraphFunctionStore),
alignof(FRigVMGraphFunctionStore),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FRigVMGraphFunctionStore()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMGraphFunctionStore.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMGraphFunctionStore.InnerSingleton, Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMGraphFunctionStore.InnerSingleton);
}
// ********** End ScriptStruct FRigVMGraphFunctionStore ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMGraphFunctionHost_h__Script_RigVM_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FRigVMGraphFunctionStore::StaticStruct, Z_Construct_UScriptStruct_FRigVMGraphFunctionStore_Statics::NewStructOps, TEXT("RigVMGraphFunctionStore"),&Z_Registration_Info_UScriptStruct_FRigVMGraphFunctionStore, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMGraphFunctionStore), 3420593037U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_URigVMGraphFunctionHost, URigVMGraphFunctionHost::StaticClass, TEXT("URigVMGraphFunctionHost"), &Z_Registration_Info_UClass_URigVMGraphFunctionHost, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URigVMGraphFunctionHost), 2122920363U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMGraphFunctionHost_h__Script_RigVM_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMGraphFunctionHost_h__Script_RigVM_1833733130{
TEXT("/Script/RigVM"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMGraphFunctionHost_h__Script_RigVM_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMGraphFunctionHost_h__Script_RigVM_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMGraphFunctionHost_h__Script_RigVM_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMGraphFunctionHost_h__Script_RigVM_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS