105 lines
5.5 KiB
C++
105 lines
5.5 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!
|
|
===========================================================================*/
|
|
|
|
// IWYU pragma: private, include "BaseGizmos/AxisAngleGizmo.h"
|
|
|
|
#ifdef INTERACTIVETOOLSFRAMEWORK_AxisAngleGizmo_generated_h
|
|
#error "AxisAngleGizmo.generated.h already included, missing '#pragma once' in AxisAngleGizmo.h"
|
|
#endif
|
|
#define INTERACTIVETOOLSFRAMEWORK_AxisAngleGizmo_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UAxisAngleGizmoBuilder ***************************************************
|
|
struct Z_Construct_UClass_UAxisAngleGizmoBuilder_Statics;
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UAxisAngleGizmoBuilder_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_38_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUAxisAngleGizmoBuilder(); \
|
|
friend struct ::Z_Construct_UClass_UAxisAngleGizmoBuilder_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UAxisAngleGizmoBuilder_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UAxisAngleGizmoBuilder, UInteractiveGizmoBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UAxisAngleGizmoBuilder_NoRegister) \
|
|
DECLARE_SERIALIZER(UAxisAngleGizmoBuilder)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_38_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERACTIVETOOLSFRAMEWORK_API UAxisAngleGizmoBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UAxisAngleGizmoBuilder(UAxisAngleGizmoBuilder&&) = delete; \
|
|
UAxisAngleGizmoBuilder(const UAxisAngleGizmoBuilder&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UAxisAngleGizmoBuilder); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAxisAngleGizmoBuilder); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAxisAngleGizmoBuilder) \
|
|
INTERACTIVETOOLSFRAMEWORK_API virtual ~UAxisAngleGizmoBuilder();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_35_PROLOG
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_38_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_38_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_38_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UAxisAngleGizmoBuilder;
|
|
|
|
// ********** End Class UAxisAngleGizmoBuilder *****************************************************
|
|
|
|
// ********** Begin Class UAxisAngleGizmo **********************************************************
|
|
struct Z_Construct_UClass_UAxisAngleGizmo_Statics;
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UAxisAngleGizmo_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_51_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUAxisAngleGizmo(); \
|
|
friend struct ::Z_Construct_UClass_UAxisAngleGizmo_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UAxisAngleGizmo_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UAxisAngleGizmo, UInteractiveGizmo, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UAxisAngleGizmo_NoRegister) \
|
|
DECLARE_SERIALIZER(UAxisAngleGizmo)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_51_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERACTIVETOOLSFRAMEWORK_API UAxisAngleGizmo(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UAxisAngleGizmo(UAxisAngleGizmo&&) = delete; \
|
|
UAxisAngleGizmo(const UAxisAngleGizmo&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UAxisAngleGizmo); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAxisAngleGizmo); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UAxisAngleGizmo) \
|
|
INTERACTIVETOOLSFRAMEWORK_API virtual ~UAxisAngleGizmo();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_48_PROLOG
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_51_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_51_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h_51_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UAxisAngleGizmo;
|
|
|
|
// ********** End Class UAxisAngleGizmo ************************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_AxisAngleGizmo_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|