123 lines
7.1 KiB
C
123 lines
7.1 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 "ToolPresetAsset.h"
|
||
|
|
|
||
|
|
#ifdef TOOLPRESETASSET_ToolPresetAsset_generated_h
|
||
|
|
#error "ToolPresetAsset.generated.h already included, missing '#pragma once' in ToolPresetAsset.h"
|
||
|
|
#endif
|
||
|
|
#define TOOLPRESETASSET_ToolPresetAsset_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FInteractiveToolPresetDefinition **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FInteractiveToolPresetDefinition_Statics;
|
||
|
|
#define FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_21_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FInteractiveToolPresetDefinition_Statics; \
|
||
|
|
TOOLPRESETASSET_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FInteractiveToolPresetDefinition;
|
||
|
|
// ********** End ScriptStruct FInteractiveToolPresetDefinition ************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FInteractiveToolPresetStore ***************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FInteractiveToolPresetStore_Statics;
|
||
|
|
#define FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_40_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FInteractiveToolPresetStore_Statics; \
|
||
|
|
TOOLPRESETASSET_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FInteractiveToolPresetStore;
|
||
|
|
// ********** End ScriptStruct FInteractiveToolPresetStore *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInteractiveToolsPresetCollectionAsset ***********************************
|
||
|
|
struct Z_Construct_UClass_UInteractiveToolsPresetCollectionAsset_Statics;
|
||
|
|
TOOLPRESETASSET_API UClass* Z_Construct_UClass_UInteractiveToolsPresetCollectionAsset_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_59_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUInteractiveToolsPresetCollectionAsset(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UInteractiveToolsPresetCollectionAsset_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend TOOLPRESETASSET_API UClass* ::Z_Construct_UClass_UInteractiveToolsPresetCollectionAsset_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UInteractiveToolsPresetCollectionAsset, UEditorConfigBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ToolPresetAsset"), Z_Construct_UClass_UInteractiveToolsPresetCollectionAsset_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UInteractiveToolsPresetCollectionAsset)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_59_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
TOOLPRESETASSET_API UInteractiveToolsPresetCollectionAsset(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UInteractiveToolsPresetCollectionAsset(UInteractiveToolsPresetCollectionAsset&&) = delete; \
|
||
|
|
UInteractiveToolsPresetCollectionAsset(const UInteractiveToolsPresetCollectionAsset&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(TOOLPRESETASSET_API, UInteractiveToolsPresetCollectionAsset); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInteractiveToolsPresetCollectionAsset); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInteractiveToolsPresetCollectionAsset) \
|
||
|
|
TOOLPRESETASSET_API virtual ~UInteractiveToolsPresetCollectionAsset();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_55_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_59_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_59_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_59_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UInteractiveToolsPresetCollectionAsset;
|
||
|
|
|
||
|
|
// ********** End Class UInteractiveToolsPresetCollectionAsset *************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInteractiveToolsPresetCollectionAssetFactory ****************************
|
||
|
|
struct Z_Construct_UClass_UInteractiveToolsPresetCollectionAssetFactory_Statics;
|
||
|
|
TOOLPRESETASSET_API UClass* Z_Construct_UClass_UInteractiveToolsPresetCollectionAssetFactory_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_81_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUInteractiveToolsPresetCollectionAssetFactory(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UInteractiveToolsPresetCollectionAssetFactory_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend TOOLPRESETASSET_API UClass* ::Z_Construct_UClass_UInteractiveToolsPresetCollectionAssetFactory_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UInteractiveToolsPresetCollectionAssetFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ToolPresetAsset"), Z_Construct_UClass_UInteractiveToolsPresetCollectionAssetFactory_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UInteractiveToolsPresetCollectionAssetFactory)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_81_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UInteractiveToolsPresetCollectionAssetFactory(UInteractiveToolsPresetCollectionAssetFactory&&) = delete; \
|
||
|
|
UInteractiveToolsPresetCollectionAssetFactory(const UInteractiveToolsPresetCollectionAssetFactory&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(TOOLPRESETASSET_API, UInteractiveToolsPresetCollectionAssetFactory); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInteractiveToolsPresetCollectionAssetFactory); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UInteractiveToolsPresetCollectionAssetFactory) \
|
||
|
|
TOOLPRESETASSET_API virtual ~UInteractiveToolsPresetCollectionAssetFactory();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_78_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_81_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_81_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h_81_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UInteractiveToolsPresetCollectionAssetFactory;
|
||
|
|
|
||
|
|
// ********** End Class UInteractiveToolsPresetCollectionAssetFactory ******************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_ToolPresets_Source_ToolPresetAsset_Public_ToolPresetAsset_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|