263 lines
17 KiB
C++
263 lines
17 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 "Units/Hierarchy/RigUnit_Component.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeRigUnit_Component() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRigDispatch_ComponentBase();
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRigDispatch_GetComponentContent();
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRigDispatch_SetComponentContent();
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRigDispatch_SpawnComponent();
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRigDispatchFactory();
|
|
UPackage* Z_Construct_UPackage__Script_ControlRig();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FRigDispatch_ComponentBase ****************************************
|
|
struct Z_Construct_UScriptStruct_FRigDispatch_ComponentBase_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigDispatch_ComponentBase); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigDispatch_ComponentBase); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Abstract", "" },
|
|
{ "Category", "Hierarchy" },
|
|
{ "ModuleRelativePath", "Public/Units/Hierarchy/RigUnit_Component.h" },
|
|
{ "NodeColor", "0.462745, 1,0, 0.329412" },
|
|
{ "Varying", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigDispatch_ComponentBase constinit property declarations ********
|
|
// ********** End ScriptStruct FRigDispatch_ComponentBase constinit property declarations **********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigDispatch_ComponentBase>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigDispatch_ComponentBase_Statics
|
|
static_assert(std::is_polymorphic<FRigDispatch_ComponentBase>() == std::is_polymorphic<FRigDispatchFactory>(), "USTRUCT FRigDispatch_ComponentBase cannot be polymorphic unless super FRigDispatchFactory is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigDispatch_ComponentBase;
|
|
class UScriptStruct* FRigDispatch_ComponentBase::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigDispatch_ComponentBase.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigDispatch_ComponentBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigDispatch_ComponentBase, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("RigDispatch_ComponentBase"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigDispatch_ComponentBase.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigDispatch_ComponentBase_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
|
|
Z_Construct_UScriptStruct_FRigDispatchFactory,
|
|
&NewStructOps,
|
|
"RigDispatch_ComponentBase",
|
|
nullptr,
|
|
0,
|
|
sizeof(FRigDispatch_ComponentBase),
|
|
alignof(FRigDispatch_ComponentBase),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigDispatch_ComponentBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigDispatch_ComponentBase_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigDispatch_ComponentBase()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigDispatch_ComponentBase.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigDispatch_ComponentBase.InnerSingleton, Z_Construct_UScriptStruct_FRigDispatch_ComponentBase_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigDispatch_ComponentBase.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigDispatch_ComponentBase ******************************************
|
|
|
|
// ********** Begin ScriptStruct FRigDispatch_SpawnComponent ***************************************
|
|
struct Z_Construct_UScriptStruct_FRigDispatch_SpawnComponent_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigDispatch_SpawnComponent); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigDispatch_SpawnComponent); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Adds a component under an element in the hierarchy\n */" },
|
|
{ "DisplayName", "Spawn Component" },
|
|
{ "ModuleRelativePath", "Public/Units/Hierarchy/RigUnit_Component.h" },
|
|
{ "ToolTip", "Adds a component under an element in the hierarchy" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigDispatch_SpawnComponent constinit property declarations *******
|
|
// ********** End ScriptStruct FRigDispatch_SpawnComponent constinit property declarations *********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigDispatch_SpawnComponent>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigDispatch_SpawnComponent_Statics
|
|
static_assert(std::is_polymorphic<FRigDispatch_SpawnComponent>() == std::is_polymorphic<FRigDispatch_ComponentBase>(), "USTRUCT FRigDispatch_SpawnComponent cannot be polymorphic unless super FRigDispatch_ComponentBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigDispatch_SpawnComponent;
|
|
class UScriptStruct* FRigDispatch_SpawnComponent::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigDispatch_SpawnComponent.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigDispatch_SpawnComponent.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigDispatch_SpawnComponent, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("RigDispatch_SpawnComponent"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigDispatch_SpawnComponent.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigDispatch_SpawnComponent_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
|
|
Z_Construct_UScriptStruct_FRigDispatch_ComponentBase,
|
|
&NewStructOps,
|
|
"RigDispatch_SpawnComponent",
|
|
nullptr,
|
|
0,
|
|
sizeof(FRigDispatch_SpawnComponent),
|
|
alignof(FRigDispatch_SpawnComponent),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigDispatch_SpawnComponent_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigDispatch_SpawnComponent_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigDispatch_SpawnComponent()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigDispatch_SpawnComponent.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigDispatch_SpawnComponent.InnerSingleton, Z_Construct_UScriptStruct_FRigDispatch_SpawnComponent_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigDispatch_SpawnComponent.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigDispatch_SpawnComponent *****************************************
|
|
|
|
// ********** Begin ScriptStruct FRigDispatch_GetComponentContent **********************************
|
|
struct Z_Construct_UScriptStruct_FRigDispatch_GetComponentContent_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigDispatch_GetComponentContent); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigDispatch_GetComponentContent); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Gets the component\n */" },
|
|
{ "DisplayName", "Get Component" },
|
|
{ "ModuleRelativePath", "Public/Units/Hierarchy/RigUnit_Component.h" },
|
|
{ "ToolTip", "Gets the component" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigDispatch_GetComponentContent constinit property declarations **
|
|
// ********** End ScriptStruct FRigDispatch_GetComponentContent constinit property declarations ****
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigDispatch_GetComponentContent>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigDispatch_GetComponentContent_Statics
|
|
static_assert(std::is_polymorphic<FRigDispatch_GetComponentContent>() == std::is_polymorphic<FRigDispatch_ComponentBase>(), "USTRUCT FRigDispatch_GetComponentContent cannot be polymorphic unless super FRigDispatch_ComponentBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigDispatch_GetComponentContent;
|
|
class UScriptStruct* FRigDispatch_GetComponentContent::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigDispatch_GetComponentContent.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigDispatch_GetComponentContent.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigDispatch_GetComponentContent, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("RigDispatch_GetComponentContent"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigDispatch_GetComponentContent.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigDispatch_GetComponentContent_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
|
|
Z_Construct_UScriptStruct_FRigDispatch_ComponentBase,
|
|
&NewStructOps,
|
|
"RigDispatch_GetComponentContent",
|
|
nullptr,
|
|
0,
|
|
sizeof(FRigDispatch_GetComponentContent),
|
|
alignof(FRigDispatch_GetComponentContent),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigDispatch_GetComponentContent_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigDispatch_GetComponentContent_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigDispatch_GetComponentContent()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigDispatch_GetComponentContent.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigDispatch_GetComponentContent.InnerSingleton, Z_Construct_UScriptStruct_FRigDispatch_GetComponentContent_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigDispatch_GetComponentContent.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigDispatch_GetComponentContent ************************************
|
|
|
|
// ********** Begin ScriptStruct FRigDispatch_SetComponentContent **********************************
|
|
struct Z_Construct_UScriptStruct_FRigDispatch_SetComponentContent_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigDispatch_SetComponentContent); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigDispatch_SetComponentContent); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Set the content of a component\n */" },
|
|
{ "DisplayName", "Set Component" },
|
|
{ "ModuleRelativePath", "Public/Units/Hierarchy/RigUnit_Component.h" },
|
|
{ "ToolTip", "Set the content of a component" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigDispatch_SetComponentContent constinit property declarations **
|
|
// ********** End ScriptStruct FRigDispatch_SetComponentContent constinit property declarations ****
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigDispatch_SetComponentContent>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigDispatch_SetComponentContent_Statics
|
|
static_assert(std::is_polymorphic<FRigDispatch_SetComponentContent>() == std::is_polymorphic<FRigDispatch_ComponentBase>(), "USTRUCT FRigDispatch_SetComponentContent cannot be polymorphic unless super FRigDispatch_ComponentBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigDispatch_SetComponentContent;
|
|
class UScriptStruct* FRigDispatch_SetComponentContent::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigDispatch_SetComponentContent.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigDispatch_SetComponentContent.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigDispatch_SetComponentContent, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("RigDispatch_SetComponentContent"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigDispatch_SetComponentContent.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigDispatch_SetComponentContent_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
|
|
Z_Construct_UScriptStruct_FRigDispatch_ComponentBase,
|
|
&NewStructOps,
|
|
"RigDispatch_SetComponentContent",
|
|
nullptr,
|
|
0,
|
|
sizeof(FRigDispatch_SetComponentContent),
|
|
alignof(FRigDispatch_SetComponentContent),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigDispatch_SetComponentContent_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigDispatch_SetComponentContent_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigDispatch_SetComponentContent()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigDispatch_SetComponentContent.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigDispatch_SetComponentContent.InnerSingleton, Z_Construct_UScriptStruct_FRigDispatch_SetComponentContent_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigDispatch_SetComponentContent.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigDispatch_SetComponentContent ************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Units_Hierarchy_RigUnit_Component_h__Script_ControlRig_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FRigDispatch_ComponentBase::StaticStruct, Z_Construct_UScriptStruct_FRigDispatch_ComponentBase_Statics::NewStructOps, TEXT("RigDispatch_ComponentBase"),&Z_Registration_Info_UScriptStruct_FRigDispatch_ComponentBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigDispatch_ComponentBase), 1311953221U) },
|
|
{ FRigDispatch_SpawnComponent::StaticStruct, Z_Construct_UScriptStruct_FRigDispatch_SpawnComponent_Statics::NewStructOps, TEXT("RigDispatch_SpawnComponent"),&Z_Registration_Info_UScriptStruct_FRigDispatch_SpawnComponent, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigDispatch_SpawnComponent), 2440903774U) },
|
|
{ FRigDispatch_GetComponentContent::StaticStruct, Z_Construct_UScriptStruct_FRigDispatch_GetComponentContent_Statics::NewStructOps, TEXT("RigDispatch_GetComponentContent"),&Z_Registration_Info_UScriptStruct_FRigDispatch_GetComponentContent, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigDispatch_GetComponentContent), 2541478823U) },
|
|
{ FRigDispatch_SetComponentContent::StaticStruct, Z_Construct_UScriptStruct_FRigDispatch_SetComponentContent_Statics::NewStructOps, TEXT("RigDispatch_SetComponentContent"),&Z_Registration_Info_UScriptStruct_FRigDispatch_SetComponentContent, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigDispatch_SetComponentContent), 901490501U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Units_Hierarchy_RigUnit_Component_h__Script_ControlRig_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Units_Hierarchy_RigUnit_Component_h__Script_ControlRig_555509811{
|
|
TEXT("/Script/ControlRig"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Units_Hierarchy_RigUnit_Component_h__Script_ControlRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Units_Hierarchy_RigUnit_Component_h__Script_ControlRig_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|