Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/InteractiveToolsFramework/UHT/ToolContextInterfaces.gen.cpp

496 lines
31 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 "ToolContextInterfaces.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeToolContextInterfaces() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UToolsContextCursorAPI();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UToolsContextCursorAPI_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UEnum* Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType();
INTERACTIVETOOLSFRAMEWORK_API UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials();
INTERACTIVETOOLSFRAMEWORK_API UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem();
INTERACTIVETOOLSFRAMEWORK_API UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode();
INTERACTIVETOOLSFRAMEWORK_API UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel();
INTERACTIVETOOLSFRAMEWORK_API UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState();
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EStandardToolContextMaterials *********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EStandardToolContextMaterials;
static UEnum* EStandardToolContextMaterials_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EStandardToolContextMaterials.OuterSingleton)
{
Z_Registration_Info_UEnum_EStandardToolContextMaterials.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("EStandardToolContextMaterials"));
}
return Z_Registration_Info_UEnum_EStandardToolContextMaterials.OuterSingleton;
}
template<> INTERACTIVETOOLSFRAMEWORK_NON_ATTRIBUTED_API UEnum* StaticEnum<EStandardToolContextMaterials>()
{
return EStandardToolContextMaterials_StaticEnum();
}
struct Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "/** Types of standard materials that Tools may request from Context */" },
{ "ModuleRelativePath", "Public/ToolContextInterfaces.h" },
{ "ToolTip", "Types of standard materials that Tools may request from Context" },
{ "VertexColorMaterial.Comment", "/** White material that displays vertex colors set on mesh */" },
{ "VertexColorMaterial.Name", "EStandardToolContextMaterials::VertexColorMaterial" },
{ "VertexColorMaterial.ToolTip", "White material that displays vertex colors set on mesh" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EStandardToolContextMaterials::VertexColorMaterial", (int64)EStandardToolContextMaterials::VertexColorMaterial },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
nullptr,
"EStandardToolContextMaterials",
"EStandardToolContextMaterials",
Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials()
{
if (!Z_Registration_Info_UEnum_EStandardToolContextMaterials.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EStandardToolContextMaterials.InnerSingleton, Z_Construct_UEnum_InteractiveToolsFramework_EStandardToolContextMaterials_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EStandardToolContextMaterials.InnerSingleton;
}
// ********** End Enum EStandardToolContextMaterials ***********************************************
// ********** Begin Enum EToolContextCoordinateSystem **********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EToolContextCoordinateSystem;
static UEnum* EToolContextCoordinateSystem_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EToolContextCoordinateSystem.OuterSingleton)
{
Z_Registration_Info_UEnum_EToolContextCoordinateSystem.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("EToolContextCoordinateSystem"));
}
return Z_Registration_Info_UEnum_EToolContextCoordinateSystem.OuterSingleton;
}
template<> INTERACTIVETOOLSFRAMEWORK_NON_ATTRIBUTED_API UEnum* StaticEnum<EToolContextCoordinateSystem>()
{
return EToolContextCoordinateSystem_StaticEnum();
}
struct Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "/** Types of coordinate systems that a Tool/Gizmo might use */" },
{ "Local.Comment", "/** Local coordinate system */" },
{ "Local.Name", "EToolContextCoordinateSystem::Local" },
{ "Local.ToolTip", "Local coordinate system" },
{ "ModuleRelativePath", "Public/ToolContextInterfaces.h" },
{ "Screen.Comment", "/** Screen space coordinate system */" },
{ "Screen.Name", "EToolContextCoordinateSystem::Screen" },
{ "Screen.ToolTip", "Screen space coordinate system" },
{ "ToolTip", "Types of coordinate systems that a Tool/Gizmo might use" },
{ "World.Comment", "/** World space coordinate system */" },
{ "World.Name", "EToolContextCoordinateSystem::World" },
{ "World.ToolTip", "World space coordinate system" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EToolContextCoordinateSystem::World", (int64)EToolContextCoordinateSystem::World },
{ "EToolContextCoordinateSystem::Local", (int64)EToolContextCoordinateSystem::Local },
{ "EToolContextCoordinateSystem::Screen", (int64)EToolContextCoordinateSystem::Screen },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
nullptr,
"EToolContextCoordinateSystem",
"EToolContextCoordinateSystem",
Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem()
{
if (!Z_Registration_Info_UEnum_EToolContextCoordinateSystem.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EToolContextCoordinateSystem.InnerSingleton, Z_Construct_UEnum_InteractiveToolsFramework_EToolContextCoordinateSystem_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EToolContextCoordinateSystem.InnerSingleton;
}
// ********** End Enum EToolContextCoordinateSystem ************************************************
// ********** Begin Enum EToolContextTransformGizmoMode ********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EToolContextTransformGizmoMode;
static UEnum* EToolContextTransformGizmoMode_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EToolContextTransformGizmoMode.OuterSingleton)
{
Z_Registration_Info_UEnum_EToolContextTransformGizmoMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("EToolContextTransformGizmoMode"));
}
return Z_Registration_Info_UEnum_EToolContextTransformGizmoMode.OuterSingleton;
}
template<> INTERACTIVETOOLSFRAMEWORK_NON_ATTRIBUTED_API UEnum* StaticEnum<EToolContextTransformGizmoMode>()
{
return EToolContextTransformGizmoMode_StaticEnum();
}
struct Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Combined.Comment", "/** Show all available Gizmo sub-elements */" },
{ "Combined.Name", "EToolContextTransformGizmoMode::Combined" },
{ "Combined.ToolTip", "Show all available Gizmo sub-elements" },
{ "Comment", "/** \n * High-level configuration options for a standard 3D translate/rotate/scale Gizmo, like is commonly used in 3D DCC tools, game editors, etc\n * This is meant to be used to convey UI-level settings to Tools/Gizmos, eg like the W/E/R toggles for Rranslate/Rotate/Scale in Maya or UE Editor.\n * More granular control over precise gizmo elements is available through other mechanisms, eg the ETransformGizmoSubElements flags in UCombinedTransformGizmo\n */" },
{ "ModuleRelativePath", "Public/ToolContextInterfaces.h" },
{ "NoGizmo.Comment", "/** Hide all Gizmo sub-elements */" },
{ "NoGizmo.Name", "EToolContextTransformGizmoMode::NoGizmo" },
{ "NoGizmo.ToolTip", "Hide all Gizmo sub-elements" },
{ "Rotation.Comment", "/** Only Show Rotation sub-elements */" },
{ "Rotation.Name", "EToolContextTransformGizmoMode::Rotation" },
{ "Rotation.ToolTip", "Only Show Rotation sub-elements" },
{ "Scale.Comment", "/** Only Show Scale sub-elements */" },
{ "Scale.Name", "EToolContextTransformGizmoMode::Scale" },
{ "Scale.ToolTip", "Only Show Scale sub-elements" },
{ "ToolTip", "High-level configuration options for a standard 3D translate/rotate/scale Gizmo, like is commonly used in 3D DCC tools, game editors, etc\nThis is meant to be used to convey UI-level settings to Tools/Gizmos, eg like the W/E/R toggles for Rranslate/Rotate/Scale in Maya or UE Editor.\nMore granular control over precise gizmo elements is available through other mechanisms, eg the ETransformGizmoSubElements flags in UCombinedTransformGizmo" },
{ "Translation.Comment", "/** Only Show Translation sub-elements */" },
{ "Translation.Name", "EToolContextTransformGizmoMode::Translation" },
{ "Translation.ToolTip", "Only Show Translation sub-elements" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EToolContextTransformGizmoMode::NoGizmo", (int64)EToolContextTransformGizmoMode::NoGizmo },
{ "EToolContextTransformGizmoMode::Translation", (int64)EToolContextTransformGizmoMode::Translation },
{ "EToolContextTransformGizmoMode::Rotation", (int64)EToolContextTransformGizmoMode::Rotation },
{ "EToolContextTransformGizmoMode::Scale", (int64)EToolContextTransformGizmoMode::Scale },
{ "EToolContextTransformGizmoMode::Combined", (int64)EToolContextTransformGizmoMode::Combined },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
nullptr,
"EToolContextTransformGizmoMode",
"EToolContextTransformGizmoMode",
Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode()
{
if (!Z_Registration_Info_UEnum_EToolContextTransformGizmoMode.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EToolContextTransformGizmoMode.InnerSingleton, Z_Construct_UEnum_InteractiveToolsFramework_EToolContextTransformGizmoMode_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EToolContextTransformGizmoMode.InnerSingleton;
}
// ********** End Enum EToolContextTransformGizmoMode **********************************************
// ********** Begin Class UToolsContextCursorAPI ***************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UToolsContextCursorAPI;
UClass* UToolsContextCursorAPI::GetPrivateStaticClass()
{
using TClass = UToolsContextCursorAPI;
if (!Z_Registration_Info_UClass_UToolsContextCursorAPI.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ToolsContextCursorAPI"),
Z_Registration_Info_UClass_UToolsContextCursorAPI.InnerSingleton,
StaticRegisterNativesUToolsContextCursorAPI,
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_UToolsContextCursorAPI.InnerSingleton;
}
UClass* Z_Construct_UClass_UToolsContextCursorAPI_NoRegister()
{
return UToolsContextCursorAPI::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UToolsContextCursorAPI_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n* Users of the Tools Framework can use UToolsContextCursorAPI to\n* access to setting and retrieving cursor overrides for tool activities.\n*/" },
{ "IncludePath", "ToolContextInterfaces.h" },
{ "ModuleRelativePath", "Public/ToolContextInterfaces.h" },
{ "ToolTip", "Users of the Tools Framework can use UToolsContextCursorAPI to\naccess to setting and retrieving cursor overrides for tool activities." },
};
#endif // WITH_METADATA
// ********** Begin Class UToolsContextCursorAPI constinit property declarations *******************
// ********** End Class UToolsContextCursorAPI constinit property declarations *********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UToolsContextCursorAPI>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UToolsContextCursorAPI_Statics
UObject* (*const Z_Construct_UClass_UToolsContextCursorAPI_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UToolsContextCursorAPI_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UToolsContextCursorAPI_Statics::ClassParams = {
&UToolsContextCursorAPI::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UToolsContextCursorAPI_Statics::Class_MetaDataParams), Z_Construct_UClass_UToolsContextCursorAPI_Statics::Class_MetaDataParams)
};
void UToolsContextCursorAPI::StaticRegisterNativesUToolsContextCursorAPI()
{
}
UClass* Z_Construct_UClass_UToolsContextCursorAPI()
{
if (!Z_Registration_Info_UClass_UToolsContextCursorAPI.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UToolsContextCursorAPI.OuterSingleton, Z_Construct_UClass_UToolsContextCursorAPI_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UToolsContextCursorAPI.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UToolsContextCursorAPI);
// ********** End Class UToolsContextCursorAPI *****************************************************
// ********** Begin Enum EToolMessageLevel *********************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EToolMessageLevel;
static UEnum* EToolMessageLevel_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EToolMessageLevel.OuterSingleton)
{
Z_Registration_Info_UEnum_EToolMessageLevel.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("EToolMessageLevel"));
}
return Z_Registration_Info_UEnum_EToolMessageLevel.OuterSingleton;
}
template<> INTERACTIVETOOLSFRAMEWORK_NON_ATTRIBUTED_API UEnum* StaticEnum<EToolMessageLevel>()
{
return EToolMessageLevel_StaticEnum();
}
struct Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "/** Level of severity of messages emitted by Tool framework */" },
{ "Internal.Comment", "/** Development message goes into development log */" },
{ "Internal.Name", "EToolMessageLevel::Internal" },
{ "Internal.ToolTip", "Development message goes into development log" },
{ "ModuleRelativePath", "Public/ToolContextInterfaces.h" },
{ "ToolTip", "Level of severity of messages emitted by Tool framework" },
{ "UserError.Comment", "/** Error message should be shown in a modal notification window */" },
{ "UserError.Name", "EToolMessageLevel::UserError" },
{ "UserError.ToolTip", "Error message should be shown in a modal notification window" },
{ "UserMessage.Comment", "/** User message should appear in user-facing log */" },
{ "UserMessage.Name", "EToolMessageLevel::UserMessage" },
{ "UserMessage.ToolTip", "User message should appear in user-facing log" },
{ "UserNotification.Comment", "/** Notification message should be shown in a non-modal notification window */" },
{ "UserNotification.Name", "EToolMessageLevel::UserNotification" },
{ "UserNotification.ToolTip", "Notification message should be shown in a non-modal notification window" },
{ "UserWarning.Comment", "/** Warning message should be shown in a non-modal notification window with panache */" },
{ "UserWarning.Name", "EToolMessageLevel::UserWarning" },
{ "UserWarning.ToolTip", "Warning message should be shown in a non-modal notification window with panache" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EToolMessageLevel::Internal", (int64)EToolMessageLevel::Internal },
{ "EToolMessageLevel::UserMessage", (int64)EToolMessageLevel::UserMessage },
{ "EToolMessageLevel::UserNotification", (int64)EToolMessageLevel::UserNotification },
{ "EToolMessageLevel::UserWarning", (int64)EToolMessageLevel::UserWarning },
{ "EToolMessageLevel::UserError", (int64)EToolMessageLevel::UserError },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
nullptr,
"EToolMessageLevel",
"EToolMessageLevel",
Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel()
{
if (!Z_Registration_Info_UEnum_EToolMessageLevel.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EToolMessageLevel.InnerSingleton, Z_Construct_UEnum_InteractiveToolsFramework_EToolMessageLevel_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EToolMessageLevel.InnerSingleton;
}
// ********** End Enum EToolMessageLevel ***********************************************************
// ********** Begin Enum ESelectedObjectsModificationType ******************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESelectedObjectsModificationType;
static UEnum* ESelectedObjectsModificationType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ESelectedObjectsModificationType.OuterSingleton)
{
Z_Registration_Info_UEnum_ESelectedObjectsModificationType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("ESelectedObjectsModificationType"));
}
return Z_Registration_Info_UEnum_ESelectedObjectsModificationType.OuterSingleton;
}
template<> INTERACTIVETOOLSFRAMEWORK_NON_ATTRIBUTED_API UEnum* StaticEnum<ESelectedObjectsModificationType>()
{
return ESelectedObjectsModificationType_StaticEnum();
}
struct Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Add.Name", "ESelectedObjectsModificationType::Add" },
{ "Clear.Name", "ESelectedObjectsModificationType::Clear" },
{ "Comment", "/** Type of change we want to apply to a selection */" },
{ "ModuleRelativePath", "Public/ToolContextInterfaces.h" },
{ "Remove.Name", "ESelectedObjectsModificationType::Remove" },
{ "Replace.Name", "ESelectedObjectsModificationType::Replace" },
{ "ToolTip", "Type of change we want to apply to a selection" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ESelectedObjectsModificationType::Replace", (int64)ESelectedObjectsModificationType::Replace },
{ "ESelectedObjectsModificationType::Add", (int64)ESelectedObjectsModificationType::Add },
{ "ESelectedObjectsModificationType::Remove", (int64)ESelectedObjectsModificationType::Remove },
{ "ESelectedObjectsModificationType::Clear", (int64)ESelectedObjectsModificationType::Clear },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
nullptr,
"ESelectedObjectsModificationType",
"ESelectedObjectsModificationType",
Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType()
{
if (!Z_Registration_Info_UEnum_ESelectedObjectsModificationType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESelectedObjectsModificationType.InnerSingleton, Z_Construct_UEnum_InteractiveToolsFramework_ESelectedObjectsModificationType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ESelectedObjectsModificationType.InnerSingleton;
}
// ********** End Enum ESelectedObjectsModificationType ********************************************
// ********** Begin Enum EViewInteractionState *****************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EViewInteractionState;
static UEnum* EViewInteractionState_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EViewInteractionState.OuterSingleton)
{
Z_Registration_Info_UEnum_EViewInteractionState.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("EViewInteractionState"));
}
return Z_Registration_Info_UEnum_EViewInteractionState.OuterSingleton;
}
template<> INTERACTIVETOOLSFRAMEWORK_NON_ATTRIBUTED_API UEnum* StaticEnum<EViewInteractionState>()
{
return EViewInteractionState_StaticEnum();
}
struct Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Focused.Name", "EViewInteractionState::Focused" },
{ "Hovered.Name", "EViewInteractionState::Hovered" },
{ "ModuleRelativePath", "Public/ToolContextInterfaces.h" },
{ "None.Name", "EViewInteractionState::None" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EViewInteractionState::None", (int64)EViewInteractionState::None },
{ "EViewInteractionState::Hovered", (int64)EViewInteractionState::Hovered },
{ "EViewInteractionState::Focused", (int64)EViewInteractionState::Focused },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
nullptr,
"EViewInteractionState",
"EViewInteractionState",
Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState()
{
if (!Z_Registration_Info_UEnum_EViewInteractionState.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EViewInteractionState.InnerSingleton, Z_Construct_UEnum_InteractiveToolsFramework_EViewInteractionState_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EViewInteractionState.InnerSingleton;
}
// ********** End Enum EViewInteractionState *******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_ToolContextInterfaces_h__Script_InteractiveToolsFramework_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EStandardToolContextMaterials_StaticEnum, TEXT("EStandardToolContextMaterials"), &Z_Registration_Info_UEnum_EStandardToolContextMaterials, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3539272873U) },
{ EToolContextCoordinateSystem_StaticEnum, TEXT("EToolContextCoordinateSystem"), &Z_Registration_Info_UEnum_EToolContextCoordinateSystem, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3212470613U) },
{ EToolContextTransformGizmoMode_StaticEnum, TEXT("EToolContextTransformGizmoMode"), &Z_Registration_Info_UEnum_EToolContextTransformGizmoMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 167260323U) },
{ EToolMessageLevel_StaticEnum, TEXT("EToolMessageLevel"), &Z_Registration_Info_UEnum_EToolMessageLevel, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1698723034U) },
{ ESelectedObjectsModificationType_StaticEnum, TEXT("ESelectedObjectsModificationType"), &Z_Registration_Info_UEnum_ESelectedObjectsModificationType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1004488478U) },
{ EViewInteractionState_StaticEnum, TEXT("EViewInteractionState"), &Z_Registration_Info_UEnum_EViewInteractionState, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2378524019U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UToolsContextCursorAPI, UToolsContextCursorAPI::StaticClass, TEXT("UToolsContextCursorAPI"), &Z_Registration_Info_UClass_UToolsContextCursorAPI, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UToolsContextCursorAPI), 279107511U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_ToolContextInterfaces_h__Script_InteractiveToolsFramework_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_ToolContextInterfaces_h__Script_InteractiveToolsFramework_3186645735{
TEXT("/Script/InteractiveToolsFramework"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_ToolContextInterfaces_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_ToolContextInterfaces_h__Script_InteractiveToolsFramework_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_ToolContextInterfaces_h__Script_InteractiveToolsFramework_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_ToolContextInterfaces_h__Script_InteractiveToolsFramework_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS