174 lines
13 KiB
C++
174 lines
13 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 "Nodes/Shakes/PerlinNoiseRotationShakeCameraNode.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 EmptyLinkFunctionForGeneratedCodePerlinNoiseRotationShakeCameraNode() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode();
|
||
|
|
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_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 UPerlinNoiseRotationShakeCameraNode **************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPerlinNoiseRotationShakeCameraNode;
|
||
|
|
UClass* UPerlinNoiseRotationShakeCameraNode::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UPerlinNoiseRotationShakeCameraNode;
|
||
|
|
if (!Z_Registration_Info_UClass_UPerlinNoiseRotationShakeCameraNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("PerlinNoiseRotationShakeCameraNode"),
|
||
|
|
Z_Registration_Info_UClass_UPerlinNoiseRotationShakeCameraNode.InnerSingleton,
|
||
|
|
StaticRegisterNativesUPerlinNoiseRotationShakeCameraNode,
|
||
|
|
sizeof(TClass),
|
||
|
|
alignof(TClass),
|
||
|
|
TClass::StaticClassFlags,
|
||
|
|
TClass::StaticClassCastFlags(),
|
||
|
|
TClass::StaticConfigName(),
|
||
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
||
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
||
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
||
|
|
&TClass::Super::StaticClass,
|
||
|
|
&TClass::WithinClass::StaticClass
|
||
|
|
);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UPerlinNoiseRotationShakeCameraNode.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_NoRegister()
|
||
|
|
{
|
||
|
|
return UPerlinNoiseRotationShakeCameraNode::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "Nodes/Shakes/PerlinNoiseRotationShakeCameraNode.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseRotationShakeCameraNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AmplitudeMultiplier_MetaData[] = {
|
||
|
|
{ "Category", "Perlin Noise" },
|
||
|
|
{ "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseRotationShakeCameraNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FrequencyMultiplier_MetaData[] = {
|
||
|
|
{ "Category", "Perlin Noise" },
|
||
|
|
{ "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseRotationShakeCameraNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Octaves_MetaData[] = {
|
||
|
|
{ "Category", "Perlin Noise" },
|
||
|
|
{ "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseRotationShakeCameraNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Yaw_MetaData[] = {
|
||
|
|
{ "Category", "Common" },
|
||
|
|
{ "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseRotationShakeCameraNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Pitch_MetaData[] = {
|
||
|
|
{ "Category", "Common" },
|
||
|
|
{ "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseRotationShakeCameraNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Roll_MetaData[] = {
|
||
|
|
{ "Category", "Common" },
|
||
|
|
{ "ModuleRelativePath", "Public/Nodes/Shakes/PerlinNoiseRotationShakeCameraNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UPerlinNoiseRotationShakeCameraNode 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_Yaw;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Pitch;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Roll;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UPerlinNoiseRotationShakeCameraNode constinit property declarations ********
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UPerlinNoiseRotationShakeCameraNode>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UPerlinNoiseRotationShakeCameraNode Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_AmplitudeMultiplier = { "AmplitudeMultiplier", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseRotationShakeCameraNode, AmplitudeMultiplier), Z_Construct_UScriptStruct_FFloatCameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AmplitudeMultiplier_MetaData), NewProp_AmplitudeMultiplier_MetaData) }; // 1936936055
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_FrequencyMultiplier = { "FrequencyMultiplier", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseRotationShakeCameraNode, FrequencyMultiplier), Z_Construct_UScriptStruct_FFloatCameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FrequencyMultiplier_MetaData), NewProp_FrequencyMultiplier_MetaData) }; // 1936936055
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_Octaves = { "Octaves", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseRotationShakeCameraNode, Octaves), Z_Construct_UScriptStruct_FInteger32CameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Octaves_MetaData), NewProp_Octaves_MetaData) }; // 1821665229
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_Yaw = { "Yaw", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseRotationShakeCameraNode, Yaw), Z_Construct_UScriptStruct_FPerlinNoiseData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Yaw_MetaData), NewProp_Yaw_MetaData) }; // 266914354
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_Pitch = { "Pitch", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseRotationShakeCameraNode, Pitch), Z_Construct_UScriptStruct_FPerlinNoiseData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Pitch_MetaData), NewProp_Pitch_MetaData) }; // 266914354
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_Roll = { "Roll", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPerlinNoiseRotationShakeCameraNode, Roll), Z_Construct_UScriptStruct_FPerlinNoiseData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Roll_MetaData), NewProp_Roll_MetaData) }; // 266914354
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_AmplitudeMultiplier,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_FrequencyMultiplier,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_Octaves,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_Yaw,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_Pitch,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::NewProp_Roll,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UPerlinNoiseRotationShakeCameraNode Property Definitions *******************
|
||
|
|
UObject* (*const Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UShakeCameraNode,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::ClassParams = {
|
||
|
|
&UPerlinNoiseRotationShakeCameraNode::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x002010A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UPerlinNoiseRotationShakeCameraNode::StaticRegisterNativesUPerlinNoiseRotationShakeCameraNode()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UPerlinNoiseRotationShakeCameraNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPerlinNoiseRotationShakeCameraNode.OuterSingleton, Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UPerlinNoiseRotationShakeCameraNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
UPerlinNoiseRotationShakeCameraNode::UPerlinNoiseRotationShakeCameraNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPerlinNoiseRotationShakeCameraNode);
|
||
|
|
UPerlinNoiseRotationShakeCameraNode::~UPerlinNoiseRotationShakeCameraNode() {}
|
||
|
|
// ********** End Class UPerlinNoiseRotationShakeCameraNode ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Shakes_PerlinNoiseRotationShakeCameraNode_h__Script_GameplayCameras_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UPerlinNoiseRotationShakeCameraNode, UPerlinNoiseRotationShakeCameraNode::StaticClass, TEXT("UPerlinNoiseRotationShakeCameraNode"), &Z_Registration_Info_UClass_UPerlinNoiseRotationShakeCameraNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPerlinNoiseRotationShakeCameraNode), 597848573U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Shakes_PerlinNoiseRotationShakeCameraNode_h__Script_GameplayCameras_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Shakes_PerlinNoiseRotationShakeCameraNode_h__Script_GameplayCameras_567451993{
|
||
|
|
TEXT("/Script/GameplayCameras"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Shakes_PerlinNoiseRotationShakeCameraNode_h__Script_GameplayCameras_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Shakes_PerlinNoiseRotationShakeCameraNode_h__Script_GameplayCameras_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|