140 lines
8.4 KiB
C++
140 lines
8.4 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 "GeometryCacheTrack.h"
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeGeometryCacheTrack() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
GEOMETRYCACHE_API UClass* Z_Construct_UClass_UGeometryCacheTrack();
|
|
GEOMETRYCACHE_API UClass* Z_Construct_UClass_UGeometryCacheTrack_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_GeometryCache();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UGeometryCacheTrack ******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCacheTrack;
|
|
UClass* UGeometryCacheTrack::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UGeometryCacheTrack;
|
|
if (!Z_Registration_Info_UClass_UGeometryCacheTrack.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("GeometryCacheTrack"),
|
|
Z_Registration_Info_UClass_UGeometryCacheTrack.InnerSingleton,
|
|
StaticRegisterNativesUGeometryCacheTrack,
|
|
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_UGeometryCacheTrack.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UGeometryCacheTrack_NoRegister()
|
|
{
|
|
return UGeometryCacheTrack::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UGeometryCacheTrack_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/** Base class for GeometryCache tracks, stores matrix animation data and implements functionality for it */" },
|
|
{ "HideCategories", "Object" },
|
|
{ "IncludePath", "GeometryCacheTrack.h" },
|
|
{ "ModuleRelativePath", "Classes/GeometryCacheTrack.h" },
|
|
{ "ToolTip", "Base class for GeometryCache tracks, stores matrix animation data and implements functionality for it" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Duration_MetaData[] = {
|
|
{ "Category", "GeometryCache" },
|
|
{ "Comment", "/** The duration of this track's animation. This is an open ended interval [0..Duration[.\n\x09 * If the animation is looping this is also the length of the loop.\n\x09 *\n\x09 * Note: This is set by the importer possibly based on user preferences. There may be less actual frames available.\n\x09 * E.g. the animation has data for the first 2 seconds, but duration is set to 5, so it will loop every 5 seconds\n\x09 * with the last three seconds showing a static scene.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/GeometryCacheTrack.h" },
|
|
{ "ToolTip", "The duration of this track's animation. This is an open ended interval [0..Duration[.\nIf the animation is looping this is also the length of the loop.\n\nNote: This is set by the importer possibly based on user preferences. There may be less actual frames available.\nE.g. the animation has data for the first 2 seconds, but duration is set to 5, so it will loop every 5 seconds\nwith the last three seconds showing a static scene." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UGeometryCacheTrack constinit property declarations **********************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Duration;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UGeometryCacheTrack constinit property declarations ************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UGeometryCacheTrack>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UGeometryCacheTrack_Statics
|
|
|
|
// ********** Begin Class UGeometryCacheTrack Property Definitions *********************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGeometryCacheTrack_Statics::NewProp_Duration = { "Duration", nullptr, (EPropertyFlags)0x0020080000020001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGeometryCacheTrack, Duration), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Duration_MetaData), NewProp_Duration_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGeometryCacheTrack_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCacheTrack_Statics::NewProp_Duration,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCacheTrack_Statics::PropPointers) < 2048);
|
|
// ********** End Class UGeometryCacheTrack Property Definitions ***********************************
|
|
UObject* (*const Z_Construct_UClass_UGeometryCacheTrack_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCache,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCacheTrack_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCacheTrack_Statics::ClassParams = {
|
|
&UGeometryCacheTrack::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UGeometryCacheTrack_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCacheTrack_Statics::PropPointers),
|
|
0,
|
|
0x000820A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCacheTrack_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCacheTrack_Statics::Class_MetaDataParams)
|
|
};
|
|
void UGeometryCacheTrack::StaticRegisterNativesUGeometryCacheTrack()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UGeometryCacheTrack()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UGeometryCacheTrack.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCacheTrack.OuterSingleton, Z_Construct_UClass_UGeometryCacheTrack_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UGeometryCacheTrack.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCacheTrack);
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UGeometryCacheTrack)
|
|
// ********** End Class UGeometryCacheTrack ********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheTrack_h__Script_GeometryCache_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UGeometryCacheTrack, UGeometryCacheTrack::StaticClass, TEXT("UGeometryCacheTrack"), &Z_Registration_Info_UClass_UGeometryCacheTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCacheTrack), 1338418074U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheTrack_h__Script_GeometryCache_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheTrack_h__Script_GeometryCache_1006230700{
|
|
TEXT("/Script/GeometryCache"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheTrack_h__Script_GeometryCache_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheTrack_h__Script_GeometryCache_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|