Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,106 @@
// 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/HitTargets.h"
#ifdef INTERACTIVETOOLSFRAMEWORK_HitTargets_generated_h
#error "HitTargets.generated.h already included, missing '#pragma once' in HitTargets.h"
#endif
#define INTERACTIVETOOLSFRAMEWORK_HitTargets_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGizmoLambdaHitTarget ****************************************************
struct Z_Construct_UClass_UGizmoLambdaHitTarget_Statics;
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoLambdaHitTarget_NoRegister();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_19_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGizmoLambdaHitTarget(); \
friend struct ::Z_Construct_UClass_UGizmoLambdaHitTarget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UGizmoLambdaHitTarget_NoRegister(); \
public: \
DECLARE_CLASS2(UGizmoLambdaHitTarget, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UGizmoLambdaHitTarget_NoRegister) \
DECLARE_SERIALIZER(UGizmoLambdaHitTarget) \
virtual UObject* _getUObject() const override { return const_cast<UGizmoLambdaHitTarget*>(this); }
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_19_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERACTIVETOOLSFRAMEWORK_API UGizmoLambdaHitTarget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UGizmoLambdaHitTarget(UGizmoLambdaHitTarget&&) = delete; \
UGizmoLambdaHitTarget(const UGizmoLambdaHitTarget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UGizmoLambdaHitTarget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGizmoLambdaHitTarget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGizmoLambdaHitTarget) \
INTERACTIVETOOLSFRAMEWORK_API virtual ~UGizmoLambdaHitTarget();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_16_PROLOG
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_19_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_19_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_19_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGizmoLambdaHitTarget;
// ********** End Class UGizmoLambdaHitTarget ******************************************************
// ********** Begin Class UGizmoComponentHitTarget *************************************************
struct Z_Construct_UClass_UGizmoComponentHitTarget_Statics;
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoComponentHitTarget_NoRegister();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_57_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGizmoComponentHitTarget(); \
friend struct ::Z_Construct_UClass_UGizmoComponentHitTarget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UGizmoComponentHitTarget_NoRegister(); \
public: \
DECLARE_CLASS2(UGizmoComponentHitTarget, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UGizmoComponentHitTarget_NoRegister) \
DECLARE_SERIALIZER(UGizmoComponentHitTarget) \
virtual UObject* _getUObject() const override { return const_cast<UGizmoComponentHitTarget*>(this); }
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_57_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERACTIVETOOLSFRAMEWORK_API UGizmoComponentHitTarget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UGizmoComponentHitTarget(UGizmoComponentHitTarget&&) = delete; \
UGizmoComponentHitTarget(const UGizmoComponentHitTarget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UGizmoComponentHitTarget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGizmoComponentHitTarget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGizmoComponentHitTarget) \
INTERACTIVETOOLSFRAMEWORK_API virtual ~UGizmoComponentHitTarget();
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_54_PROLOG
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_57_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_57_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h_57_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGizmoComponentHitTarget;
// ********** End Class UGizmoComponentHitTarget ***************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS