185 lines
10 KiB
C++
185 lines
10 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/IntervalGizmo.h"
|
|
|
|
#ifdef INTERACTIVETOOLSFRAMEWORK_IntervalGizmo_generated_h
|
|
#error "IntervalGizmo.generated.h already included, missing '#pragma once' in IntervalGizmo.h"
|
|
#endif
|
|
#define INTERACTIVETOOLSFRAMEWORK_IntervalGizmo_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class AIntervalGizmoActor ******************************************************
|
|
struct Z_Construct_UClass_AIntervalGizmoActor_Statics;
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_AIntervalGizmoActor_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_37_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesAIntervalGizmoActor(); \
|
|
friend struct ::Z_Construct_UClass_AIntervalGizmoActor_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_AIntervalGizmoActor_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(AIntervalGizmoActor, AGizmoActor, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_AIntervalGizmoActor_NoRegister) \
|
|
DECLARE_SERIALIZER(AIntervalGizmoActor)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_37_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
AIntervalGizmoActor(AIntervalGizmoActor&&) = delete; \
|
|
AIntervalGizmoActor(const AIntervalGizmoActor&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, AIntervalGizmoActor); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AIntervalGizmoActor); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(AIntervalGizmoActor) \
|
|
INTERACTIVETOOLSFRAMEWORK_API virtual ~AIntervalGizmoActor();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_34_PROLOG
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_37_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_37_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_37_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class AIntervalGizmoActor;
|
|
|
|
// ********** End Class AIntervalGizmoActor ********************************************************
|
|
|
|
// ********** Begin Class UIntervalGizmoBuilder ****************************************************
|
|
struct Z_Construct_UClass_UIntervalGizmoBuilder_Statics;
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UIntervalGizmoBuilder_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_114_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUIntervalGizmoBuilder(); \
|
|
friend struct ::Z_Construct_UClass_UIntervalGizmoBuilder_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UIntervalGizmoBuilder_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UIntervalGizmoBuilder, UInteractiveGizmoBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UIntervalGizmoBuilder_NoRegister) \
|
|
DECLARE_SERIALIZER(UIntervalGizmoBuilder)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_114_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERACTIVETOOLSFRAMEWORK_API UIntervalGizmoBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UIntervalGizmoBuilder(UIntervalGizmoBuilder&&) = delete; \
|
|
UIntervalGizmoBuilder(const UIntervalGizmoBuilder&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UIntervalGizmoBuilder); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UIntervalGizmoBuilder); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UIntervalGizmoBuilder) \
|
|
INTERACTIVETOOLSFRAMEWORK_API virtual ~UIntervalGizmoBuilder();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_111_PROLOG
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_114_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_114_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_114_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UIntervalGizmoBuilder;
|
|
|
|
// ********** End Class UIntervalGizmoBuilder ******************************************************
|
|
|
|
// ********** Begin Class UIntervalGizmo ***********************************************************
|
|
struct Z_Construct_UClass_UIntervalGizmo_Statics;
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UIntervalGizmo_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_151_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUIntervalGizmo(); \
|
|
friend struct ::Z_Construct_UClass_UIntervalGizmo_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UIntervalGizmo_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UIntervalGizmo, UInteractiveGizmo, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UIntervalGizmo_NoRegister) \
|
|
DECLARE_SERIALIZER(UIntervalGizmo)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_151_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERACTIVETOOLSFRAMEWORK_API UIntervalGizmo(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UIntervalGizmo(UIntervalGizmo&&) = delete; \
|
|
UIntervalGizmo(const UIntervalGizmo&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UIntervalGizmo); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UIntervalGizmo); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UIntervalGizmo) \
|
|
INTERACTIVETOOLSFRAMEWORK_API virtual ~UIntervalGizmo();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_148_PROLOG
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_151_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_151_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_151_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UIntervalGizmo;
|
|
|
|
// ********** End Class UIntervalGizmo *************************************************************
|
|
|
|
// ********** Begin Class UGizmoAxisIntervalParameterSource ****************************************
|
|
struct Z_Construct_UClass_UGizmoAxisIntervalParameterSource_Statics;
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoAxisIntervalParameterSource_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_343_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUGizmoAxisIntervalParameterSource(); \
|
|
friend struct ::Z_Construct_UClass_UGizmoAxisIntervalParameterSource_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UGizmoAxisIntervalParameterSource_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UGizmoAxisIntervalParameterSource, UGizmoBaseFloatParameterSource, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UGizmoAxisIntervalParameterSource_NoRegister) \
|
|
DECLARE_SERIALIZER(UGizmoAxisIntervalParameterSource)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_343_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERACTIVETOOLSFRAMEWORK_API UGizmoAxisIntervalParameterSource(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UGizmoAxisIntervalParameterSource(UGizmoAxisIntervalParameterSource&&) = delete; \
|
|
UGizmoAxisIntervalParameterSource(const UGizmoAxisIntervalParameterSource&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UGizmoAxisIntervalParameterSource); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGizmoAxisIntervalParameterSource); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGizmoAxisIntervalParameterSource) \
|
|
INTERACTIVETOOLSFRAMEWORK_API virtual ~UGizmoAxisIntervalParameterSource();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_340_PROLOG
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_343_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_343_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h_343_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UGizmoAxisIntervalParameterSource;
|
|
|
|
// ********** End Class UGizmoAxisIntervalParameterSource ******************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_IntervalGizmo_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|