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

176 lines
15 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 "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