// 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 "BlendSpaceGraph.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeBlendSpaceGraph() {} // ********** Begin Cross Module References ******************************************************** ANIMGRAPH_API UClass* Z_Construct_UClass_UBlendSpaceGraph(); ANIMGRAPH_API UClass* Z_Construct_UClass_UBlendSpaceGraph_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UBlendSpace_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UEdGraph(); UPackage* Z_Construct_UPackage__Script_AnimGraph(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UBlendSpaceGraph ********************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UBlendSpaceGraph; UClass* UBlendSpaceGraph::GetPrivateStaticClass() { using TClass = UBlendSpaceGraph; if (!Z_Registration_Info_UClass_UBlendSpaceGraph.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("BlendSpaceGraph"), Z_Registration_Info_UClass_UBlendSpaceGraph.InnerSingleton, StaticRegisterNativesUBlendSpaceGraph, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UBlendSpaceGraph.InnerSingleton; } UClass* Z_Construct_UClass_UBlendSpaceGraph_NoRegister() { return UBlendSpaceGraph::GetPrivateStaticClass(); } struct Z_Construct_UClass_UBlendSpaceGraph_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "// Dummy graph to hold sub-graphs for blendspaces. Not edited directly.\n" }, { "IncludePath", "BlendSpaceGraph.h" }, { "ModuleRelativePath", "Public/BlendSpaceGraph.h" }, { "ToolTip", "Dummy graph to hold sub-graphs for blendspaces. Not edited directly." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlendSpace_MetaData[] = { { "Category", "BlendSpace" }, { "Comment", "// Blendspace that we wrap\n" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/BlendSpaceGraph.h" }, { "ShowOnlyInnerProperties", "" }, { "ToolTip", "Blendspace that we wrap" }, }; #endif // WITH_METADATA // ********** Begin Class UBlendSpaceGraph constinit property declarations ************************* static const UECodeGen_Private::FObjectPropertyParams NewProp_BlendSpace; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UBlendSpaceGraph constinit property declarations *************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UBlendSpaceGraph_Statics // ********** Begin Class UBlendSpaceGraph Property Definitions ************************************ const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBlendSpaceGraph_Statics::NewProp_BlendSpace = { "BlendSpace", nullptr, (EPropertyFlags)0x01160000020a0009, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBlendSpaceGraph, BlendSpace), Z_Construct_UClass_UBlendSpace_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlendSpace_MetaData), NewProp_BlendSpace_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBlendSpaceGraph_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlendSpaceGraph_Statics::NewProp_BlendSpace, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlendSpaceGraph_Statics::PropPointers) < 2048); // ********** End Class UBlendSpaceGraph Property Definitions ************************************** UObject* (*const Z_Construct_UClass_UBlendSpaceGraph_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UEdGraph, (UObject* (*)())Z_Construct_UPackage__Script_AnimGraph, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlendSpaceGraph_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UBlendSpaceGraph_Statics::ClassParams = { &UBlendSpaceGraph::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UBlendSpaceGraph_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UBlendSpaceGraph_Statics::PropPointers), 0, 0x008800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBlendSpaceGraph_Statics::Class_MetaDataParams), Z_Construct_UClass_UBlendSpaceGraph_Statics::Class_MetaDataParams) }; void UBlendSpaceGraph::StaticRegisterNativesUBlendSpaceGraph() { } UClass* Z_Construct_UClass_UBlendSpaceGraph() { if (!Z_Registration_Info_UClass_UBlendSpaceGraph.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBlendSpaceGraph.OuterSingleton, Z_Construct_UClass_UBlendSpaceGraph_Statics::ClassParams); } return Z_Registration_Info_UClass_UBlendSpaceGraph.OuterSingleton; } UBlendSpaceGraph::UBlendSpaceGraph(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBlendSpaceGraph); UBlendSpaceGraph::~UBlendSpaceGraph() {} // ********** End Class UBlendSpaceGraph *********************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_BlendSpaceGraph_h__Script_AnimGraph_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UBlendSpaceGraph, UBlendSpaceGraph::StaticClass, TEXT("UBlendSpaceGraph"), &Z_Registration_Info_UClass_UBlendSpaceGraph, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBlendSpaceGraph), 1930158655U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_BlendSpaceGraph_h__Script_AnimGraph_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_BlendSpaceGraph_h__Script_AnimGraph_630422758{ TEXT("/Script/AnimGraph"), Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_BlendSpaceGraph_h__Script_AnimGraph_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_BlendSpaceGraph_h__Script_AnimGraph_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS