199 lines
12 KiB
C++
199 lines
12 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 "Animation/NodeMappingProviderInterface.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeNodeMappingProviderInterface() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform();
|
|
ENGINE_API UClass* Z_Construct_UClass_UNodeMappingProviderInterface();
|
|
ENGINE_API UClass* Z_Construct_UClass_UNodeMappingProviderInterface_NoRegister();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNodeItem();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FNodeItem *********************************************************
|
|
struct Z_Construct_UScriptStruct_FNodeItem_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNodeItem); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNodeItem); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/* Node Information to save with */" },
|
|
{ "ModuleRelativePath", "Public/Animation/NodeMappingProviderInterface.h" },
|
|
{ "ToolTip", "Node Information to save with" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParentName_MetaData[] = {
|
|
{ "Comment", "/* Parent Name. If NAME_None, it will consider no parent */" },
|
|
{ "ModuleRelativePath", "Public/Animation/NodeMappingProviderInterface.h" },
|
|
{ "ToolTip", "Parent Name. If NAME_None, it will consider no parent" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Transform_MetaData[] = {
|
|
{ "Comment", "/* Space transform (Not based on parent). Used by control rig system */" },
|
|
{ "ModuleRelativePath", "Public/Animation/NodeMappingProviderInterface.h" },
|
|
{ "ToolTip", "Space transform (Not based on parent). Used by control rig system" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FNodeItem constinit property declarations *************************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ParentName;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Transform;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FNodeItem constinit property declarations ***************************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNodeItem>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FNodeItem_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNodeItem;
|
|
class UScriptStruct* FNodeItem::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNodeItem.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FNodeItem.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNodeItem, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NodeItem"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FNodeItem.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FNodeItem Property Definitions ************************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNodeItem_Statics::NewProp_ParentName = { "ParentName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNodeItem, ParentName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParentName_MetaData), NewProp_ParentName_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNodeItem_Statics::NewProp_Transform = { "Transform", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNodeItem, Transform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Transform_MetaData), NewProp_Transform_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNodeItem_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNodeItem_Statics::NewProp_ParentName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNodeItem_Statics::NewProp_Transform,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNodeItem_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FNodeItem Property Definitions **************************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNodeItem_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"NodeItem",
|
|
Z_Construct_UScriptStruct_FNodeItem_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNodeItem_Statics::PropPointers),
|
|
sizeof(FNodeItem),
|
|
alignof(FNodeItem),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNodeItem_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNodeItem_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNodeItem()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNodeItem.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNodeItem.InnerSingleton, Z_Construct_UScriptStruct_FNodeItem_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNodeItem.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FNodeItem ***********************************************************
|
|
|
|
// ********** Begin Interface UNodeMappingProviderInterface ****************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNodeMappingProviderInterface;
|
|
UClass* UNodeMappingProviderInterface::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNodeMappingProviderInterface;
|
|
if (!Z_Registration_Info_UClass_UNodeMappingProviderInterface.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NodeMappingProviderInterface"),
|
|
Z_Registration_Info_UClass_UNodeMappingProviderInterface.InnerSingleton,
|
|
StaticRegisterNativesUNodeMappingProviderInterface,
|
|
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_UNodeMappingProviderInterface.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNodeMappingProviderInterface_NoRegister()
|
|
{
|
|
return UNodeMappingProviderInterface::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNodeMappingProviderInterface_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "CannotImplementInterfaceInBlueprint", "" },
|
|
{ "ModuleRelativePath", "Public/Animation/NodeMappingProviderInterface.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Interface UNodeMappingProviderInterface constinit property declarations ********
|
|
// ********** End Interface UNodeMappingProviderInterface constinit property declarations **********
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<INodeMappingProviderInterface>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNodeMappingProviderInterface_Statics
|
|
UObject* (*const Z_Construct_UClass_UNodeMappingProviderInterface_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UInterface,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNodeMappingProviderInterface_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNodeMappingProviderInterface_Statics::ClassParams = {
|
|
&UNodeMappingProviderInterface::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000840A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNodeMappingProviderInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UNodeMappingProviderInterface_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNodeMappingProviderInterface::StaticRegisterNativesUNodeMappingProviderInterface()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNodeMappingProviderInterface()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNodeMappingProviderInterface.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNodeMappingProviderInterface.OuterSingleton, Z_Construct_UClass_UNodeMappingProviderInterface_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNodeMappingProviderInterface.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNodeMappingProviderInterface);
|
|
// ********** End Interface UNodeMappingProviderInterface ******************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_NodeMappingProviderInterface_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FNodeItem::StaticStruct, Z_Construct_UScriptStruct_FNodeItem_Statics::NewStructOps, TEXT("NodeItem"),&Z_Registration_Info_UScriptStruct_FNodeItem, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNodeItem), 2698052042U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UNodeMappingProviderInterface, UNodeMappingProviderInterface::StaticClass, TEXT("UNodeMappingProviderInterface"), &Z_Registration_Info_UClass_UNodeMappingProviderInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNodeMappingProviderInterface), 4243059555U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_NodeMappingProviderInterface_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_NodeMappingProviderInterface_h__Script_Engine_3594708718{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_NodeMappingProviderInterface_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_NodeMappingProviderInterface_h__Script_Engine_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_NodeMappingProviderInterface_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_NodeMappingProviderInterface_h__Script_Engine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|