// 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 "MovieScene/Parameters/MovieSceneNiagaraBoolParameterSectionTemplate.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 EmptyLinkFunctionForGeneratedCodeMovieSceneNiagaraBoolParameterSectionTemplate() {} // ********** Begin Cross Module References ******************************************************** MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneBoolChannel(); NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate(); NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneNiagaraParameterSectionTemplate(); UPackage* Z_Construct_UPackage__Script_Niagara(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FMovieSceneNiagaraBoolParameterSectionTemplate ******************** struct Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics { static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneNiagaraBoolParameterSectionTemplate); } static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneNiagaraBoolParameterSectionTemplate); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Private/MovieScene/Parameters/MovieSceneNiagaraBoolParameterSectionTemplate.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoolChannel_MetaData[] = { { "ModuleRelativePath", "Private/MovieScene/Parameters/MovieSceneNiagaraBoolParameterSectionTemplate.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FMovieSceneNiagaraBoolParameterSectionTemplate constinit property declarations static const UECodeGen_Private::FStructPropertyParams NewProp_BoolChannel; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FMovieSceneNiagaraBoolParameterSectionTemplate constinit property declarations static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FMovieSceneNiagaraBoolParameterSectionTemplate cannot be polymorphic unless super FMovieSceneNiagaraParameterSectionTemplate is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate; class UScriptStruct* FMovieSceneNiagaraBoolParameterSectionTemplate::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate.OuterSingleton) { Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("MovieSceneNiagaraBoolParameterSectionTemplate")); } return Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate.OuterSingleton; } // ********** Begin ScriptStruct FMovieSceneNiagaraBoolParameterSectionTemplate Property Definitions const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::NewProp_BoolChannel = { "BoolChannel", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneNiagaraBoolParameterSectionTemplate, BoolChannel), Z_Construct_UScriptStruct_FMovieSceneBoolChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoolChannel_MetaData), NewProp_BoolChannel_MetaData) }; // 3488447919 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::NewProp_BoolChannel, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::PropPointers) < 2048); // ********** End ScriptStruct FMovieSceneNiagaraBoolParameterSectionTemplate Property Definitions * const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Niagara, Z_Construct_UScriptStruct_FMovieSceneNiagaraParameterSectionTemplate, &NewStructOps, "MovieSceneNiagaraBoolParameterSectionTemplate", Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::PropPointers), sizeof(FMovieSceneNiagaraBoolParameterSectionTemplate), alignof(FMovieSceneNiagaraBoolParameterSectionTemplate), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000005), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate() { if (!Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate.InnerSingleton); } // ********** End ScriptStruct FMovieSceneNiagaraBoolParameterSectionTemplate ********************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Private_MovieScene_Parameters_MovieSceneNiagaraBoolParameterSectionTemplate_h__Script_Niagara_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FMovieSceneNiagaraBoolParameterSectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate_Statics::NewStructOps, TEXT("MovieSceneNiagaraBoolParameterSectionTemplate"),&Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraBoolParameterSectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneNiagaraBoolParameterSectionTemplate), 2258230820U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Private_MovieScene_Parameters_MovieSceneNiagaraBoolParameterSectionTemplate_h__Script_Niagara_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Private_MovieScene_Parameters_MovieSceneNiagaraBoolParameterSectionTemplate_h__Script_Niagara_2848593910{ TEXT("/Script/Niagara"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Private_MovieScene_Parameters_MovieSceneNiagaraBoolParameterSectionTemplate_h__Script_Niagara_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Private_MovieScene_Parameters_MovieSceneNiagaraBoolParameterSectionTemplate_h__Script_Niagara_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS