Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,223 @@
// 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 "AnimationGraph.h"
#include "Animation/AnimClassInterface.h"
#include "UObject/Class.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAnimationGraph() {}
// ********** Begin Cross Module References ********************************************************
ANIMGRAPH_API UClass* Z_Construct_UClass_UAnimationGraph();
ANIMGRAPH_API UClass* Z_Construct_UClass_UAnimationGraph_NoRegister();
ANIMGRAPH_API UClass* Z_Construct_UClass_UAnimGraphNode_Base_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UEdGraph();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimGraphBlendOptions();
UPackage* Z_Construct_UPackage__Script_AnimGraph();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAnimationGraph Function GetGraphNodesOfClass ****************************
struct Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics
{
struct AnimationGraph_eventGetGraphNodesOfClass_Parms
{
TSubclassOf<UAnimGraphNode_Base> NodeClass;
TArray<UAnimGraphNode_Base*> GraphNodes;
bool bIncludeChildClasses;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "AnimationGraph" },
{ "Comment", "/** Returns contained graph nodes of the specified (or child) class */" },
{ "CPP_Default_bIncludeChildClasses", "true" },
{ "ModuleRelativePath", "Public/AnimationGraph.h" },
{ "ToolTip", "Returns contained graph nodes of the specified (or child) class" },
};
#endif // WITH_METADATA
// ********** Begin Function GetGraphNodesOfClass constinit property declarations ******************
static const UECodeGen_Private::FClassPropertyParams NewProp_NodeClass;
static const UECodeGen_Private::FObjectPropertyParams NewProp_GraphNodes_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_GraphNodes;
static void NewProp_bIncludeChildClasses_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIncludeChildClasses;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetGraphNodesOfClass constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetGraphNodesOfClass Property Definitions *****************************
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::NewProp_NodeClass = { "NodeClass", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimationGraph_eventGetGraphNodesOfClass_Parms, NodeClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UAnimGraphNode_Base_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::NewProp_GraphNodes_Inner = { "GraphNodes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UAnimGraphNode_Base_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::NewProp_GraphNodes = { "GraphNodes", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimationGraph_eventGetGraphNodesOfClass_Parms, GraphNodes), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::NewProp_bIncludeChildClasses_SetBit(void* Obj)
{
((AnimationGraph_eventGetGraphNodesOfClass_Parms*)Obj)->bIncludeChildClasses = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::NewProp_bIncludeChildClasses = { "bIncludeChildClasses", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AnimationGraph_eventGetGraphNodesOfClass_Parms), &Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::NewProp_bIncludeChildClasses_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::NewProp_NodeClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::NewProp_GraphNodes_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::NewProp_GraphNodes,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::NewProp_bIncludeChildClasses,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::PropPointers) < 2048);
// ********** End Function GetGraphNodesOfClass Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimationGraph, nullptr, "GetGraphNodesOfClass", Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::AnimationGraph_eventGetGraphNodesOfClass_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::AnimationGraph_eventGetGraphNodesOfClass_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UAnimationGraph::execGetGraphNodesOfClass)
{
P_GET_OBJECT(UClass,Z_Param_NodeClass);
P_GET_TARRAY_REF(UAnimGraphNode_Base*,Z_Param_Out_GraphNodes);
P_GET_UBOOL(Z_Param_bIncludeChildClasses);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->GetGraphNodesOfClass(Z_Param_NodeClass,Z_Param_Out_GraphNodes,Z_Param_bIncludeChildClasses);
P_NATIVE_END;
}
// ********** End Class UAnimationGraph Function GetGraphNodesOfClass ******************************
// ********** Begin Class UAnimationGraph **********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAnimationGraph;
UClass* UAnimationGraph::GetPrivateStaticClass()
{
using TClass = UAnimationGraph;
if (!Z_Registration_Info_UClass_UAnimationGraph.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AnimationGraph"),
Z_Registration_Info_UClass_UAnimationGraph.InnerSingleton,
StaticRegisterNativesUAnimationGraph,
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_UAnimationGraph.InnerSingleton;
}
UClass* Z_Construct_UClass_UAnimationGraph_NoRegister()
{
return UAnimationGraph::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAnimationGraph_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "AnimationGraph.h" },
{ "ModuleRelativePath", "Public/AnimationGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlendOptions_MetaData[] = {
{ "Category", "GraphBlending" },
{ "Comment", "/** Blending options for animation graphs in Linked Animation Blueprints. */" },
{ "ModuleRelativePath", "Public/AnimationGraph.h" },
{ "ShowOnlyInnerProperties", "" },
{ "ToolTip", "Blending options for animation graphs in Linked Animation Blueprints." },
};
#endif // WITH_METADATA
// ********** Begin Class UAnimationGraph constinit property declarations **************************
static const UECodeGen_Private::FStructPropertyParams NewProp_BlendOptions;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UAnimationGraph constinit property declarations ****************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetGraphNodesOfClass"), .Pointer = &UAnimationGraph::execGetGraphNodesOfClass },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UAnimationGraph_GetGraphNodesOfClass, "GetGraphNodesOfClass" }, // 2022383416
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAnimationGraph>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAnimationGraph_Statics
// ********** Begin Class UAnimationGraph Property Definitions *************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAnimationGraph_Statics::NewProp_BlendOptions = { "BlendOptions", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimationGraph, BlendOptions), Z_Construct_UScriptStruct_FAnimGraphBlendOptions, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlendOptions_MetaData), NewProp_BlendOptions_MetaData) }; // 3100234569
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAnimationGraph_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimationGraph_Statics::NewProp_BlendOptions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationGraph_Statics::PropPointers) < 2048);
// ********** End Class UAnimationGraph Property Definitions ***************************************
UObject* (*const Z_Construct_UClass_UAnimationGraph_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraph,
(UObject* (*)())Z_Construct_UPackage__Script_AnimGraph,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationGraph_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAnimationGraph_Statics::ClassParams = {
&UAnimationGraph::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UAnimationGraph_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationGraph_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationGraph_Statics::Class_MetaDataParams), Z_Construct_UClass_UAnimationGraph_Statics::Class_MetaDataParams)
};
void UAnimationGraph::StaticRegisterNativesUAnimationGraph()
{
UClass* Class = UAnimationGraph::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAnimationGraph_Statics::Funcs));
}
UClass* Z_Construct_UClass_UAnimationGraph()
{
if (!Z_Registration_Info_UClass_UAnimationGraph.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAnimationGraph.OuterSingleton, Z_Construct_UClass_UAnimationGraph_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAnimationGraph.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAnimationGraph);
UAnimationGraph::~UAnimationGraph() {}
// ********** End Class UAnimationGraph ************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_AnimationGraph_h__Script_AnimGraph_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAnimationGraph, UAnimationGraph::StaticClass, TEXT("UAnimationGraph"), &Z_Registration_Info_UClass_UAnimationGraph, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAnimationGraph), 1257572280U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_AnimationGraph_h__Script_AnimGraph_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_AnimationGraph_h__Script_AnimGraph_27178222{
TEXT("/Script/AnimGraph"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_AnimationGraph_h__Script_AnimGraph_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_AnimGraph_Public_AnimationGraph_h__Script_AnimGraph_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS