146 lines
8.0 KiB
C++
146 lines
8.0 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 "InteractiveCommand.h"
|
|
|
|
#ifdef INTERACTIVETOOLSFRAMEWORK_InteractiveCommand_generated_h
|
|
#error "InteractiveCommand.generated.h already included, missing '#pragma once' in InteractiveCommand.h"
|
|
#endif
|
|
#define INTERACTIVETOOLSFRAMEWORK_InteractiveCommand_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UInteractiveCommandArguments *********************************************
|
|
struct Z_Construct_UClass_UInteractiveCommandArguments_Statics;
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveCommandArguments_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_20_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUInteractiveCommandArguments(); \
|
|
friend struct ::Z_Construct_UClass_UInteractiveCommandArguments_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UInteractiveCommandArguments_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UInteractiveCommandArguments, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UInteractiveCommandArguments_NoRegister) \
|
|
DECLARE_SERIALIZER(UInteractiveCommandArguments)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_20_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERACTIVETOOLSFRAMEWORK_API UInteractiveCommandArguments(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UInteractiveCommandArguments(UInteractiveCommandArguments&&) = delete; \
|
|
UInteractiveCommandArguments(const UInteractiveCommandArguments&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UInteractiveCommandArguments); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInteractiveCommandArguments); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInteractiveCommandArguments) \
|
|
INTERACTIVETOOLSFRAMEWORK_API virtual ~UInteractiveCommandArguments();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_17_PROLOG
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_20_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_20_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_20_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UInteractiveCommandArguments;
|
|
|
|
// ********** End Class UInteractiveCommandArguments ***********************************************
|
|
|
|
// ********** Begin Class UInteractiveCommandResult ************************************************
|
|
struct Z_Construct_UClass_UInteractiveCommandResult_Statics;
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveCommandResult_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_40_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUInteractiveCommandResult(); \
|
|
friend struct ::Z_Construct_UClass_UInteractiveCommandResult_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UInteractiveCommandResult_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UInteractiveCommandResult, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UInteractiveCommandResult_NoRegister) \
|
|
DECLARE_SERIALIZER(UInteractiveCommandResult)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_40_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERACTIVETOOLSFRAMEWORK_API UInteractiveCommandResult(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UInteractiveCommandResult(UInteractiveCommandResult&&) = delete; \
|
|
UInteractiveCommandResult(const UInteractiveCommandResult&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UInteractiveCommandResult); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInteractiveCommandResult); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInteractiveCommandResult) \
|
|
INTERACTIVETOOLSFRAMEWORK_API virtual ~UInteractiveCommandResult();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_37_PROLOG
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_40_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_40_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_40_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UInteractiveCommandResult;
|
|
|
|
// ********** End Class UInteractiveCommandResult **************************************************
|
|
|
|
// ********** Begin Class UInteractiveCommand ******************************************************
|
|
struct Z_Construct_UClass_UInteractiveCommand_Statics;
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveCommand_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_54_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUInteractiveCommand(); \
|
|
friend struct ::Z_Construct_UClass_UInteractiveCommand_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERACTIVETOOLSFRAMEWORK_API UClass* ::Z_Construct_UClass_UInteractiveCommand_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UInteractiveCommand, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/InteractiveToolsFramework"), Z_Construct_UClass_UInteractiveCommand_NoRegister) \
|
|
DECLARE_SERIALIZER(UInteractiveCommand)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_54_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERACTIVETOOLSFRAMEWORK_API UInteractiveCommand(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UInteractiveCommand(UInteractiveCommand&&) = delete; \
|
|
UInteractiveCommand(const UInteractiveCommand&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERACTIVETOOLSFRAMEWORK_API, UInteractiveCommand); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInteractiveCommand); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInteractiveCommand) \
|
|
INTERACTIVETOOLSFRAMEWORK_API virtual ~UInteractiveCommand();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_51_PROLOG
|
|
#define FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_54_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_54_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h_54_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UInteractiveCommand;
|
|
|
|
// ********** End Class UInteractiveCommand ********************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_InteractiveCommand_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|