63 lines
3.5 KiB
C++
63 lines
3.5 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 "Compatibility/SceneOutlinerTedsBridge.h"
|
|
|
|
#ifdef TEDSOUTLINER_SceneOutlinerTedsBridge_generated_h
|
|
#error "SceneOutlinerTedsBridge.generated.h already included, missing '#pragma once' in SceneOutlinerTedsBridge.h"
|
|
#endif
|
|
#define TEDSOUTLINER_SceneOutlinerTedsBridge_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class USceneOutlinerTedsBridgeFactory ******************************************
|
|
struct Z_Construct_UClass_USceneOutlinerTedsBridgeFactory_Statics;
|
|
TEDSOUTLINER_API UClass* Z_Construct_UClass_USceneOutlinerTedsBridgeFactory_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Public_Compatibility_SceneOutlinerTedsBridge_h_27_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUSceneOutlinerTedsBridgeFactory(); \
|
|
friend struct ::Z_Construct_UClass_USceneOutlinerTedsBridgeFactory_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend TEDSOUTLINER_API UClass* ::Z_Construct_UClass_USceneOutlinerTedsBridgeFactory_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(USceneOutlinerTedsBridgeFactory, UEditorDataStorageFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/TedsOutliner"), Z_Construct_UClass_USceneOutlinerTedsBridgeFactory_NoRegister) \
|
|
DECLARE_SERIALIZER(USceneOutlinerTedsBridgeFactory)
|
|
|
|
|
|
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Public_Compatibility_SceneOutlinerTedsBridge_h_27_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API USceneOutlinerTedsBridgeFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
USceneOutlinerTedsBridgeFactory(USceneOutlinerTedsBridgeFactory&&) = delete; \
|
|
USceneOutlinerTedsBridgeFactory(const USceneOutlinerTedsBridgeFactory&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, USceneOutlinerTedsBridgeFactory); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USceneOutlinerTedsBridgeFactory); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USceneOutlinerTedsBridgeFactory)
|
|
|
|
|
|
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Public_Compatibility_SceneOutlinerTedsBridge_h_24_PROLOG
|
|
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Public_Compatibility_SceneOutlinerTedsBridge_h_27_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Public_Compatibility_SceneOutlinerTedsBridge_h_27_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Public_Compatibility_SceneOutlinerTedsBridge_h_27_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class USceneOutlinerTedsBridgeFactory;
|
|
|
|
// ********** End Class USceneOutlinerTedsBridgeFactory ********************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Public_Compatibility_SceneOutlinerTedsBridge_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|