// 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/ObjectTreeGraphComment.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeObjectTreeGraphComment() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FIntVector2(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor(); GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UObjectTreeGraphComment(); GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UObjectTreeGraphComment_NoRegister(); GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UObjectTreeGraphObject_NoRegister(); UPackage* Z_Construct_UPackage__Script_GameplayCameras(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UObjectTreeGraphComment ************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UObjectTreeGraphComment; UClass* UObjectTreeGraphComment::GetPrivateStaticClass() { using TClass = UObjectTreeGraphComment; if (!Z_Registration_Info_UClass_UObjectTreeGraphComment.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ObjectTreeGraphComment"), Z_Registration_Info_UClass_UObjectTreeGraphComment.InnerSingleton, StaticRegisterNativesUObjectTreeGraphComment, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UObjectTreeGraphComment.InnerSingleton; } UClass* Z_Construct_UClass_UObjectTreeGraphComment_NoRegister() { return UObjectTreeGraphComment::GetPrivateStaticClass(); } struct Z_Construct_UClass_UObjectTreeGraphComment_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * A generic comment node for object tree graphs.\n */" }, { "IncludePath", "Core/ObjectTreeGraphComment.h" }, { "ModuleRelativePath", "Public/Core/ObjectTreeGraphComment.h" }, { "ObjectInitializerConstructorDeclared", "" }, { "ToolTip", "A generic comment node for object tree graphs." }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommentText_MetaData[] = { { "Comment", "/** The text of the comment node. */" }, { "ModuleRelativePath", "Public/Core/ObjectTreeGraphComment.h" }, { "ToolTip", "The text of the comment node." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommentColor_MetaData[] = { { "Comment", "/** Color of the comment node in the node graph editor. */" }, { "ModuleRelativePath", "Public/Core/ObjectTreeGraphComment.h" }, { "ToolTip", "Color of the comment node in the node graph editor." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GraphNodePos_MetaData[] = { { "Comment", "/** Position of the comment node in the node graph editor. */" }, { "ModuleRelativePath", "Public/Core/ObjectTreeGraphComment.h" }, { "ToolTip", "Position of the comment node in the node graph editor." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GraphNodeSize_MetaData[] = { { "Comment", "/** Size of the comment node in the node graph editor. */" }, { "ModuleRelativePath", "Public/Core/ObjectTreeGraphComment.h" }, { "ToolTip", "Size of the comment node in the node graph editor." }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UObjectTreeGraphComment constinit property declarations ****************** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStrPropertyParams NewProp_CommentText; static const UECodeGen_Private::FStructPropertyParams NewProp_CommentColor; static const UECodeGen_Private::FStructPropertyParams NewProp_GraphNodePos; static const UECodeGen_Private::FStructPropertyParams NewProp_GraphNodeSize; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End Class UObjectTreeGraphComment constinit property declarations ******************** static UObject* (*const DependentSingletons[])(); static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[]; static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UObjectTreeGraphComment_Statics // ********** Begin Class UObjectTreeGraphComment Property Definitions ***************************** #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UObjectTreeGraphComment_Statics::NewProp_CommentText = { "CommentText", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UObjectTreeGraphComment, CommentText), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommentText_MetaData), NewProp_CommentText_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UObjectTreeGraphComment_Statics::NewProp_CommentColor = { "CommentColor", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UObjectTreeGraphComment, CommentColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommentColor_MetaData), NewProp_CommentColor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UObjectTreeGraphComment_Statics::NewProp_GraphNodePos = { "GraphNodePos", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UObjectTreeGraphComment, GraphNodePos), Z_Construct_UScriptStruct_FIntVector2, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GraphNodePos_MetaData), NewProp_GraphNodePos_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UObjectTreeGraphComment_Statics::NewProp_GraphNodeSize = { "GraphNodeSize", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UObjectTreeGraphComment, GraphNodeSize), Z_Construct_UScriptStruct_FIntVector2, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GraphNodeSize_MetaData), NewProp_GraphNodeSize_MetaData) }; #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UObjectTreeGraphComment_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectTreeGraphComment_Statics::NewProp_CommentText, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectTreeGraphComment_Statics::NewProp_CommentColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectTreeGraphComment_Statics::NewProp_GraphNodePos, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectTreeGraphComment_Statics::NewProp_GraphNodeSize, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectTreeGraphComment_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End Class UObjectTreeGraphComment Property Definitions ******************************* UObject* (*const Z_Construct_UClass_UObjectTreeGraphComment_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectTreeGraphComment_Statics::DependentSingletons) < 16); const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UObjectTreeGraphComment_Statics::InterfaceParams[] = { { Z_Construct_UClass_UObjectTreeGraphObject_NoRegister, (int32)VTABLE_OFFSET(UObjectTreeGraphComment, IObjectTreeGraphObject), false }, // 1321586748 }; const UECodeGen_Private::FClassParams Z_Construct_UClass_UObjectTreeGraphComment_Statics::ClassParams = { &UObjectTreeGraphComment::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UObjectTreeGraphComment_Statics::PropPointers, nullptr), InterfaceParams, UE_ARRAY_COUNT(DependentSingletons), 0, IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectTreeGraphComment_Statics::PropPointers), 0), UE_ARRAY_COUNT(InterfaceParams), 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectTreeGraphComment_Statics::Class_MetaDataParams), Z_Construct_UClass_UObjectTreeGraphComment_Statics::Class_MetaDataParams) }; void UObjectTreeGraphComment::StaticRegisterNativesUObjectTreeGraphComment() { } UClass* Z_Construct_UClass_UObjectTreeGraphComment() { if (!Z_Registration_Info_UClass_UObjectTreeGraphComment.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UObjectTreeGraphComment.OuterSingleton, Z_Construct_UClass_UObjectTreeGraphComment_Statics::ClassParams); } return Z_Registration_Info_UClass_UObjectTreeGraphComment.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UObjectTreeGraphComment); UObjectTreeGraphComment::~UObjectTreeGraphComment() {} // ********** End Class UObjectTreeGraphComment **************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_ObjectTreeGraphComment_h__Script_GameplayCameras_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UObjectTreeGraphComment, UObjectTreeGraphComment::StaticClass, TEXT("UObjectTreeGraphComment"), &Z_Registration_Info_UClass_UObjectTreeGraphComment, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UObjectTreeGraphComment), 3998356890U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_ObjectTreeGraphComment_h__Script_GameplayCameras_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_ObjectTreeGraphComment_h__Script_GameplayCameras_3846939573{ TEXT("/Script/GameplayCameras"), Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_ObjectTreeGraphComment_h__Script_GameplayCameras_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_Core_ObjectTreeGraphComment_h__Script_GameplayCameras_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS