122 lines
6.0 KiB
C++
122 lines
6.0 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 "Core/RootCameraNode.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeRootCameraNode() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UCameraNode();
|
|
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_URootCameraNode();
|
|
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_URootCameraNode_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_GameplayCameras();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class URootCameraNode **********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_URootCameraNode;
|
|
UClass* URootCameraNode::GetPrivateStaticClass()
|
|
{
|
|
using TClass = URootCameraNode;
|
|
if (!Z_Registration_Info_UClass_URootCameraNode.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("RootCameraNode"),
|
|
Z_Registration_Info_UClass_URootCameraNode.InnerSingleton,
|
|
StaticRegisterNativesURootCameraNode,
|
|
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_URootCameraNode.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_URootCameraNode_NoRegister()
|
|
{
|
|
return URootCameraNode::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_URootCameraNode_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * The base class for a camera node that can act as the root of the\n * camera system evaluation.\n */" },
|
|
{ "IncludePath", "Core/RootCameraNode.h" },
|
|
{ "ModuleRelativePath", "Public/Core/RootCameraNode.h" },
|
|
{ "ToolTip", "The base class for a camera node that can act as the root of the\ncamera system evaluation." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class URootCameraNode constinit property declarations **************************
|
|
// ********** End Class URootCameraNode constinit property declarations ****************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<URootCameraNode>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_URootCameraNode_Statics
|
|
UObject* (*const Z_Construct_UClass_URootCameraNode_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UCameraNode,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URootCameraNode_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_URootCameraNode_Statics::ClassParams = {
|
|
&URootCameraNode::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x002810A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URootCameraNode_Statics::Class_MetaDataParams), Z_Construct_UClass_URootCameraNode_Statics::Class_MetaDataParams)
|
|
};
|
|
void URootCameraNode::StaticRegisterNativesURootCameraNode()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_URootCameraNode()
|
|
{
|
|
if (!Z_Registration_Info_UClass_URootCameraNode.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URootCameraNode.OuterSingleton, Z_Construct_UClass_URootCameraNode_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_URootCameraNode.OuterSingleton;
|
|
}
|
|
URootCameraNode::URootCameraNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URootCameraNode);
|
|
URootCameraNode::~URootCameraNode() {}
|
|
// ********** End Class URootCameraNode ************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_RootCameraNode_h__Script_GameplayCameras_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_URootCameraNode, URootCameraNode::StaticClass, TEXT("URootCameraNode"), &Z_Registration_Info_UClass_URootCameraNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URootCameraNode), 3451960590U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_RootCameraNode_h__Script_GameplayCameras_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_RootCameraNode_h__Script_GameplayCameras_2281049698{
|
|
TEXT("/Script/GameplayCameras"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_RootCameraNode_h__Script_GameplayCameras_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_RootCameraNode_h__Script_GameplayCameras_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|