// 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 "ValueInterpolators/DoubleIIRValueInterpolator.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeDoubleIIRValueInterpolator() {} // ********** Begin Cross Module References ******************************************************** GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UCameraValueInterpolator(); GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UDoubleIIRValueInterpolator(); GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UDoubleIIRValueInterpolator_NoRegister(); UPackage* Z_Construct_UPackage__Script_GameplayCameras(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UDoubleIIRValueInterpolator ********************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDoubleIIRValueInterpolator; UClass* UDoubleIIRValueInterpolator::GetPrivateStaticClass() { using TClass = UDoubleIIRValueInterpolator; if (!Z_Registration_Info_UClass_UDoubleIIRValueInterpolator.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DoubleIIRValueInterpolator"), Z_Registration_Info_UClass_UDoubleIIRValueInterpolator.InnerSingleton, StaticRegisterNativesUDoubleIIRValueInterpolator, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDoubleIIRValueInterpolator.InnerSingleton; } UClass* Z_Construct_UClass_UDoubleIIRValueInterpolator_NoRegister() { return UDoubleIIRValueInterpolator::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Double infinite impulse response filter interpolator.\n */" }, { "DisplayName", "Double-IIR" }, { "IncludePath", "ValueInterpolators/DoubleIIRValueInterpolator.h" }, { "ModuleRelativePath", "Public/ValueInterpolators/DoubleIIRValueInterpolator.h" }, { "ToolTip", "Double infinite impulse response filter interpolator." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PrimarySpeed_MetaData[] = { { "Category", "Speed" }, { "Comment", "/** The primary speed of interpolation. */" }, { "ModuleRelativePath", "Public/ValueInterpolators/DoubleIIRValueInterpolator.h" }, { "ToolTip", "The primary speed of interpolation." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntermediateSpeed_MetaData[] = { { "Category", "Speed" }, { "Comment", "/** The intermediate speed of interpolation. */" }, { "ModuleRelativePath", "Public/ValueInterpolators/DoubleIIRValueInterpolator.h" }, { "ToolTip", "The intermediate speed of interpolation." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseFixedStep_MetaData[] = { { "Category", "Interpolation" }, { "Comment", "/** Whether to use fixed-step evaluation. */" }, { "ModuleRelativePath", "Public/ValueInterpolators/DoubleIIRValueInterpolator.h" }, { "ToolTip", "Whether to use fixed-step evaluation." }, }; #endif // WITH_METADATA // ********** Begin Class UDoubleIIRValueInterpolator constinit property declarations ************** static const UECodeGen_Private::FFloatPropertyParams NewProp_PrimarySpeed; static const UECodeGen_Private::FFloatPropertyParams NewProp_IntermediateSpeed; static void NewProp_bUseFixedStep_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseFixedStep; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UDoubleIIRValueInterpolator constinit property declarations **************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics // ********** Begin Class UDoubleIIRValueInterpolator Property Definitions ************************* const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::NewProp_PrimarySpeed = { "PrimarySpeed", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDoubleIIRValueInterpolator, PrimarySpeed), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PrimarySpeed_MetaData), NewProp_PrimarySpeed_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::NewProp_IntermediateSpeed = { "IntermediateSpeed", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDoubleIIRValueInterpolator, IntermediateSpeed), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntermediateSpeed_MetaData), NewProp_IntermediateSpeed_MetaData) }; void Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::NewProp_bUseFixedStep_SetBit(void* Obj) { ((UDoubleIIRValueInterpolator*)Obj)->bUseFixedStep = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::NewProp_bUseFixedStep = { "bUseFixedStep", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDoubleIIRValueInterpolator), &Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::NewProp_bUseFixedStep_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseFixedStep_MetaData), NewProp_bUseFixedStep_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::NewProp_PrimarySpeed, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::NewProp_IntermediateSpeed, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::NewProp_bUseFixedStep, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::PropPointers) < 2048); // ********** End Class UDoubleIIRValueInterpolator Property Definitions *************************** UObject* (*const Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UCameraValueInterpolator, (UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::ClassParams = { &UDoubleIIRValueInterpolator::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::PropPointers), 0, 0x002030A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::Class_MetaDataParams), Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::Class_MetaDataParams) }; void UDoubleIIRValueInterpolator::StaticRegisterNativesUDoubleIIRValueInterpolator() { } UClass* Z_Construct_UClass_UDoubleIIRValueInterpolator() { if (!Z_Registration_Info_UClass_UDoubleIIRValueInterpolator.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDoubleIIRValueInterpolator.OuterSingleton, Z_Construct_UClass_UDoubleIIRValueInterpolator_Statics::ClassParams); } return Z_Registration_Info_UClass_UDoubleIIRValueInterpolator.OuterSingleton; } UDoubleIIRValueInterpolator::UDoubleIIRValueInterpolator(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDoubleIIRValueInterpolator); UDoubleIIRValueInterpolator::~UDoubleIIRValueInterpolator() {} // ********** End Class UDoubleIIRValueInterpolator ************************************************ // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_ValueInterpolators_DoubleIIRValueInterpolator_h__Script_GameplayCameras_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UDoubleIIRValueInterpolator, UDoubleIIRValueInterpolator::StaticClass, TEXT("UDoubleIIRValueInterpolator"), &Z_Registration_Info_UClass_UDoubleIIRValueInterpolator, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDoubleIIRValueInterpolator), 351675088U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_ValueInterpolators_DoubleIIRValueInterpolator_h__Script_GameplayCameras_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_ValueInterpolators_DoubleIIRValueInterpolator_h__Script_GameplayCameras_1584494130{ TEXT("/Script/GameplayCameras"), Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_ValueInterpolators_DoubleIIRValueInterpolator_h__Script_GameplayCameras_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_ValueInterpolators_DoubleIIRValueInterpolator_h__Script_GameplayCameras_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS