Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/MovieSceneTracks/UHT/MovieSceneCommonAnimationTrack.gen.cpp

239 lines
18 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 "Tracks/MovieSceneCommonAnimationTrack.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneCommonAnimationTrack() {}
// ********** Begin Cross Module References ********************************************************
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneNameableTrack();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection_NoRegister();
MOVIESCENETRACKS_API UClass* Z_Construct_UClass_UMovieSceneCommonAnimationTrack();
MOVIESCENETRACKS_API UClass* Z_Construct_UClass_UMovieSceneCommonAnimationTrack_NoRegister();
MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams();
UPackage* Z_Construct_UPackage__Script_MovieSceneTracks();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieSceneSkeletalAnimRootMotionTrackParams **********************
struct Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneSkeletalAnimRootMotionTrackParams); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**Struct to hold the cached root motion positions based upon how we calculated them.\n* Also provides way to get the root motion at a particular time.\n*/" },
{ "ModuleRelativePath", "Public/Tracks/MovieSceneCommonAnimationTrack.h" },
{ "ToolTip", "Struct to hold the cached root motion positions based upon how we calculated them.\nAlso provides way to get the root motion at a particular time." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneSkeletalAnimRootMotionTrackParams constinit property declarations
// ********** End ScriptStruct FMovieSceneSkeletalAnimRootMotionTrackParams constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneSkeletalAnimRootMotionTrackParams>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams;
class UScriptStruct* FMovieSceneSkeletalAnimRootMotionTrackParams::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams, (UObject*)Z_Construct_UPackage__Script_MovieSceneTracks(), TEXT("MovieSceneSkeletalAnimRootMotionTrackParams"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MovieSceneTracks,
nullptr,
&NewStructOps,
"MovieSceneSkeletalAnimRootMotionTrackParams",
nullptr,
0,
sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams),
alignof(FMovieSceneSkeletalAnimRootMotionTrackParams),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneSkeletalAnimRootMotionTrackParams ************************
// ********** Begin Class UMovieSceneCommonAnimationTrack ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneCommonAnimationTrack;
UClass* UMovieSceneCommonAnimationTrack::GetPrivateStaticClass()
{
using TClass = UMovieSceneCommonAnimationTrack;
if (!Z_Registration_Info_UClass_UMovieSceneCommonAnimationTrack.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneCommonAnimationTrack"),
Z_Registration_Info_UClass_UMovieSceneCommonAnimationTrack.InnerSingleton,
StaticRegisterNativesUMovieSceneCommonAnimationTrack,
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_UMovieSceneCommonAnimationTrack.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneCommonAnimationTrack_NoRegister()
{
return UMovieSceneCommonAnimationTrack::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Tracks/MovieSceneCommonAnimationTrack.h" },
{ "ModuleRelativePath", "Public/Tracks/MovieSceneCommonAnimationTrack.h" },
{ "ObjectInitializerConstructorDeclared", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnimationSections_MetaData[] = {
{ "Comment", "/** List of all animation sections */" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/Tracks/MovieSceneCommonAnimationTrack.h" },
{ "ToolTip", "List of all animation sections" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootMotionParams_MetaData[] = {
{ "ModuleRelativePath", "Public/Tracks/MovieSceneCommonAnimationTrack.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bBlendFirstChildOfRoot_MetaData[] = {
{ "Category", "Root Motions" },
{ "Comment", "/** Whether to blend and adjust the first child node with animation instead of the root, this should be true for blending when the root is static, false if the animations have proper root motion*/" },
{ "ModuleRelativePath", "Public/Tracks/MovieSceneCommonAnimationTrack.h" },
{ "ToolTip", "Whether to blend and adjust the first child node with animation instead of the root, this should be true for blending when the root is static, false if the animations have proper root motion" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowRootMotionTrail_MetaData[] = {
{ "Category", "Root Motions" },
{ "Comment", "/** Whether to show the position of the root for this sections */" },
{ "ModuleRelativePath", "Public/Tracks/MovieSceneCommonAnimationTrack.h" },
{ "ToolTip", "Whether to show the position of the root for this sections" },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneCommonAnimationTrack constinit property declarations **********
static const UECodeGen_Private::FObjectPropertyParams NewProp_AnimationSections_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_AnimationSections;
static const UECodeGen_Private::FStructPropertyParams NewProp_RootMotionParams;
static void NewProp_bBlendFirstChildOfRoot_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bBlendFirstChildOfRoot;
#if WITH_EDITORONLY_DATA
static void NewProp_bShowRootMotionTrail_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowRootMotionTrail;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMovieSceneCommonAnimationTrack constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneCommonAnimationTrack>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics
// ********** Begin Class UMovieSceneCommonAnimationTrack Property Definitions *********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_AnimationSections_Inner = { "AnimationSections", nullptr, (EPropertyFlags)0x0104000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMovieSceneSection_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_AnimationSections = { "AnimationSections", nullptr, (EPropertyFlags)0x0114008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneCommonAnimationTrack, AnimationSections), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnimationSections_MetaData), NewProp_AnimationSections_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_RootMotionParams = { "RootMotionParams", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneCommonAnimationTrack, RootMotionParams), Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootMotionParams_MetaData), NewProp_RootMotionParams_MetaData) }; // 2574564153
void Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_bBlendFirstChildOfRoot_SetBit(void* Obj)
{
((UMovieSceneCommonAnimationTrack*)Obj)->bBlendFirstChildOfRoot = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_bBlendFirstChildOfRoot = { "bBlendFirstChildOfRoot", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneCommonAnimationTrack), &Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_bBlendFirstChildOfRoot_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bBlendFirstChildOfRoot_MetaData), NewProp_bBlendFirstChildOfRoot_MetaData) };
#if WITH_EDITORONLY_DATA
void Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_bShowRootMotionTrail_SetBit(void* Obj)
{
((UMovieSceneCommonAnimationTrack*)Obj)->bShowRootMotionTrail = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_bShowRootMotionTrail = { "bShowRootMotionTrail", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneCommonAnimationTrack), &Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_bShowRootMotionTrail_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowRootMotionTrail_MetaData), NewProp_bShowRootMotionTrail_MetaData) };
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_AnimationSections_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_AnimationSections,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_RootMotionParams,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_bBlendFirstChildOfRoot,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::NewProp_bShowRootMotionTrail,
#endif // WITH_EDITORONLY_DATA
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::PropPointers) < 2048);
// ********** End Class UMovieSceneCommonAnimationTrack Property Definitions ***********************
UObject* (*const Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneNameableTrack,
(UObject* (*)())Z_Construct_UPackage__Script_MovieSceneTracks,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::ClassParams = {
&UMovieSceneCommonAnimationTrack::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::Class_MetaDataParams)
};
void UMovieSceneCommonAnimationTrack::StaticRegisterNativesUMovieSceneCommonAnimationTrack()
{
}
UClass* Z_Construct_UClass_UMovieSceneCommonAnimationTrack()
{
if (!Z_Registration_Info_UClass_UMovieSceneCommonAnimationTrack.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneCommonAnimationTrack.OuterSingleton, Z_Construct_UClass_UMovieSceneCommonAnimationTrack_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneCommonAnimationTrack.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneCommonAnimationTrack);
UMovieSceneCommonAnimationTrack::~UMovieSceneCommonAnimationTrack() {}
// ********** End Class UMovieSceneCommonAnimationTrack ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Public_Tracks_MovieSceneCommonAnimationTrack_h__Script_MovieSceneTracks_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneSkeletalAnimRootMotionTrackParams::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams_Statics::NewStructOps, TEXT("MovieSceneSkeletalAnimRootMotionTrackParams"),&Z_Registration_Info_UScriptStruct_FMovieSceneSkeletalAnimRootMotionTrackParams, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams), 2574564153U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneCommonAnimationTrack, UMovieSceneCommonAnimationTrack::StaticClass, TEXT("UMovieSceneCommonAnimationTrack"), &Z_Registration_Info_UClass_UMovieSceneCommonAnimationTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneCommonAnimationTrack), 643317642U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Public_Tracks_MovieSceneCommonAnimationTrack_h__Script_MovieSceneTracks_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Public_Tracks_MovieSceneCommonAnimationTrack_h__Script_MovieSceneTracks_92815896{
TEXT("/Script/MovieSceneTracks"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Public_Tracks_MovieSceneCommonAnimationTrack_h__Script_MovieSceneTracks_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Public_Tracks_MovieSceneCommonAnimationTrack_h__Script_MovieSceneTracks_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Public_Tracks_MovieSceneCommonAnimationTrack_h__Script_MovieSceneTracks_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Public_Tracks_MovieSceneCommonAnimationTrack_h__Script_MovieSceneTracks_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS