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,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionTracks_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_GeometryCollectionTracks;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_GeometryCollectionTracks()
{
if (!Z_Registration_Info_UPackage__Script_GeometryCollectionTracks.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/GeometryCollectionTracks",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0xE8B7C7FB,
0x24B6DDC5,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_GeometryCollectionTracks.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_GeometryCollectionTracks.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_GeometryCollectionTracks(Z_Construct_UPackage__Script_GeometryCollectionTracks, TEXT("/Script/GeometryCollectionTracks"), Z_Registration_Info_UPackage__Script_GeometryCollectionTracks, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xE8B7C7FB, 0x24B6DDC5));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,237 @@
// 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 "MovieSceneGeometryCollectionSection.h"
#include "UObject/SoftObjectPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneGeometryCollectionSection() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftObjectPath();
GEOMETRYCOLLECTIONTRACKS_API UClass* Z_Construct_UClass_UMovieSceneGeometryCollectionSection();
GEOMETRYCOLLECTIONTRACKS_API UClass* Z_Construct_UClass_UMovieSceneGeometryCollectionSection_NoRegister();
GEOMETRYCOLLECTIONTRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection();
UPackage* Z_Construct_UPackage__Script_GeometryCollectionTracks();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionParams *******************************
struct Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneGeometryCollectionParams); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneGeometryCollectionParams); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GeometryCollectionCache_MetaData[] = {
{ "AllowedClasses", "/Script/GeometryCollectionEngine.GeometryCollectionCache" },
{ "Category", "GeometryCollection" },
{ "Comment", "/** The animation this section plays */" },
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionSection.h" },
{ "ToolTip", "The animation this section plays" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartFrameOffset_MetaData[] = {
{ "Category", "GeometryCollection" },
{ "Comment", "/** The offset into the beginning of the animation clip */" },
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionSection.h" },
{ "ToolTip", "The offset into the beginning of the animation clip" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EndFrameOffset_MetaData[] = {
{ "Category", "GeometryCollection" },
{ "Comment", "/** The offset into the end of the animation clip */" },
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionSection.h" },
{ "ToolTip", "The offset into the end of the animation clip" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PlayRate_MetaData[] = {
{ "Category", "GeometryCollection" },
{ "Comment", "/** The playback rate of the animation clip */" },
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionSection.h" },
{ "ToolTip", "The playback rate of the animation clip" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionParams constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_GeometryCollectionCache;
static const UECodeGen_Private::FStructPropertyParams NewProp_StartFrameOffset;
static const UECodeGen_Private::FStructPropertyParams NewProp_EndFrameOffset;
static const UECodeGen_Private::FFloatPropertyParams NewProp_PlayRate;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneGeometryCollectionParams constinit property declarations *
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneGeometryCollectionParams>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionParams;
class UScriptStruct* FMovieSceneGeometryCollectionParams::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionParams.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams, (UObject*)Z_Construct_UPackage__Script_GeometryCollectionTracks(), TEXT("MovieSceneGeometryCollectionParams"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionParams.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionParams Property Definitions **********
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::NewProp_GeometryCollectionCache = { "GeometryCollectionCache", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneGeometryCollectionParams, GeometryCollectionCache), Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GeometryCollectionCache_MetaData), NewProp_GeometryCollectionCache_MetaData) }; // 2425717601
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::NewProp_StartFrameOffset = { "StartFrameOffset", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneGeometryCollectionParams, StartFrameOffset), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartFrameOffset_MetaData), NewProp_StartFrameOffset_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::NewProp_EndFrameOffset = { "EndFrameOffset", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneGeometryCollectionParams, EndFrameOffset), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EndFrameOffset_MetaData), NewProp_EndFrameOffset_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::NewProp_PlayRate = { "PlayRate", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneGeometryCollectionParams, PlayRate), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PlayRate_MetaData), NewProp_PlayRate_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::NewProp_GeometryCollectionCache,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::NewProp_StartFrameOffset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::NewProp_EndFrameOffset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::NewProp_PlayRate,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneGeometryCollectionParams Property Definitions ************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionTracks,
nullptr,
&NewStructOps,
"MovieSceneGeometryCollectionParams",
Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::PropPointers),
sizeof(FMovieSceneGeometryCollectionParams),
alignof(FMovieSceneGeometryCollectionParams),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionParams.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionParams.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionParams.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneGeometryCollectionParams *********************************
// ********** Begin Class UMovieSceneGeometryCollectionSection *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneGeometryCollectionSection;
UClass* UMovieSceneGeometryCollectionSection::GetPrivateStaticClass()
{
using TClass = UMovieSceneGeometryCollectionSection;
if (!Z_Registration_Info_UClass_UMovieSceneGeometryCollectionSection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneGeometryCollectionSection"),
Z_Registration_Info_UClass_UMovieSceneGeometryCollectionSection.InnerSingleton,
StaticRegisterNativesUMovieSceneGeometryCollectionSection,
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_UMovieSceneGeometryCollectionSection.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneGeometryCollectionSection_NoRegister()
{
return UMovieSceneGeometryCollectionSection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Movie scene section that control geometry cache playback\n */" },
{ "IncludePath", "MovieSceneGeometryCollectionSection.h" },
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionSection.h" },
{ "ToolTip", "Movie scene section that control geometry cache playback" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Params_MetaData[] = {
{ "Category", "Animation" },
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionSection.h" },
{ "ShowOnlyInnerProperties", "" },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneGeometryCollectionSection constinit property declarations *****
static const UECodeGen_Private::FStructPropertyParams NewProp_Params;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMovieSceneGeometryCollectionSection constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneGeometryCollectionSection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics
// ********** Begin Class UMovieSceneGeometryCollectionSection Property Definitions ****************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::NewProp_Params = { "Params", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneGeometryCollectionSection, Params), Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Params_MetaData), NewProp_Params_MetaData) }; // 2791241109
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::NewProp_Params,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::PropPointers) < 2048);
// ********** End Class UMovieSceneGeometryCollectionSection Property Definitions ******************
UObject* (*const Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneSection,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionTracks,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::ClassParams = {
&UMovieSceneGeometryCollectionSection::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::Class_MetaDataParams)
};
void UMovieSceneGeometryCollectionSection::StaticRegisterNativesUMovieSceneGeometryCollectionSection()
{
}
UClass* Z_Construct_UClass_UMovieSceneGeometryCollectionSection()
{
if (!Z_Registration_Info_UClass_UMovieSceneGeometryCollectionSection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneGeometryCollectionSection.OuterSingleton, Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneGeometryCollectionSection.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneGeometryCollectionSection);
UMovieSceneGeometryCollectionSection::~UMovieSceneGeometryCollectionSection() {}
// ********** End Class UMovieSceneGeometryCollectionSection ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h__Script_GeometryCollectionTracks_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneGeometryCollectionParams::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics::NewStructOps, TEXT("MovieSceneGeometryCollectionParams"),&Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionParams, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneGeometryCollectionParams), 2791241109U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneGeometryCollectionSection, UMovieSceneGeometryCollectionSection::StaticClass, TEXT("UMovieSceneGeometryCollectionSection"), &Z_Registration_Info_UClass_UMovieSceneGeometryCollectionSection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneGeometryCollectionSection), 3376062062U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h__Script_GeometryCollectionTracks_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h__Script_GeometryCollectionTracks_3559575703{
TEXT("/Script/GeometryCollectionTracks"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h__Script_GeometryCollectionTracks_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h__Script_GeometryCollectionTracks_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h__Script_GeometryCollectionTracks_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h__Script_GeometryCollectionTracks_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,73 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MovieSceneGeometryCollectionSection.h"
#ifdef GEOMETRYCOLLECTIONTRACKS_MovieSceneGeometryCollectionSection_generated_h
#error "MovieSceneGeometryCollectionSection.generated.h already included, missing '#pragma once' in MovieSceneGeometryCollectionSection.h"
#endif
#define GEOMETRYCOLLECTIONTRACKS_MovieSceneGeometryCollectionSection_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionParams *******************************
struct Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics;
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h_17_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams_Statics; \
GEOMETRYCOLLECTIONTRACKS_API static class UScriptStruct* StaticStruct();
struct FMovieSceneGeometryCollectionParams;
// ********** End ScriptStruct FMovieSceneGeometryCollectionParams *********************************
// ********** Begin Class UMovieSceneGeometryCollectionSection *************************************
struct Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics;
GEOMETRYCOLLECTIONTRACKS_API UClass* Z_Construct_UClass_UMovieSceneGeometryCollectionSection_NoRegister();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h_74_INCLASS \
private: \
static void StaticRegisterNativesUMovieSceneGeometryCollectionSection(); \
friend struct ::Z_Construct_UClass_UMovieSceneGeometryCollectionSection_Statics; \
static UClass* GetPrivateStaticClass(); \
friend GEOMETRYCOLLECTIONTRACKS_API UClass* ::Z_Construct_UClass_UMovieSceneGeometryCollectionSection_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneGeometryCollectionSection, UMovieSceneSection, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/GeometryCollectionTracks"), Z_Construct_UClass_UMovieSceneGeometryCollectionSection_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneGeometryCollectionSection)
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h_74_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
GEOMETRYCOLLECTIONTRACKS_API UMovieSceneGeometryCollectionSection(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneGeometryCollectionSection) \
DECLARE_VTABLE_PTR_HELPER_CTOR(GEOMETRYCOLLECTIONTRACKS_API, UMovieSceneGeometryCollectionSection); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneGeometryCollectionSection); \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneGeometryCollectionSection(UMovieSceneGeometryCollectionSection&&) = delete; \
UMovieSceneGeometryCollectionSection(const UMovieSceneGeometryCollectionSection&) = delete; \
GEOMETRYCOLLECTIONTRACKS_API virtual ~UMovieSceneGeometryCollectionSection();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h_70_PROLOG
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h_74_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h_74_INCLASS \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h_74_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneGeometryCollectionSection;
// ********** End Class UMovieSceneGeometryCollectionSection ***************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionSection_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,175 @@
// 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 "MovieSceneGeometryCollectionTemplate.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneGeometryCollectionTemplate() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
GEOMETRYCOLLECTIONTRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams();
GEOMETRYCOLLECTIONTRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate();
GEOMETRYCOLLECTIONTRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneEvalTemplate();
UPackage* Z_Construct_UPackage__Script_GeometryCollectionTracks();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionSectionTemplateParameters ************
struct Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneGeometryCollectionSectionTemplateParameters); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneGeometryCollectionSectionTemplateParameters); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SectionStartTime_MetaData[] = {
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SectionEndTime_MetaData[] = {
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionSectionTemplateParameters constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_SectionStartTime;
static const UECodeGen_Private::FStructPropertyParams NewProp_SectionEndTime;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneGeometryCollectionSectionTemplateParameters constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneGeometryCollectionSectionTemplateParameters>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics
static_assert(std::is_polymorphic<FMovieSceneGeometryCollectionSectionTemplateParameters>() == std::is_polymorphic<FMovieSceneGeometryCollectionParams>(), "USTRUCT FMovieSceneGeometryCollectionSectionTemplateParameters cannot be polymorphic unless super FMovieSceneGeometryCollectionParams is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters;
class UScriptStruct* FMovieSceneGeometryCollectionSectionTemplateParameters::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters, (UObject*)Z_Construct_UPackage__Script_GeometryCollectionTracks(), TEXT("MovieSceneGeometryCollectionSectionTemplateParameters"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionSectionTemplateParameters Property Definitions
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::NewProp_SectionStartTime = { "SectionStartTime", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneGeometryCollectionSectionTemplateParameters, SectionStartTime), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SectionStartTime_MetaData), NewProp_SectionStartTime_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::NewProp_SectionEndTime = { "SectionEndTime", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneGeometryCollectionSectionTemplateParameters, SectionEndTime), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SectionEndTime_MetaData), NewProp_SectionEndTime_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::NewProp_SectionStartTime,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::NewProp_SectionEndTime,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneGeometryCollectionSectionTemplateParameters Property Definitions
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionTracks,
Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionParams,
&NewStructOps,
"MovieSceneGeometryCollectionSectionTemplateParameters",
Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::PropPointers),
sizeof(FMovieSceneGeometryCollectionSectionTemplateParameters),
alignof(FMovieSceneGeometryCollectionSectionTemplateParameters),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneGeometryCollectionSectionTemplateParameters **************
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionSectionTemplate **********************
struct Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneGeometryCollectionSectionTemplate); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneGeometryCollectionSectionTemplate); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Params_MetaData[] = {
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionSectionTemplate constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_Params;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneGeometryCollectionSectionTemplate constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneGeometryCollectionSectionTemplate>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics
static_assert(std::is_polymorphic<FMovieSceneGeometryCollectionSectionTemplate>() == std::is_polymorphic<FMovieSceneEvalTemplate>(), "USTRUCT FMovieSceneGeometryCollectionSectionTemplate cannot be polymorphic unless super FMovieSceneEvalTemplate is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate;
class UScriptStruct* FMovieSceneGeometryCollectionSectionTemplate::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate, (UObject*)Z_Construct_UPackage__Script_GeometryCollectionTracks(), TEXT("MovieSceneGeometryCollectionSectionTemplate"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionSectionTemplate Property Definitions *
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::NewProp_Params = { "Params", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneGeometryCollectionSectionTemplate, Params), Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Params_MetaData), NewProp_Params_MetaData) }; // 599204841
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::NewProp_Params,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneGeometryCollectionSectionTemplate Property Definitions ***
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionTracks,
Z_Construct_UScriptStruct_FMovieSceneEvalTemplate,
&NewStructOps,
"MovieSceneGeometryCollectionSectionTemplate",
Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::PropPointers),
sizeof(FMovieSceneGeometryCollectionSectionTemplate),
alignof(FMovieSceneGeometryCollectionSectionTemplate),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000005),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneGeometryCollectionSectionTemplate ************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTemplate_h__Script_GeometryCollectionTracks_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneGeometryCollectionSectionTemplateParameters::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics::NewStructOps, TEXT("MovieSceneGeometryCollectionSectionTemplateParameters"),&Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneGeometryCollectionSectionTemplateParameters), 599204841U) },
{ FMovieSceneGeometryCollectionSectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics::NewStructOps, TEXT("MovieSceneGeometryCollectionSectionTemplate"),&Z_Registration_Info_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneGeometryCollectionSectionTemplate), 1586948252U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTemplate_h__Script_GeometryCollectionTracks_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTemplate_h__Script_GeometryCollectionTracks_1222244244{
TEXT("/Script/GeometryCollectionTracks"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTemplate_h__Script_GeometryCollectionTracks_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTemplate_h__Script_GeometryCollectionTracks_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,44 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MovieSceneGeometryCollectionTemplate.h"
#ifdef GEOMETRYCOLLECTIONTRACKS_MovieSceneGeometryCollectionTemplate_generated_h
#error "MovieSceneGeometryCollectionTemplate.generated.h already included, missing '#pragma once' in MovieSceneGeometryCollectionTemplate.h"
#endif
#define GEOMETRYCOLLECTIONTRACKS_MovieSceneGeometryCollectionTemplate_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionSectionTemplateParameters ************
struct Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics;
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTemplate_h_14_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplateParameters_Statics; \
GEOMETRYCOLLECTIONTRACKS_API static class UScriptStruct* StaticStruct(); \
typedef FMovieSceneGeometryCollectionParams Super;
struct FMovieSceneGeometryCollectionSectionTemplateParameters;
// ********** End ScriptStruct FMovieSceneGeometryCollectionSectionTemplateParameters **************
// ********** Begin ScriptStruct FMovieSceneGeometryCollectionSectionTemplate **********************
struct Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics;
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTemplate_h_35_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMovieSceneGeometryCollectionSectionTemplate_Statics; \
GEOMETRYCOLLECTIONTRACKS_API static class UScriptStruct* StaticStruct(); \
typedef FMovieSceneEvalTemplate Super;
struct FMovieSceneGeometryCollectionSectionTemplate;
// ********** End ScriptStruct FMovieSceneGeometryCollectionSectionTemplate ************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTemplate_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,143 @@
// 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 "MovieSceneGeometryCollectionTrack.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneGeometryCollectionTrack() {}
// ********** Begin Cross Module References ********************************************************
GEOMETRYCOLLECTIONTRACKS_API UClass* Z_Construct_UClass_UMovieSceneGeometryCollectionTrack();
GEOMETRYCOLLECTIONTRACKS_API UClass* Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_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_GeometryCollectionTracks();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMovieSceneGeometryCollectionTrack ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneGeometryCollectionTrack;
UClass* UMovieSceneGeometryCollectionTrack::GetPrivateStaticClass()
{
using TClass = UMovieSceneGeometryCollectionTrack;
if (!Z_Registration_Info_UClass_UMovieSceneGeometryCollectionTrack.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneGeometryCollectionTrack"),
Z_Registration_Info_UClass_UMovieSceneGeometryCollectionTrack.InnerSingleton,
StaticRegisterNativesUMovieSceneGeometryCollectionTrack,
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_UMovieSceneGeometryCollectionTrack.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_NoRegister()
{
return UMovieSceneGeometryCollectionTrack::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MovieSceneGeometryCollectionTrack.h" },
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionTrack.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnimationSections_MetaData[] = {
{ "Comment", "/** List of all animation sections */" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/MovieSceneGeometryCollectionTrack.h" },
{ "ToolTip", "List of all animation sections" },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneGeometryCollectionTrack 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 UMovieSceneGeometryCollectionTrack constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneGeometryCollectionTrack>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics
// ********** Begin Class UMovieSceneGeometryCollectionTrack Property Definitions ******************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_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_UMovieSceneGeometryCollectionTrack_Statics::NewProp_AnimationSections = { "AnimationSections", nullptr, (EPropertyFlags)0x0144008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneGeometryCollectionTrack, AnimationSections), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnimationSections_MetaData), NewProp_AnimationSections_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::NewProp_AnimationSections_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::NewProp_AnimationSections,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::PropPointers) < 2048);
// ********** End Class UMovieSceneGeometryCollectionTrack Property Definitions ********************
UObject* (*const Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneNameableTrack,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionTracks,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister, (int32)VTABLE_OFFSET(UMovieSceneGeometryCollectionTrack, IMovieSceneTrackTemplateProducer), false }, // 4099870696
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::ClassParams = {
&UMovieSceneGeometryCollectionTrack::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::Class_MetaDataParams)
};
void UMovieSceneGeometryCollectionTrack::StaticRegisterNativesUMovieSceneGeometryCollectionTrack()
{
}
UClass* Z_Construct_UClass_UMovieSceneGeometryCollectionTrack()
{
if (!Z_Registration_Info_UClass_UMovieSceneGeometryCollectionTrack.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneGeometryCollectionTrack.OuterSingleton, Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneGeometryCollectionTrack.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneGeometryCollectionTrack);
UMovieSceneGeometryCollectionTrack::~UMovieSceneGeometryCollectionTrack() {}
// ********** End Class UMovieSceneGeometryCollectionTrack *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h__Script_GeometryCollectionTracks_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneGeometryCollectionTrack, UMovieSceneGeometryCollectionTrack::StaticClass, TEXT("UMovieSceneGeometryCollectionTrack"), &Z_Registration_Info_UClass_UMovieSceneGeometryCollectionTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneGeometryCollectionTrack), 3240197912U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h__Script_GeometryCollectionTracks_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h__Script_GeometryCollectionTracks_1824264566{
TEXT("/Script/GeometryCollectionTracks"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h__Script_GeometryCollectionTracks_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h__Script_GeometryCollectionTracks_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,64 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MovieSceneGeometryCollectionTrack.h"
#ifdef GEOMETRYCOLLECTIONTRACKS_MovieSceneGeometryCollectionTrack_generated_h
#error "MovieSceneGeometryCollectionTrack.generated.h already included, missing '#pragma once' in MovieSceneGeometryCollectionTrack.h"
#endif
#define GEOMETRYCOLLECTIONTRACKS_MovieSceneGeometryCollectionTrack_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMovieSceneGeometryCollectionTrack ***************************************
struct Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics;
GEOMETRYCOLLECTIONTRACKS_API UClass* Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_NoRegister();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h_22_INCLASS \
private: \
static void StaticRegisterNativesUMovieSceneGeometryCollectionTrack(); \
friend struct ::Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_Statics; \
static UClass* GetPrivateStaticClass(); \
friend GEOMETRYCOLLECTIONTRACKS_API UClass* ::Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneGeometryCollectionTrack, UMovieSceneNameableTrack, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/GeometryCollectionTracks"), Z_Construct_UClass_UMovieSceneGeometryCollectionTrack_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneGeometryCollectionTrack) \
virtual UObject* _getUObject() const override { return const_cast<UMovieSceneGeometryCollectionTrack*>(this); }
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h_22_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
GEOMETRYCOLLECTIONTRACKS_API UMovieSceneGeometryCollectionTrack(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneGeometryCollectionTrack) \
DECLARE_VTABLE_PTR_HELPER_CTOR(GEOMETRYCOLLECTIONTRACKS_API, UMovieSceneGeometryCollectionTrack); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneGeometryCollectionTrack); \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneGeometryCollectionTrack(UMovieSceneGeometryCollectionTrack&&) = delete; \
UMovieSceneGeometryCollectionTrack(const UMovieSceneGeometryCollectionTrack&) = delete; \
GEOMETRYCOLLECTIONTRACKS_API virtual ~UMovieSceneGeometryCollectionTrack();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h_16_PROLOG
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h_22_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h_22_INCLASS \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h_22_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneGeometryCollectionTrack;
// ********** End Class UMovieSceneGeometryCollectionTrack *****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionTracks_Public_MovieSceneGeometryCollectionTrack_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,3 @@
D:\UE_5_7_1\Engine\Plugins\Experimental\GeometryCollectionPlugin\Source\GeometryCollectionTracks\Public\MovieSceneGeometryCollectionSection.h
D:\UE_5_7_1\Engine\Plugins\Experimental\GeometryCollectionPlugin\Source\GeometryCollectionTracks\Public\MovieSceneGeometryCollectionTrack.h
D:\UE_5_7_1\Engine\Plugins\Experimental\GeometryCollectionPlugin\Source\GeometryCollectionTracks\Public\MovieSceneGeometryCollectionTemplate.h