// 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 "Nodes/Shakes/PerlinNoiseLocationShakeCameraNode.h" #include "Core/CameraParameters.h" #include "Math/PerlinNoise.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodePerlinNoiseLocationShakeCameraNode() {} // ********** Begin Cross Module References ******************************************************** GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode(); GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_NoRegister(); GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UShakeCameraNode(); GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FFloatCameraParameter(); GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FInteger32CameraParameter(); GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FPerlinNoiseData(); UPackage* Z_Construct_UPackage__Script_GameplayCameras(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UPerlinNoiseLocationShakeCameraNode ************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UPerlinNoiseLocationShakeCameraNode; UClass* UPerlinNoiseLocationShakeCameraNode::GetPrivateStaticClass() { using TClass = UPerlinNoiseLocationShakeCameraNode; if (!Z_Registration_Info_UClass_UPerlinNoiseLocationShakeCameraNode.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("PerlinNoiseLocationShakeCameraNode"), Z_Registration_Info_UClass_UPerlinNoiseLocationShakeCameraNode.InnerSingleton, StaticRegisterNativesUPerlinNoiseLocationShakeCameraNode, 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_UPerlinNoiseLocationShakeCameraNode.InnerSingleton; } UClass* Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_NoRegister() { return UPerlinNoiseLocationShakeCameraNode::GetPrivateStaticClass(); } struct Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "Nodes/Shakes/PerlinNoiseLocationShakeCameraNode.h" }, { "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseLocationShakeCameraNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AmplitudeMultiplier_MetaData[] = { { "Category", "Perlin Noise" }, { "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseLocationShakeCameraNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FrequencyMultiplier_MetaData[] = { { "Category", "Perlin Noise" }, { "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseLocationShakeCameraNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Octaves_MetaData[] = { { "Category", "Perlin Noise" }, { "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseLocationShakeCameraNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_X_MetaData[] = { { "Category", "Common" }, { "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseLocationShakeCameraNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Y_MetaData[] = { { "Category", "Common" }, { "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseLocationShakeCameraNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Z_MetaData[] = { { "Category", "Common" }, { "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseLocationShakeCameraNode.h" }, }; #endif // WITH_METADATA // ********** Begin Class UPerlinNoiseLocationShakeCameraNode constinit property declarations ****** static const UECodeGen_Private::FStructPropertyParams NewProp_AmplitudeMultiplier; static const UECodeGen_Private::FStructPropertyParams NewProp_FrequencyMultiplier; static const UECodeGen_Private::FStructPropertyParams NewProp_Octaves; static const UECodeGen_Private::FStructPropertyParams NewProp_X; static const UECodeGen_Private::FStructPropertyParams NewProp_Y; static const UECodeGen_Private::FStructPropertyParams NewProp_Z; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UPerlinNoiseLocationShakeCameraNode constinit property declarations ******** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics // ********** Begin Class UPerlinNoiseLocationShakeCameraNode Property Definitions ***************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_AmplitudeMultiplier = { "AmplitudeMultiplier", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseLocationShakeCameraNode, AmplitudeMultiplier), Z_Construct_UScriptStruct_FFloatCameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AmplitudeMultiplier_MetaData), NewProp_AmplitudeMultiplier_MetaData) }; // 1936936055 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_FrequencyMultiplier = { "FrequencyMultiplier", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseLocationShakeCameraNode, FrequencyMultiplier), Z_Construct_UScriptStruct_FFloatCameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FrequencyMultiplier_MetaData), NewProp_FrequencyMultiplier_MetaData) }; // 1936936055 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_Octaves = { "Octaves", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseLocationShakeCameraNode, Octaves), Z_Construct_UScriptStruct_FInteger32CameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Octaves_MetaData), NewProp_Octaves_MetaData) }; // 1821665229 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseLocationShakeCameraNode, X), Z_Construct_UScriptStruct_FPerlinNoiseData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_X_MetaData), NewProp_X_MetaData) }; // 266914354 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseLocationShakeCameraNode, Y), Z_Construct_UScriptStruct_FPerlinNoiseData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Y_MetaData), NewProp_Y_MetaData) }; // 266914354 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseLocationShakeCameraNode, Z), Z_Construct_UScriptStruct_FPerlinNoiseData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Z_MetaData), NewProp_Z_MetaData) }; // 266914354 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_AmplitudeMultiplier, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_FrequencyMultiplier, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_Octaves, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_X, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_Y, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::NewProp_Z, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::PropPointers) < 2048); // ********** End Class UPerlinNoiseLocationShakeCameraNode Property Definitions ******************* UObject* (*const Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UShakeCameraNode, (UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::ClassParams = { &UPerlinNoiseLocationShakeCameraNode::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::PropPointers), 0, 0x002010A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::Class_MetaDataParams) }; void UPerlinNoiseLocationShakeCameraNode::StaticRegisterNativesUPerlinNoiseLocationShakeCameraNode() { } UClass* Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode() { if (!Z_Registration_Info_UClass_UPerlinNoiseLocationShakeCameraNode.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPerlinNoiseLocationShakeCameraNode.OuterSingleton, Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode_Statics::ClassParams); } return Z_Registration_Info_UClass_UPerlinNoiseLocationShakeCameraNode.OuterSingleton; } UPerlinNoiseLocationShakeCameraNode::UPerlinNoiseLocationShakeCameraNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPerlinNoiseLocationShakeCameraNode); UPerlinNoiseLocationShakeCameraNode::~UPerlinNoiseLocationShakeCameraNode() {} // ********** End Class UPerlinNoiseLocationShakeCameraNode **************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Shakes_PerlinNoiseLocationShakeCameraNode_h__Script_GameplayCameras_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UPerlinNoiseLocationShakeCameraNode, UPerlinNoiseLocationShakeCameraNode::StaticClass, TEXT("UPerlinNoiseLocationShakeCameraNode"), &Z_Registration_Info_UClass_UPerlinNoiseLocationShakeCameraNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPerlinNoiseLocationShakeCameraNode), 3852932035U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Shakes_PerlinNoiseLocationShakeCameraNode_h__Script_GameplayCameras_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Shakes_PerlinNoiseLocationShakeCameraNode_h__Script_GameplayCameras_2526627296{ TEXT("/Script/GameplayCameras"), Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Shakes_PerlinNoiseLocationShakeCameraNode_h__Script_GameplayCameras_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Shakes_PerlinNoiseLocationShakeCameraNode_h__Script_GameplayCameras_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS