Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/InteractiveToolsFramework/UHT/StateTargets.generated.h

191 lines
11 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!
===========================================================================*/
// IWYU pragma: private, include "BaseGizmos/StateTargets.h"
#ifdef INTERACTIVETOOLSFRAMEWORK_StateTargets_generated_h
#error "StateTargets.generated.h already included, missing '#pragma once' in StateTargets.h"
#endif
#define INTERACTIVETOOLSFRAMEWORK_StateTargets_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGizmoNilStateTarget *****************************************************
struct Z_Construct_UClass_UGizmoNilStateTarget_Statics;
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoNilStateTarget_NoRegister();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_36_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGizmoNilStateTarget(); \
friend struct ::Z_Construct_UClass_UGizmoNilStateTarget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UGizmoNilStateTarget_NoRegister(); \
public: \
DECLARE_CLASS2(UGizmoNilStateTarget, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UGizmoNilStateTarget_NoRegister) \
DECLARE_SERIALIZER(UGizmoNilStateTarget) \
virtual UObject* _getUObject() const override { return const_cast<UGizmoNilStateTarget*>(this); }
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_36_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERACTIVETOOLSFRAMEWORK_API UGizmoNilStateTarget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UGizmoNilStateTarget(UGizmoNilStateTarget&&) = delete; \
UGizmoNilStateTarget(const UGizmoNilStateTarget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UGizmoNilStateTarget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGizmoNilStateTarget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGizmoNilStateTarget) \
INTERACTIVETOOLSFRAMEWORK_API virtual ~UGizmoNilStateTarget();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_33_PROLOG
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_36_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_36_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_36_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGizmoNilStateTarget;
// ********** End Class UGizmoNilStateTarget *******************************************************
// ********** Begin Class UGizmoLambdaStateTarget **************************************************
struct Z_Construct_UClass_UGizmoLambdaStateTarget_Statics;
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoLambdaStateTarget_NoRegister();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_57_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGizmoLambdaStateTarget(); \
friend struct ::Z_Construct_UClass_UGizmoLambdaStateTarget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UGizmoLambdaStateTarget_NoRegister(); \
public: \
DECLARE_CLASS2(UGizmoLambdaStateTarget, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UGizmoLambdaStateTarget_NoRegister) \
DECLARE_SERIALIZER(UGizmoLambdaStateTarget) \
virtual UObject* _getUObject() const override { return const_cast<UGizmoLambdaStateTarget*>(this); }
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_57_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERACTIVETOOLSFRAMEWORK_API UGizmoLambdaStateTarget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UGizmoLambdaStateTarget(UGizmoLambdaStateTarget&&) = delete; \
UGizmoLambdaStateTarget(const UGizmoLambdaStateTarget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UGizmoLambdaStateTarget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGizmoLambdaStateTarget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGizmoLambdaStateTarget) \
INTERACTIVETOOLSFRAMEWORK_API virtual ~UGizmoLambdaStateTarget();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_54_PROLOG
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_57_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_57_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_57_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGizmoLambdaStateTarget;
// ********** End Class UGizmoLambdaStateTarget ****************************************************
// ********** Begin Class UGizmoObjectModifyStateTarget ********************************************
struct Z_Construct_UClass_UGizmoObjectModifyStateTarget_Statics;
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoObjectModifyStateTarget_NoRegister();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_88_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGizmoObjectModifyStateTarget(); \
friend struct ::Z_Construct_UClass_UGizmoObjectModifyStateTarget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UGizmoObjectModifyStateTarget_NoRegister(); \
public: \
DECLARE_CLASS2(UGizmoObjectModifyStateTarget, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UGizmoObjectModifyStateTarget_NoRegister) \
DECLARE_SERIALIZER(UGizmoObjectModifyStateTarget) \
virtual UObject* _getUObject() const override { return const_cast<UGizmoObjectModifyStateTarget*>(this); }
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_88_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERACTIVETOOLSFRAMEWORK_API UGizmoObjectModifyStateTarget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UGizmoObjectModifyStateTarget(UGizmoObjectModifyStateTarget&&) = delete; \
UGizmoObjectModifyStateTarget(const UGizmoObjectModifyStateTarget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UGizmoObjectModifyStateTarget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGizmoObjectModifyStateTarget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGizmoObjectModifyStateTarget) \
INTERACTIVETOOLSFRAMEWORK_API virtual ~UGizmoObjectModifyStateTarget();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_85_PROLOG
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_88_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_88_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_88_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGizmoObjectModifyStateTarget;
// ********** End Class UGizmoObjectModifyStateTarget **********************************************
// ********** Begin Class UGizmoTransformChangeStateTarget *****************************************
struct Z_Construct_UClass_UGizmoTransformChangeStateTarget_Statics;
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoTransformChangeStateTarget_NoRegister();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_169_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGizmoTransformChangeStateTarget(); \
friend struct ::Z_Construct_UClass_UGizmoTransformChangeStateTarget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UGizmoTransformChangeStateTarget_NoRegister(); \
public: \
DECLARE_CLASS2(UGizmoTransformChangeStateTarget, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UGizmoTransformChangeStateTarget_NoRegister) \
DECLARE_SERIALIZER(UGizmoTransformChangeStateTarget) \
virtual UObject* _getUObject() const override { return const_cast<UGizmoTransformChangeStateTarget*>(this); }
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_169_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERACTIVETOOLSFRAMEWORK_API UGizmoTransformChangeStateTarget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UGizmoTransformChangeStateTarget(UGizmoTransformChangeStateTarget&&) = delete; \
UGizmoTransformChangeStateTarget(const UGizmoTransformChangeStateTarget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UGizmoTransformChangeStateTarget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGizmoTransformChangeStateTarget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGizmoTransformChangeStateTarget) \
INTERACTIVETOOLSFRAMEWORK_API virtual ~UGizmoTransformChangeStateTarget();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_166_PROLOG
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_169_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_169_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h_169_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGizmoTransformChangeStateTarget;
// ********** End Class UGizmoTransformChangeStateTarget *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_StateTargets_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS