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

152 lines
9.4 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/OrthographicCameraNode.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 EmptyLinkFunctionForGeneratedCodeOrthographicCameraNode() {}
// ********** Begin Cross Module References ********************************************************
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UCameraNode();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UOrthographicCameraNode();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UOrthographicCameraNode_NoRegister();
GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FBooleanCameraParameter();
GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FFloatCameraParameter();
UPackage* Z_Construct_UPackage__Script_GameplayCameras();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UOrthographicCameraNode **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOrthographicCameraNode;
UClass* UOrthographicCameraNode::GetPrivateStaticClass()
{
using TClass = UOrthographicCameraNode;
if (!Z_Registration_Info_UClass_UOrthographicCameraNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OrthographicCameraNode"),
Z_Registration_Info_UClass_UOrthographicCameraNode.InnerSingleton,
StaticRegisterNativesUOrthographicCameraNode,
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_UOrthographicCameraNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UOrthographicCameraNode_NoRegister()
{
return UOrthographicCameraNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOrthographicCameraNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "CameraNodeCategories", "Common" },
{ "Comment", "/**\n * A camera node that sets the perspective mode to orthographic.\n */" },
{ "IncludePath", "Nodes/Common/OrthographicCameraNode.h" },
{ "ModuleRelativePath", "Public/Nodes/Common/OrthographicCameraNode.h" },
{ "ToolTip", "A camera node that sets the perspective mode to orthographic." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnableOrthographicMode_MetaData[] = {
{ "Category", "Orthographic" },
{ "Comment", "/** Sets the perspective mode to orthographic. */" },
{ "ModuleRelativePath", "Public/Nodes/Common/OrthographicCameraNode.h" },
{ "ToolTip", "Sets the perspective mode to orthographic." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OrthographicWidth_MetaData[] = {
{ "Category", "Orthographic" },
{ "Comment", "/** The width of the orthographic view. */" },
{ "ModuleRelativePath", "Public/Nodes/Common/OrthographicCameraNode.h" },
{ "ToolTip", "The width of the orthographic view." },
{ "Units", "cm" },
};
#endif // WITH_METADATA
// ********** Begin Class UOrthographicCameraNode constinit property declarations ******************
static const UECodeGen_Private::FStructPropertyParams NewProp_EnableOrthographicMode;
static const UECodeGen_Private::FStructPropertyParams NewProp_OrthographicWidth;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UOrthographicCameraNode constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOrthographicCameraNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOrthographicCameraNode_Statics
// ********** Begin Class UOrthographicCameraNode Property Definitions *****************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UOrthographicCameraNode_Statics::NewProp_EnableOrthographicMode = { "EnableOrthographicMode", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UOrthographicCameraNode, EnableOrthographicMode), Z_Construct_UScriptStruct_FBooleanCameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnableOrthographicMode_MetaData), NewProp_EnableOrthographicMode_MetaData) }; // 3455813431
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UOrthographicCameraNode_Statics::NewProp_OrthographicWidth = { "OrthographicWidth", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UOrthographicCameraNode, OrthographicWidth), Z_Construct_UScriptStruct_FFloatCameraParameter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OrthographicWidth_MetaData), NewProp_OrthographicWidth_MetaData) }; // 1936936055
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UOrthographicCameraNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOrthographicCameraNode_Statics::NewProp_EnableOrthographicMode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOrthographicCameraNode_Statics::NewProp_OrthographicWidth,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOrthographicCameraNode_Statics::PropPointers) < 2048);
// ********** End Class UOrthographicCameraNode Property Definitions *******************************
UObject* (*const Z_Construct_UClass_UOrthographicCameraNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UCameraNode,
(UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOrthographicCameraNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOrthographicCameraNode_Statics::ClassParams = {
&UOrthographicCameraNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UOrthographicCameraNode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UOrthographicCameraNode_Statics::PropPointers),
0,
0x002810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOrthographicCameraNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UOrthographicCameraNode_Statics::Class_MetaDataParams)
};
void UOrthographicCameraNode::StaticRegisterNativesUOrthographicCameraNode()
{
}
UClass* Z_Construct_UClass_UOrthographicCameraNode()
{
if (!Z_Registration_Info_UClass_UOrthographicCameraNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOrthographicCameraNode.OuterSingleton, Z_Construct_UClass_UOrthographicCameraNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOrthographicCameraNode.OuterSingleton;
}
UOrthographicCameraNode::UOrthographicCameraNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOrthographicCameraNode);
UOrthographicCameraNode::~UOrthographicCameraNode() {}
// ********** End Class UOrthographicCameraNode ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_OrthographicCameraNode_h__Script_GameplayCameras_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOrthographicCameraNode, UOrthographicCameraNode::StaticClass, TEXT("UOrthographicCameraNode"), &Z_Registration_Info_UClass_UOrthographicCameraNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOrthographicCameraNode), 2256270318U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_OrthographicCameraNode_h__Script_GameplayCameras_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_OrthographicCameraNode_h__Script_GameplayCameras_3663574936{
TEXT("/Script/GameplayCameras"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_OrthographicCameraNode_h__Script_GameplayCameras_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Nodes_Common_OrthographicCameraNode_h__Script_GameplayCameras_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS