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

103 lines
7.7 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/MovieScenePropertyTemplates.h"
#include "Channels/MovieSceneBoolChannel.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieScenePropertyTemplates() {}
// ********** Begin Cross Module References ********************************************************
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneBoolChannel();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate();
MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate();
UPackage* Z_Construct_UPackage__Script_MovieSceneTracks();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieSceneBoolPropertySectionTemplate ****************************
struct Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneBoolPropertySectionTemplate); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneBoolPropertySectionTemplate); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/Evaluation/MovieScenePropertyTemplates.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoolCurve_MetaData[] = {
{ "ModuleRelativePath", "Private/Evaluation/MovieScenePropertyTemplates.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneBoolPropertySectionTemplate constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_BoolCurve;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneBoolPropertySectionTemplate constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneBoolPropertySectionTemplate>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics
static_assert(std::is_polymorphic<FMovieSceneBoolPropertySectionTemplate>() == std::is_polymorphic<FMovieScenePropertySectionTemplate>(), "USTRUCT FMovieSceneBoolPropertySectionTemplate cannot be polymorphic unless super FMovieScenePropertySectionTemplate is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneBoolPropertySectionTemplate;
class UScriptStruct* FMovieSceneBoolPropertySectionTemplate::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneBoolPropertySectionTemplate.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneBoolPropertySectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate, (UObject*)Z_Construct_UPackage__Script_MovieSceneTracks(), TEXT("MovieSceneBoolPropertySectionTemplate"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneBoolPropertySectionTemplate.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneBoolPropertySectionTemplate Property Definitions *******
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::NewProp_BoolCurve = { "BoolCurve", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneBoolPropertySectionTemplate, BoolCurve), Z_Construct_UScriptStruct_FMovieSceneBoolChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoolCurve_MetaData), NewProp_BoolCurve_MetaData) }; // 3488447919
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::NewProp_BoolCurve,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneBoolPropertySectionTemplate Property Definitions *********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MovieSceneTracks,
Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate,
&NewStructOps,
"MovieSceneBoolPropertySectionTemplate",
Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::PropPointers),
sizeof(FMovieSceneBoolPropertySectionTemplate),
alignof(FMovieSceneBoolPropertySectionTemplate),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000005),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneBoolPropertySectionTemplate.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneBoolPropertySectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneBoolPropertySectionTemplate.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneBoolPropertySectionTemplate ******************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Private_Evaluation_MovieScenePropertyTemplates_h__Script_MovieSceneTracks_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneBoolPropertySectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneBoolPropertySectionTemplate_Statics::NewStructOps, TEXT("MovieSceneBoolPropertySectionTemplate"),&Z_Registration_Info_UScriptStruct_FMovieSceneBoolPropertySectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneBoolPropertySectionTemplate), 1937798866U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Private_Evaluation_MovieScenePropertyTemplates_h__Script_MovieSceneTracks_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Private_Evaluation_MovieScenePropertyTemplates_h__Script_MovieSceneTracks_3249517106{
TEXT("/Script/MovieSceneTracks"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Private_Evaluation_MovieScenePropertyTemplates_h__Script_MovieSceneTracks_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Private_Evaluation_MovieScenePropertyTemplates_h__Script_MovieSceneTracks_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS