Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/AnimGraph/UHT/AnimationStateGraph.gen.cpp

135 lines
7.3 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "AnimationStateGraph.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAnimationStateGraph() {}
// ********** Begin Cross Module References ********************************************************
ANIMGRAPH_API UClass* Z_Construct_UClass_UAnimationGraph();
ANIMGRAPH_API UClass* Z_Construct_UClass_UAnimationStateGraph();
ANIMGRAPH_API UClass* Z_Construct_UClass_UAnimationStateGraph_NoRegister();
ANIMGRAPH_API UClass* Z_Construct_UClass_UAnimGraphNode_StateResult_NoRegister();
UPackage* Z_Construct_UPackage__Script_AnimGraph();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAnimationStateGraph *****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAnimationStateGraph;
UClass* UAnimationStateGraph::GetPrivateStaticClass()
{
using TClass = UAnimationStateGraph;
if (!Z_Registration_Info_UClass_UAnimationStateGraph.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AnimationStateGraph"),
Z_Registration_Info_UClass_UAnimationStateGraph.InnerSingleton,
StaticRegisterNativesUAnimationStateGraph,
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_UAnimationStateGraph.InnerSingleton;
}
UClass* Z_Construct_UClass_UAnimationStateGraph_NoRegister()
{
return UAnimationStateGraph::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAnimationStateGraph_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "AnimationStateGraph.h" },
{ "ModuleRelativePath", "Public/AnimationStateGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MyResultNode_MetaData[] = {
{ "Comment", "// Result node within the state's animation graph\n" },
{ "ModuleRelativePath", "Public/AnimationStateGraph.h" },
{ "ToolTip", "Result node within the state's animation graph" },
};
#endif // WITH_METADATA
// ********** Begin Class UAnimationStateGraph constinit property declarations *********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_MyResultNode;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UAnimationStateGraph constinit property declarations ***********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAnimationStateGraph>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAnimationStateGraph_Statics
// ********** Begin Class UAnimationStateGraph Property Definitions ********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAnimationStateGraph_Statics::NewProp_MyResultNode = { "MyResultNode", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimationStateGraph, MyResultNode), Z_Construct_UClass_UAnimGraphNode_StateResult_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MyResultNode_MetaData), NewProp_MyResultNode_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAnimationStateGraph_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimationStateGraph_Statics::NewProp_MyResultNode,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationStateGraph_Statics::PropPointers) < 2048);
// ********** End Class UAnimationStateGraph Property Definitions **********************************
UObject* (*const Z_Construct_UClass_UAnimationStateGraph_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAnimationGraph,
(UObject* (*)())Z_Construct_UPackage__Script_AnimGraph,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationStateGraph_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAnimationStateGraph_Statics::ClassParams = {
&UAnimationStateGraph::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UAnimationStateGraph_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationStateGraph_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationStateGraph_Statics::Class_MetaDataParams), Z_Construct_UClass_UAnimationStateGraph_Statics::Class_MetaDataParams)
};
void UAnimationStateGraph::StaticRegisterNativesUAnimationStateGraph()
{
}
UClass* Z_Construct_UClass_UAnimationStateGraph()
{
if (!Z_Registration_Info_UClass_UAnimationStateGraph.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAnimationStateGraph.OuterSingleton, Z_Construct_UClass_UAnimationStateGraph_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAnimationStateGraph.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAnimationStateGraph);
UAnimationStateGraph::~UAnimationStateGraph() {}
// ********** End Class UAnimationStateGraph *******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_AnimationStateGraph_h__Script_AnimGraph_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAnimationStateGraph, UAnimationStateGraph::StaticClass, TEXT("UAnimationStateGraph"), &Z_Registration_Info_UClass_UAnimationStateGraph, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAnimationStateGraph), 458821593U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_AnimationStateGraph_h__Script_AnimGraph_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_AnimationStateGraph_h__Script_AnimGraph_2141480206{
TEXT("/Script/AnimGraph"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_AnimationStateGraph_h__Script_AnimGraph_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_AnimationStateGraph_h__Script_AnimGraph_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS