103 lines
7.6 KiB
C++
103 lines
7.6 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/MovieSceneParticleTemplate.h"
|
|
#include "Sections/MovieSceneParticleSection.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeMovieSceneParticleTemplate() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneEvalTemplate();
|
|
MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneParticleChannel();
|
|
MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate();
|
|
UPackage* Z_Construct_UPackage__Script_MovieSceneTracks();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FMovieSceneParticleSectionTemplate ********************************
|
|
struct Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneParticleSectionTemplate); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneParticleSectionTemplate); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Private/Evaluation/MovieSceneParticleTemplate.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParticleKeys_MetaData[] = {
|
|
{ "ModuleRelativePath", "Private/Evaluation/MovieSceneParticleTemplate.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FMovieSceneParticleSectionTemplate constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ParticleKeys;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FMovieSceneParticleSectionTemplate constinit property declarations **
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneParticleSectionTemplate>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics
|
|
static_assert(std::is_polymorphic<FMovieSceneParticleSectionTemplate>() == std::is_polymorphic<FMovieSceneEvalTemplate>(), "USTRUCT FMovieSceneParticleSectionTemplate cannot be polymorphic unless super FMovieSceneEvalTemplate is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneParticleSectionTemplate;
|
|
class UScriptStruct* FMovieSceneParticleSectionTemplate::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FMovieSceneParticleSectionTemplate.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FMovieSceneParticleSectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate, (UObject*)Z_Construct_UPackage__Script_MovieSceneTracks(), TEXT("MovieSceneParticleSectionTemplate"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FMovieSceneParticleSectionTemplate.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FMovieSceneParticleSectionTemplate Property Definitions ***********
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::NewProp_ParticleKeys = { "ParticleKeys", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneParticleSectionTemplate, ParticleKeys), Z_Construct_UScriptStruct_FMovieSceneParticleChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParticleKeys_MetaData), NewProp_ParticleKeys_MetaData) }; // 2814892552
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::NewProp_ParticleKeys,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FMovieSceneParticleSectionTemplate Property Definitions *************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MovieSceneTracks,
|
|
Z_Construct_UScriptStruct_FMovieSceneEvalTemplate,
|
|
&NewStructOps,
|
|
"MovieSceneParticleSectionTemplate",
|
|
Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::PropPointers),
|
|
sizeof(FMovieSceneParticleSectionTemplate),
|
|
alignof(FMovieSceneParticleSectionTemplate),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000005),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FMovieSceneParticleSectionTemplate.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneParticleSectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneParticleSectionTemplate.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FMovieSceneParticleSectionTemplate **********************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Private_Evaluation_MovieSceneParticleTemplate_h__Script_MovieSceneTracks_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FMovieSceneParticleSectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneParticleSectionTemplate_Statics::NewStructOps, TEXT("MovieSceneParticleSectionTemplate"),&Z_Registration_Info_UScriptStruct_FMovieSceneParticleSectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneParticleSectionTemplate), 1789127918U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Private_Evaluation_MovieSceneParticleTemplate_h__Script_MovieSceneTracks_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Private_Evaluation_MovieSceneParticleTemplate_h__Script_MovieSceneTracks_3937522865{
|
|
TEXT("/Script/MovieSceneTracks"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Private_Evaluation_MovieSceneParticleTemplate_h__Script_MovieSceneTracks_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneTracks_Private_Evaluation_MovieSceneParticleTemplate_h__Script_MovieSceneTracks_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|