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

152 lines
9.5 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/SplineFieldOfViewCameraNode.h"
#include "Core/CameraParameters.h"
#include "Curves/CameraSingleCurve.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSplineFieldOfViewCameraNode() {}
// ********** Begin Cross Module References ********************************************************
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UCameraNode();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_USplineFieldOfViewCameraNode();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_USplineFieldOfViewCameraNode_NoRegister();
GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FCameraSingleCurve();
GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FFloatCameraParameter();
UPackage* Z_Construct_UPackage__Script_GameplayCameras();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USplineFieldOfViewCameraNode *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USplineFieldOfViewCameraNode;
UClass* USplineFieldOfViewCameraNode::GetPrivateStaticClass()
{
using TClass = USplineFieldOfViewCameraNode;
if (!Z_Registration_Info_UClass_USplineFieldOfViewCameraNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SplineFieldOfViewCameraNode"),
Z_Registration_Info_UClass_USplineFieldOfViewCameraNode.InnerSingleton,
StaticRegisterNativesUSplineFieldOfViewCameraNode,
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_USplineFieldOfViewCameraNode.InnerSingleton;
}
UClass* Z_Construct_UClass_USplineFieldOfViewCameraNode_NoRegister()
{
return USplineFieldOfViewCameraNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "CameraNodeCategories", "Common,Lens" },
{ "Comment", "/**\n * A camera node that sets the field of view of the camera by evaluating a curve.\n */" },
{ "IncludePath", "Nodes/Common/SplineFieldOfViewCameraNode.h" },
{ "ModuleRelativePath", "Public/Nodes/Common/SplineFieldOfViewCameraNode.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ToolTip", "A camera node that sets the field of view of the camera by evaluating a curve." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SplineInput_MetaData[] = {
{ "Category", "Common" },
{ "Comment", "/** The input to pass to the field of view spline. */" },
{ "ModuleRelativePath", "Public/Nodes/Common/SplineFieldOfViewCameraNode.h" },
{ "ToolTip", "The input to pass to the field of view spline." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FieldOfViewSpline_MetaData[] = {
{ "Category", "Common" },
{ "Comment", "/** The field of view, in degrees. */" },
{ "ModuleRelativePath", "Public/Nodes/Common/SplineFieldOfViewCameraNode.h" },
{ "ToolTip", "The field of view, in degrees." },
};
#endif // WITH_METADATA
// ********** Begin Class USplineFieldOfViewCameraNode constinit property declarations *************
static const UECodeGen_Private::FStructPropertyParams NewProp_SplineInput;
static const UECodeGen_Private::FStructPropertyParams NewProp_FieldOfViewSpline;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USplineFieldOfViewCameraNode constinit property declarations ***************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USplineFieldOfViewCameraNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics
// ********** Begin Class USplineFieldOfViewCameraNode Property Definitions ************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::NewProp_SplineInput = { "SplineInput", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineFieldOfViewCameraNode, SplineInput), Z_Construct_UScriptStruct_FFloatCameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SplineInput_MetaData), NewProp_SplineInput_MetaData) }; // 1936936055
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::NewProp_FieldOfViewSpline = { "FieldOfViewSpline", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineFieldOfViewCameraNode, FieldOfViewSpline), Z_Construct_UScriptStruct_FCameraSingleCurve, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FieldOfViewSpline_MetaData), NewProp_FieldOfViewSpline_MetaData) }; // 4212289559
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::NewProp_SplineInput,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::NewProp_FieldOfViewSpline,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::PropPointers) < 2048);
// ********** End Class USplineFieldOfViewCameraNode Property Definitions **************************
UObject* (*const Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UCameraNode,
(UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::ClassParams = {
&USplineFieldOfViewCameraNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::PropPointers),
0,
0x002810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::Class_MetaDataParams), Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::Class_MetaDataParams)
};
void USplineFieldOfViewCameraNode::StaticRegisterNativesUSplineFieldOfViewCameraNode()
{
}
UClass* Z_Construct_UClass_USplineFieldOfViewCameraNode()
{
if (!Z_Registration_Info_UClass_USplineFieldOfViewCameraNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USplineFieldOfViewCameraNode.OuterSingleton, Z_Construct_UClass_USplineFieldOfViewCameraNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USplineFieldOfViewCameraNode.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USplineFieldOfViewCameraNode);
USplineFieldOfViewCameraNode::~USplineFieldOfViewCameraNode() {}
// ********** End Class USplineFieldOfViewCameraNode ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_SplineFieldOfViewCameraNode_h__Script_GameplayCameras_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USplineFieldOfViewCameraNode, USplineFieldOfViewCameraNode::StaticClass, TEXT("USplineFieldOfViewCameraNode"), &Z_Registration_Info_UClass_USplineFieldOfViewCameraNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USplineFieldOfViewCameraNode), 501273695U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_SplineFieldOfViewCameraNode_h__Script_GameplayCameras_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_SplineFieldOfViewCameraNode_h__Script_GameplayCameras_3592376270{
TEXT("/Script/GameplayCameras"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_SplineFieldOfViewCameraNode_h__Script_GameplayCameras_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_SplineFieldOfViewCameraNode_h__Script_GameplayCameras_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS