Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/GameplayCameras/UHT/DampenRotationCameraNode.gen.cpp

159 lines
10 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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/Common/DampenRotationCameraNode.h"
#include "Core/CameraParameters.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDampenRotationCameraNode() {}
// ********** Begin Cross Module References ********************************************************
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UCameraNode();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UDampenRotationCameraNode();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UDampenRotationCameraNode_NoRegister();
GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FFloatCameraParameter();
UPackage* Z_Construct_UPackage__Script_GameplayCameras();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDampenRotationCameraNode ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDampenRotationCameraNode;
UClass* UDampenRotationCameraNode::GetPrivateStaticClass()
{
using TClass = UDampenRotationCameraNode;
if (!Z_Registration_Info_UClass_UDampenRotationCameraNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DampenRotationCameraNode"),
Z_Registration_Info_UClass_UDampenRotationCameraNode.InnerSingleton,
StaticRegisterNativesUDampenRotationCameraNode,
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_UDampenRotationCameraNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UDampenRotationCameraNode_NoRegister()
{
return UDampenRotationCameraNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDampenRotationCameraNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "CameraNodeCategories", "Common,Transform" },
{ "Comment", "/**\n * A camera node that smoothes the rotation of the camera.\n */" },
{ "IncludePath", "Nodes/Common/DampenRotationCameraNode.h" },
{ "ModuleRelativePath", "Public/Nodes/Common/DampenRotationCameraNode.h" },
{ "ToolTip", "A camera node that smoothes the rotation of the camera." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_YawDampingFactor_MetaData[] = {
{ "Category", "Damping" },
{ "Comment", "/** Damping factor for the camera yaw. */" },
{ "ModuleRelativePath", "Public/Nodes/Common/DampenRotationCameraNode.h" },
{ "ToolTip", "Damping factor for the camera yaw." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PitchDampingFactor_MetaData[] = {
{ "Category", "Damping" },
{ "Comment", "/** Damping factor for the camera pitch. */" },
{ "ModuleRelativePath", "Public/Nodes/Common/DampenRotationCameraNode.h" },
{ "ToolTip", "Damping factor for the camera pitch." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RollDampingFactor_MetaData[] = {
{ "Category", "Damping" },
{ "Comment", "/** Damping factor for the camera roll. */" },
{ "ModuleRelativePath", "Public/Nodes/Common/DampenRotationCameraNode.h" },
{ "ToolTip", "Damping factor for the camera roll." },
};
#endif // WITH_METADATA
// ********** Begin Class UDampenRotationCameraNode constinit property declarations ****************
static const UECodeGen_Private::FStructPropertyParams NewProp_YawDampingFactor;
static const UECodeGen_Private::FStructPropertyParams NewProp_PitchDampingFactor;
static const UECodeGen_Private::FStructPropertyParams NewProp_RollDampingFactor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDampenRotationCameraNode constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDampenRotationCameraNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDampenRotationCameraNode_Statics
// ********** Begin Class UDampenRotationCameraNode Property Definitions ***************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDampenRotationCameraNode_Statics::NewProp_YawDampingFactor = { "YawDampingFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDampenRotationCameraNode, YawDampingFactor), Z_Construct_UScriptStruct_FFloatCameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_YawDampingFactor_MetaData), NewProp_YawDampingFactor_MetaData) }; // 1936936055
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDampenRotationCameraNode_Statics::NewProp_PitchDampingFactor = { "PitchDampingFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDampenRotationCameraNode, PitchDampingFactor), Z_Construct_UScriptStruct_FFloatCameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PitchDampingFactor_MetaData), NewProp_PitchDampingFactor_MetaData) }; // 1936936055
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDampenRotationCameraNode_Statics::NewProp_RollDampingFactor = { "RollDampingFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDampenRotationCameraNode, RollDampingFactor), Z_Construct_UScriptStruct_FFloatCameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RollDampingFactor_MetaData), NewProp_RollDampingFactor_MetaData) }; // 1936936055
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDampenRotationCameraNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDampenRotationCameraNode_Statics::NewProp_YawDampingFactor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDampenRotationCameraNode_Statics::NewProp_PitchDampingFactor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDampenRotationCameraNode_Statics::NewProp_RollDampingFactor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDampenRotationCameraNode_Statics::PropPointers) < 2048);
// ********** End Class UDampenRotationCameraNode Property Definitions *****************************
UObject* (*const Z_Construct_UClass_UDampenRotationCameraNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UCameraNode,
(UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDampenRotationCameraNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDampenRotationCameraNode_Statics::ClassParams = {
&UDampenRotationCameraNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDampenRotationCameraNode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDampenRotationCameraNode_Statics::PropPointers),
0,
0x002810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDampenRotationCameraNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UDampenRotationCameraNode_Statics::Class_MetaDataParams)
};
void UDampenRotationCameraNode::StaticRegisterNativesUDampenRotationCameraNode()
{
}
UClass* Z_Construct_UClass_UDampenRotationCameraNode()
{
if (!Z_Registration_Info_UClass_UDampenRotationCameraNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDampenRotationCameraNode.OuterSingleton, Z_Construct_UClass_UDampenRotationCameraNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDampenRotationCameraNode.OuterSingleton;
}
UDampenRotationCameraNode::UDampenRotationCameraNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDampenRotationCameraNode);
UDampenRotationCameraNode::~UDampenRotationCameraNode() {}
// ********** End Class UDampenRotationCameraNode **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_DampenRotationCameraNode_h__Script_GameplayCameras_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDampenRotationCameraNode, UDampenRotationCameraNode::StaticClass, TEXT("UDampenRotationCameraNode"), &Z_Registration_Info_UClass_UDampenRotationCameraNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDampenRotationCameraNode), 1471151183U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_DampenRotationCameraNode_h__Script_GameplayCameras_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_DampenRotationCameraNode_h__Script_GameplayCameras_991065830{
TEXT("/Script/GameplayCameras"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_DampenRotationCameraNode_h__Script_GameplayCameras_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_DampenRotationCameraNode_h__Script_GameplayCameras_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS