Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/ChaosCaching/UHT/MovieSceneChaosCacheTemplate.gen.cpp

171 lines
14 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Chaos/Sequencer/MovieSceneChaosCacheTemplate.h"
#include "Chaos/Sequencer/MovieSceneChaosCacheSection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneChaosCacheTemplate() {}
// ********** Begin Cross Module References ********************************************************
CHAOSCACHING_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneChaosCacheParams();
CHAOSCACHING_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate();
CHAOSCACHING_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneEvalTemplate();
MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneBaseCacheSectionTemplateParameters();
UPackage* Z_Construct_UPackage__Script_ChaosCaching();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieSceneChaosCacheSectionTemplateParameters ********************
struct Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneChaosCacheSectionTemplateParameters); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneChaosCacheSectionTemplateParameters); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/Chaos/Sequencer/MovieSceneChaosCacheTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChaosCacheParams_MetaData[] = {
{ "ModuleRelativePath", "Private/Chaos/Sequencer/MovieSceneChaosCacheTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneChaosCacheSectionTemplateParameters constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_ChaosCacheParams;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneChaosCacheSectionTemplateParameters constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneChaosCacheSectionTemplateParameters>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics
static_assert(std::is_polymorphic<FMovieSceneChaosCacheSectionTemplateParameters>() == std::is_polymorphic<FMovieSceneBaseCacheSectionTemplateParameters>(), "USTRUCT FMovieSceneChaosCacheSectionTemplateParameters cannot be polymorphic unless super FMovieSceneBaseCacheSectionTemplateParameters is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters;
class UScriptStruct* FMovieSceneChaosCacheSectionTemplateParameters::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters, (UObject*)Z_Construct_UPackage__Script_ChaosCaching(), TEXT("MovieSceneChaosCacheSectionTemplateParameters"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneChaosCacheSectionTemplateParameters Property Definitions
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::NewProp_ChaosCacheParams = { "ChaosCacheParams", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneChaosCacheSectionTemplateParameters, ChaosCacheParams), Z_Construct_UScriptStruct_FMovieSceneChaosCacheParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChaosCacheParams_MetaData), NewProp_ChaosCacheParams_MetaData) }; // 848617302
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::NewProp_ChaosCacheParams,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneChaosCacheSectionTemplateParameters Property Definitions *
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosCaching,
Z_Construct_UScriptStruct_FMovieSceneBaseCacheSectionTemplateParameters,
&NewStructOps,
"MovieSceneChaosCacheSectionTemplateParameters",
Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::PropPointers),
sizeof(FMovieSceneChaosCacheSectionTemplateParameters),
alignof(FMovieSceneChaosCacheSectionTemplateParameters),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneChaosCacheSectionTemplateParameters **********************
// ********** Begin ScriptStruct FMovieSceneChaosCacheSectionTemplate ******************************
struct Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneChaosCacheSectionTemplate); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneChaosCacheSectionTemplate); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/Chaos/Sequencer/MovieSceneChaosCacheTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Params_MetaData[] = {
{ "ModuleRelativePath", "Private/Chaos/Sequencer/MovieSceneChaosCacheTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneChaosCacheSectionTemplate constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_Params;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneChaosCacheSectionTemplate constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneChaosCacheSectionTemplate>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics
static_assert(std::is_polymorphic<FMovieSceneChaosCacheSectionTemplate>() == std::is_polymorphic<FMovieSceneEvalTemplate>(), "USTRUCT FMovieSceneChaosCacheSectionTemplate cannot be polymorphic unless super FMovieSceneEvalTemplate is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplate;
class UScriptStruct* FMovieSceneChaosCacheSectionTemplate::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplate.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate, (UObject*)Z_Construct_UPackage__Script_ChaosCaching(), TEXT("MovieSceneChaosCacheSectionTemplate"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplate.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneChaosCacheSectionTemplate Property Definitions *********
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::NewProp_Params = { "Params", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneChaosCacheSectionTemplate, Params), Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Params_MetaData), NewProp_Params_MetaData) }; // 1301556758
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::NewProp_Params,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneChaosCacheSectionTemplate Property Definitions ***********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosCaching,
Z_Construct_UScriptStruct_FMovieSceneEvalTemplate,
&NewStructOps,
"MovieSceneChaosCacheSectionTemplate",
Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::PropPointers),
sizeof(FMovieSceneChaosCacheSectionTemplate),
alignof(FMovieSceneChaosCacheSectionTemplate),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000005),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplate.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplate.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneChaosCacheSectionTemplate ********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Private_Chaos_Sequencer_MovieSceneChaosCacheTemplate_h__Script_ChaosCaching_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneChaosCacheSectionTemplateParameters::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters_Statics::NewStructOps, TEXT("MovieSceneChaosCacheSectionTemplateParameters"),&Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplateParameters, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneChaosCacheSectionTemplateParameters), 1301556758U) },
{ FMovieSceneChaosCacheSectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneChaosCacheSectionTemplate_Statics::NewStructOps, TEXT("MovieSceneChaosCacheSectionTemplate"),&Z_Registration_Info_UScriptStruct_FMovieSceneChaosCacheSectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneChaosCacheSectionTemplate), 332431300U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Private_Chaos_Sequencer_MovieSceneChaosCacheTemplate_h__Script_ChaosCaching_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Private_Chaos_Sequencer_MovieSceneChaosCacheTemplate_h__Script_ChaosCaching_1908023965{
TEXT("/Script/ChaosCaching"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Private_Chaos_Sequencer_MovieSceneChaosCacheTemplate_h__Script_ChaosCaching_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Private_Chaos_Sequencer_MovieSceneChaosCacheTemplate_h__Script_ChaosCaching_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS