193 lines
14 KiB
C++
193 lines
14 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 "Rigs/RigHierarchyCache.h"
|
||
|
|
#include "Rigs/RigHierarchyDefines.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeRigHierarchyCache() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FCachedRigComponent();
|
||
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FCachedRigElement();
|
||
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRigElementKey();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_ControlRig();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FCachedRigElement *************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FCachedRigElement_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FCachedRigElement); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FCachedRigElement); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/Rigs/RigHierarchyCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Key_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Rigs/RigHierarchyCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Rigs/RigHierarchyCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ContainerVersion_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Rigs/RigHierarchyCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FCachedRigElement constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Key;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_Index;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ContainerVersion;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FCachedRigElement constinit property declarations *******************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FCachedRigElement>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FCachedRigElement_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCachedRigElement;
|
||
|
|
class UScriptStruct* FCachedRigElement::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FCachedRigElement.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FCachedRigElement.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCachedRigElement, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("CachedRigElement"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FCachedRigElement.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FCachedRigElement Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FCachedRigElement_Statics::NewProp_Key = { "Key", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCachedRigElement, Key), Z_Construct_UScriptStruct_FRigElementKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Key_MetaData), NewProp_Key_MetaData) }; // 389243550
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FCachedRigElement_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCachedRigElement, Index), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCachedRigElement_Statics::NewProp_ContainerVersion = { "ContainerVersion", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCachedRigElement, ContainerVersion), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ContainerVersion_MetaData), NewProp_ContainerVersion_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCachedRigElement_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCachedRigElement_Statics::NewProp_Key,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCachedRigElement_Statics::NewProp_Index,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCachedRigElement_Statics::NewProp_ContainerVersion,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCachedRigElement_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FCachedRigElement Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCachedRigElement_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"CachedRigElement",
|
||
|
|
Z_Construct_UScriptStruct_FCachedRigElement_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCachedRigElement_Statics::PropPointers),
|
||
|
|
sizeof(FCachedRigElement),
|
||
|
|
alignof(FCachedRigElement),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCachedRigElement_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCachedRigElement_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FCachedRigElement()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FCachedRigElement.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCachedRigElement.InnerSingleton, Z_Construct_UScriptStruct_FCachedRigElement_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FCachedRigElement.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FCachedRigElement ***************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FCachedRigComponent ***********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FCachedRigComponent_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FCachedRigComponent); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FCachedRigComponent); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/Rigs/RigHierarchyCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CachedElement_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Rigs/RigHierarchyCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Rigs/RigHierarchyCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Rigs/RigHierarchyCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FCachedRigComponent constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CachedElement;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Name;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_Index;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FCachedRigComponent constinit property declarations *****************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FCachedRigComponent>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FCachedRigComponent_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCachedRigComponent;
|
||
|
|
class UScriptStruct* FCachedRigComponent::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FCachedRigComponent.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FCachedRigComponent.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCachedRigComponent, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("CachedRigComponent"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FCachedRigComponent.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FCachedRigComponent Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FCachedRigComponent_Statics::NewProp_CachedElement = { "CachedElement", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCachedRigComponent, CachedElement), Z_Construct_UScriptStruct_FCachedRigElement, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CachedElement_MetaData), NewProp_CachedElement_MetaData) }; // 412962995
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FCachedRigComponent_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCachedRigComponent, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FCachedRigComponent_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCachedRigComponent, Index), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCachedRigComponent_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCachedRigComponent_Statics::NewProp_CachedElement,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCachedRigComponent_Statics::NewProp_Name,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCachedRigComponent_Statics::NewProp_Index,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCachedRigComponent_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FCachedRigComponent Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCachedRigComponent_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"CachedRigComponent",
|
||
|
|
Z_Construct_UScriptStruct_FCachedRigComponent_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCachedRigComponent_Statics::PropPointers),
|
||
|
|
sizeof(FCachedRigComponent),
|
||
|
|
alignof(FCachedRigComponent),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCachedRigComponent_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCachedRigComponent_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FCachedRigComponent()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FCachedRigComponent.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCachedRigComponent.InnerSingleton, Z_Construct_UScriptStruct_FCachedRigComponent_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FCachedRigComponent.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FCachedRigComponent *************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Rigs_RigHierarchyCache_h__Script_ControlRig_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FCachedRigElement::StaticStruct, Z_Construct_UScriptStruct_FCachedRigElement_Statics::NewStructOps, TEXT("CachedRigElement"),&Z_Registration_Info_UScriptStruct_FCachedRigElement, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCachedRigElement), 412962995U) },
|
||
|
|
{ FCachedRigComponent::StaticStruct, Z_Construct_UScriptStruct_FCachedRigComponent_Statics::NewStructOps, TEXT("CachedRigComponent"),&Z_Registration_Info_UScriptStruct_FCachedRigComponent, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCachedRigComponent), 746909139U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Rigs_RigHierarchyCache_h__Script_ControlRig_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Rigs_RigHierarchyCache_h__Script_ControlRig_2539330416{
|
||
|
|
TEXT("/Script/ControlRig"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Rigs_RigHierarchyCache_h__Script_ControlRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Rigs_RigHierarchyCache_h__Script_ControlRig_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|