146 lines
9.2 KiB
C++
146 lines
9.2 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 "Chaos/Sequencer/MovieSceneChaosCacheTrack.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeMovieSceneChaosCacheTrack() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
CHAOSCACHING_API UClass* Z_Construct_UClass_UMovieSceneChaosCacheTrack();
|
||
|
|
CHAOSCACHING_API UClass* Z_Construct_UClass_UMovieSceneChaosCacheTrack_NoRegister();
|
||
|
|
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneNameableTrack();
|
||
|
|
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection_NoRegister();
|
||
|
|
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_ChaosCaching();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UMovieSceneChaosCacheTrack ***********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneChaosCacheTrack;
|
||
|
|
UClass* UMovieSceneChaosCacheTrack::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UMovieSceneChaosCacheTrack;
|
||
|
|
if (!Z_Registration_Info_UClass_UMovieSceneChaosCacheTrack.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("MovieSceneChaosCacheTrack"),
|
||
|
|
Z_Registration_Info_UClass_UMovieSceneChaosCacheTrack.InnerSingleton,
|
||
|
|
StaticRegisterNativesUMovieSceneChaosCacheTrack,
|
||
|
|
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_UMovieSceneChaosCacheTrack.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UMovieSceneChaosCacheTrack_NoRegister()
|
||
|
|
{
|
||
|
|
return UMovieSceneChaosCacheTrack::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Handles animation of ChaosCache\n */" },
|
||
|
|
{ "IncludePath", "Chaos/Sequencer/MovieSceneChaosCacheTrack.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Chaos/Sequencer/MovieSceneChaosCacheTrack.h" },
|
||
|
|
{ "ToolTip", "Handles animation of ChaosCache" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnimationSections_MetaData[] = {
|
||
|
|
{ "Comment", "/** List of all animation sections */" },
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/Chaos/Sequencer/MovieSceneChaosCacheTrack.h" },
|
||
|
|
{ "ToolTip", "List of all animation sections" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UMovieSceneChaosCacheTrack constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AnimationSections_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_AnimationSections;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UMovieSceneChaosCacheTrack constinit property declarations *****************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UMovieSceneChaosCacheTrack>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UMovieSceneChaosCacheTrack Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneChaosCacheTrack_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_UMovieSceneChaosCacheTrack_Statics::NewProp_AnimationSections = { "AnimationSections", nullptr, (EPropertyFlags)0x0144008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneChaosCacheTrack, AnimationSections), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnimationSections_MetaData), NewProp_AnimationSections_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::NewProp_AnimationSections_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::NewProp_AnimationSections,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UMovieSceneChaosCacheTrack Property Definitions ****************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UMovieSceneNameableTrack,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ChaosCaching,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::InterfaceParams[] = {
|
||
|
|
{ Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister, (int32)VTABLE_OFFSET(UMovieSceneChaosCacheTrack, IMovieSceneTrackTemplateProducer), false }, // 4099870696
|
||
|
|
};
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::ClassParams = {
|
||
|
|
&UMovieSceneChaosCacheTrack::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::PropPointers,
|
||
|
|
InterfaceParams,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::PropPointers),
|
||
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
||
|
|
0x00A800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UMovieSceneChaosCacheTrack::StaticRegisterNativesUMovieSceneChaosCacheTrack()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UMovieSceneChaosCacheTrack()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UMovieSceneChaosCacheTrack.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneChaosCacheTrack.OuterSingleton, Z_Construct_UClass_UMovieSceneChaosCacheTrack_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UMovieSceneChaosCacheTrack.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneChaosCacheTrack);
|
||
|
|
UMovieSceneChaosCacheTrack::~UMovieSceneChaosCacheTrack() {}
|
||
|
|
// ********** End Class UMovieSceneChaosCacheTrack *************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Public_Chaos_Sequencer_MovieSceneChaosCacheTrack_h__Script_ChaosCaching_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UMovieSceneChaosCacheTrack, UMovieSceneChaosCacheTrack::StaticClass, TEXT("UMovieSceneChaosCacheTrack"), &Z_Registration_Info_UClass_UMovieSceneChaosCacheTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneChaosCacheTrack), 2571074286U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Public_Chaos_Sequencer_MovieSceneChaosCacheTrack_h__Script_ChaosCaching_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Public_Chaos_Sequencer_MovieSceneChaosCacheTrack_h__Script_ChaosCaching_3619942656{
|
||
|
|
TEXT("/Script/ChaosCaching"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Public_Chaos_Sequencer_MovieSceneChaosCacheTrack_h__Script_ChaosCaching_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Public_Chaos_Sequencer_MovieSceneChaosCacheTrack_h__Script_ChaosCaching_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|