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

173 lines
13 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 "Evaluation/MovieScenePropertyTemplate.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieScenePropertyTemplate() {}
// ********** Begin Cross Module References ********************************************************
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneEvalTemplate();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieScenePropertySectionData();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate();
UPackage* Z_Construct_UPackage__Script_MovieScene();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieScenePropertySectionData ************************************
struct Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieScenePropertySectionData); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieScenePropertySectionData); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Evaluation/MovieScenePropertyTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyName_MetaData[] = {
{ "ModuleRelativePath", "Public/Evaluation/MovieScenePropertyTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyPath_MetaData[] = {
{ "ModuleRelativePath", "Public/Evaluation/MovieScenePropertyTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieScenePropertySectionData constinit property declarations ****
static const UECodeGen_Private::FNamePropertyParams NewProp_PropertyName;
static const UECodeGen_Private::FStrPropertyParams NewProp_PropertyPath;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieScenePropertySectionData constinit property declarations ******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieScenePropertySectionData>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionData;
class UScriptStruct* FMovieScenePropertySectionData::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionData.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieScenePropertySectionData, (UObject*)Z_Construct_UPackage__Script_MovieScene(), TEXT("MovieScenePropertySectionData"));
}
return Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionData.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieScenePropertySectionData Property Definitions ***************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::NewProp_PropertyName = { "PropertyName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieScenePropertySectionData, PropertyName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyName_MetaData), NewProp_PropertyName_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::NewProp_PropertyPath = { "PropertyPath", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieScenePropertySectionData, PropertyPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyPath_MetaData), NewProp_PropertyPath_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::NewProp_PropertyName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::NewProp_PropertyPath,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieScenePropertySectionData Property Definitions *****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MovieScene,
nullptr,
&NewStructOps,
"MovieScenePropertySectionData",
Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::PropPointers),
sizeof(FMovieScenePropertySectionData),
alignof(FMovieScenePropertySectionData),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieScenePropertySectionData()
{
if (!Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionData.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionData.InnerSingleton, Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionData.InnerSingleton);
}
// ********** End ScriptStruct FMovieScenePropertySectionData **************************************
// ********** Begin ScriptStruct FMovieScenePropertySectionTemplate ********************************
struct Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieScenePropertySectionTemplate); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieScenePropertySectionTemplate); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Evaluation/MovieScenePropertyTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyData_MetaData[] = {
{ "ModuleRelativePath", "Public/Evaluation/MovieScenePropertyTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieScenePropertySectionTemplate constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_PropertyData;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieScenePropertySectionTemplate constinit property declarations **
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieScenePropertySectionTemplate>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics
static_assert(std::is_polymorphic<FMovieScenePropertySectionTemplate>() == std::is_polymorphic<FMovieSceneEvalTemplate>(), "USTRUCT FMovieScenePropertySectionTemplate cannot be polymorphic unless super FMovieSceneEvalTemplate is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionTemplate;
class UScriptStruct* FMovieScenePropertySectionTemplate::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionTemplate.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate, (UObject*)Z_Construct_UPackage__Script_MovieScene(), TEXT("MovieScenePropertySectionTemplate"));
}
return Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionTemplate.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieScenePropertySectionTemplate Property Definitions ***********
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::NewProp_PropertyData = { "PropertyData", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieScenePropertySectionTemplate, PropertyData), Z_Construct_UScriptStruct_FMovieScenePropertySectionData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyData_MetaData), NewProp_PropertyData_MetaData) }; // 1539702834
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::NewProp_PropertyData,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieScenePropertySectionTemplate Property Definitions *************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MovieScene,
Z_Construct_UScriptStruct_FMovieSceneEvalTemplate,
&NewStructOps,
"MovieScenePropertySectionTemplate",
Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::PropPointers),
sizeof(FMovieScenePropertySectionTemplate),
alignof(FMovieScenePropertySectionTemplate),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000005),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate()
{
if (!Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionTemplate.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionTemplate.InnerSingleton);
}
// ********** End ScriptStruct FMovieScenePropertySectionTemplate **********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Evaluation_MovieScenePropertyTemplate_h__Script_MovieScene_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieScenePropertySectionData::StaticStruct, Z_Construct_UScriptStruct_FMovieScenePropertySectionData_Statics::NewStructOps, TEXT("MovieScenePropertySectionData"),&Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieScenePropertySectionData), 1539702834U) },
{ FMovieScenePropertySectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate_Statics::NewStructOps, TEXT("MovieScenePropertySectionTemplate"),&Z_Registration_Info_UScriptStruct_FMovieScenePropertySectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieScenePropertySectionTemplate), 3884395401U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Evaluation_MovieScenePropertyTemplate_h__Script_MovieScene_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Evaluation_MovieScenePropertyTemplate_h__Script_MovieScene_3670674178{
TEXT("/Script/MovieScene"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Evaluation_MovieScenePropertyTemplate_h__Script_MovieScene_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Evaluation_MovieScenePropertyTemplate_h__Script_MovieScene_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS