Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/AnimGraphRuntime/UHT/AnimNode_PoseHandler.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

110 lines
7.8 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 "AnimNodes/AnimNode_PoseHandler.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAnimNode_PoseHandler() {}
// ********** Begin Cross Module References ********************************************************
ANIMGRAPHRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_PoseHandler();
ENGINE_API UClass* Z_Construct_UClass_UPoseAsset_NoRegister();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_AssetPlayerBase();
UPackage* Z_Construct_UPackage__Script_AnimGraphRuntime();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FAnimNode_PoseHandler *********************************************
struct Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FAnimNode_PoseHandler); }
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNode_PoseHandler); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "BlueprintType", "true" },
{ "Comment", "// Evaluates a point in an anim sequence, using a specific time input rather than advancing time internally.\n// Typically the playback position of the animation for this node will represent something other than time, like jump height.\n// This node will not trigger any notifies present in the associated sequence.\n" },
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_PoseHandler.h" },
{ "ToolTip", "Evaluates a point in an anim sequence, using a specific time input rather than advancing time internally.\nTypically the playback position of the animation for this node will represent something other than time, like jump height.\nThis node will not trigger any notifies present in the associated sequence." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PoseAsset_MetaData[] = {
{ "Category", "Settings" },
{ "Comment", "// The animation sequence asset to evaluate\n" },
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_PoseHandler.h" },
{ "PinHiddenByDefault", "" },
{ "ToolTip", "The animation sequence asset to evaluate" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FAnimNode_PoseHandler constinit property declarations *************
static const UECodeGen_Private::FObjectPropertyParams NewProp_PoseAsset;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FAnimNode_PoseHandler constinit property declarations ***************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNode_PoseHandler>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics
static_assert(std::is_polymorphic<FAnimNode_PoseHandler>() == std::is_polymorphic<FAnimNode_AssetPlayerBase>(), "USTRUCT FAnimNode_PoseHandler cannot be polymorphic unless super FAnimNode_AssetPlayerBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNode_PoseHandler;
class UScriptStruct* FAnimNode_PoseHandler::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FAnimNode_PoseHandler.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FAnimNode_PoseHandler.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNode_PoseHandler, (UObject*)Z_Construct_UPackage__Script_AnimGraphRuntime(), TEXT("AnimNode_PoseHandler"));
}
return Z_Registration_Info_UScriptStruct_FAnimNode_PoseHandler.OuterSingleton;
}
// ********** Begin ScriptStruct FAnimNode_PoseHandler Property Definitions ************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::NewProp_PoseAsset = { "PoseAsset", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_PoseHandler, PoseAsset), Z_Construct_UClass_UPoseAsset_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PoseAsset_MetaData), NewProp_PoseAsset_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::NewProp_PoseAsset,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FAnimNode_PoseHandler Property Definitions **************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AnimGraphRuntime,
Z_Construct_UScriptStruct_FAnimNode_AssetPlayerBase,
&NewStructOps,
"AnimNode_PoseHandler",
Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::PropPointers),
sizeof(FAnimNode_PoseHandler),
alignof(FAnimNode_PoseHandler),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_PoseHandler()
{
if (!Z_Registration_Info_UScriptStruct_FAnimNode_PoseHandler.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNode_PoseHandler.InnerSingleton, Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNode_PoseHandler.InnerSingleton);
}
// ********** End ScriptStruct FAnimNode_PoseHandler ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_PoseHandler_h__Script_AnimGraphRuntime_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FAnimNode_PoseHandler::StaticStruct, Z_Construct_UScriptStruct_FAnimNode_PoseHandler_Statics::NewStructOps, TEXT("AnimNode_PoseHandler"),&Z_Registration_Info_UScriptStruct_FAnimNode_PoseHandler, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNode_PoseHandler), 2809252315U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_PoseHandler_h__Script_AnimGraphRuntime_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_PoseHandler_h__Script_AnimGraphRuntime_95050050{
TEXT("/Script/AnimGraphRuntime"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_PoseHandler_h__Script_AnimGraphRuntime_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_PoseHandler_h__Script_AnimGraphRuntime_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS