88 lines
5.1 KiB
C++
88 lines
5.1 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 "RigVMCore/RigVMDispatchFactory.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeRigVMDispatchFactory() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMDispatchFactory();
|
|
UPackage* Z_Construct_UPackage__Script_RigVM();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMDispatchFactory *********************************************
|
|
struct Z_Construct_UScriptStruct_FRigVMDispatchFactory_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMDispatchFactory); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMDispatchFactory); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * A factory to generate a template and its dispatch functions\n */" },
|
|
{ "ModuleRelativePath", "Public/RigVMCore/RigVMDispatchFactory.h" },
|
|
{ "ToolTip", "A factory to generate a template and its dispatch functions" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMDispatchFactory constinit property declarations *************
|
|
// ********** End ScriptStruct FRigVMDispatchFactory constinit property declarations ***************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMDispatchFactory>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMDispatchFactory_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMDispatchFactory;
|
|
class UScriptStruct* FRigVMDispatchFactory::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMDispatchFactory.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMDispatchFactory.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMDispatchFactory, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMDispatchFactory"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMDispatchFactory.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMDispatchFactory_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"RigVMDispatchFactory",
|
|
nullptr,
|
|
0,
|
|
sizeof(FRigVMDispatchFactory),
|
|
alignof(FRigVMDispatchFactory),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMDispatchFactory_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMDispatchFactory_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMDispatchFactory()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMDispatchFactory.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMDispatchFactory.InnerSingleton, Z_Construct_UScriptStruct_FRigVMDispatchFactory_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMDispatchFactory.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigVMDispatchFactory ***********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMDispatchFactory_h__Script_RigVM_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FRigVMDispatchFactory::StaticStruct, Z_Construct_UScriptStruct_FRigVMDispatchFactory_Statics::NewStructOps, TEXT("RigVMDispatchFactory"),&Z_Registration_Info_UScriptStruct_FRigVMDispatchFactory, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMDispatchFactory), 2155882497U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMDispatchFactory_h__Script_RigVM_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMDispatchFactory_h__Script_RigVM_1557449113{
|
|
TEXT("/Script/RigVM"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMDispatchFactory_h__Script_RigVM_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVMDispatchFactory_h__Script_RigVM_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|