122 lines
6.7 KiB
C++
122 lines
6.7 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 "InteractiveGizmoBuilder.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeInteractiveGizmoBuilder() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveGizmoBuilder();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveGizmoBuilder_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UInteractiveGizmoBuilder *************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UInteractiveGizmoBuilder;
|
|
UClass* UInteractiveGizmoBuilder::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UInteractiveGizmoBuilder;
|
|
if (!Z_Registration_Info_UClass_UInteractiveGizmoBuilder.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("InteractiveGizmoBuilder"),
|
|
Z_Registration_Info_UClass_UInteractiveGizmoBuilder.InnerSingleton,
|
|
StaticRegisterNativesUInteractiveGizmoBuilder,
|
|
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_UInteractiveGizmoBuilder.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UInteractiveGizmoBuilder_NoRegister()
|
|
{
|
|
return UInteractiveGizmoBuilder::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UInteractiveGizmoBuilder_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * A UInteractiveGizmoBuilder creates a new instance of an InteractiveGizmo (basically this is a Factory).\n * These are registered with the InteractiveGizmoManager, which calls BuildGizmo().\n * This is an abstract base class, you must subclass it in order to create your particular Gizmo instance\n */" },
|
|
{ "IncludePath", "InteractiveGizmoBuilder.h" },
|
|
{ "ModuleRelativePath", "Public/InteractiveGizmoBuilder.h" },
|
|
{ "ToolTip", "A UInteractiveGizmoBuilder creates a new instance of an InteractiveGizmo (basically this is a Factory).\nThese are registered with the InteractiveGizmoManager, which calls BuildGizmo().\nThis is an abstract base class, you must subclass it in order to create your particular Gizmo instance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UInteractiveGizmoBuilder constinit property declarations *****************
|
|
// ********** End Class UInteractiveGizmoBuilder constinit property declarations *******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UInteractiveGizmoBuilder>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UInteractiveGizmoBuilder_Statics
|
|
UObject* (*const Z_Construct_UClass_UInteractiveGizmoBuilder_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInteractiveGizmoBuilder_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInteractiveGizmoBuilder_Statics::ClassParams = {
|
|
&UInteractiveGizmoBuilder::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A9u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInteractiveGizmoBuilder_Statics::Class_MetaDataParams), Z_Construct_UClass_UInteractiveGizmoBuilder_Statics::Class_MetaDataParams)
|
|
};
|
|
void UInteractiveGizmoBuilder::StaticRegisterNativesUInteractiveGizmoBuilder()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UInteractiveGizmoBuilder()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UInteractiveGizmoBuilder.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInteractiveGizmoBuilder.OuterSingleton, Z_Construct_UClass_UInteractiveGizmoBuilder_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UInteractiveGizmoBuilder.OuterSingleton;
|
|
}
|
|
UInteractiveGizmoBuilder::UInteractiveGizmoBuilder(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInteractiveGizmoBuilder);
|
|
UInteractiveGizmoBuilder::~UInteractiveGizmoBuilder() {}
|
|
// ********** End Class UInteractiveGizmoBuilder ***************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveGizmoBuilder_h__Script_InteractiveToolsFramework_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UInteractiveGizmoBuilder, UInteractiveGizmoBuilder::StaticClass, TEXT("UInteractiveGizmoBuilder"), &Z_Registration_Info_UClass_UInteractiveGizmoBuilder, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInteractiveGizmoBuilder), 1731806695U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveGizmoBuilder_h__Script_InteractiveToolsFramework_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveGizmoBuilder_h__Script_InteractiveToolsFramework_3726190152{
|
|
TEXT("/Script/InteractiveToolsFramework"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveGizmoBuilder_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveGizmoBuilder_h__Script_InteractiveToolsFramework_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|