137 lines
8.7 KiB
C
137 lines
8.7 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 "GeometryCollection/GeometryCollectionExternalRenderInterface.h"
|
||
|
|
|
||
|
|
#ifdef GEOMETRYCOLLECTIONENGINE_GeometryCollectionExternalRenderInterface_generated_h
|
||
|
|
#error "GeometryCollectionExternalRenderInterface.generated.h already included, missing '#pragma once' in GeometryCollectionExternalRenderInterface.h"
|
||
|
|
#endif
|
||
|
|
#define GEOMETRYCOLLECTIONENGINE_GeometryCollectionExternalRenderInterface_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Interface UGeometryCollectionExternalRenderInterface ***************************
|
||
|
|
struct Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_Statics;
|
||
|
|
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_15_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
GEOMETRYCOLLECTIONENGINE_API UGeometryCollectionExternalRenderInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UGeometryCollectionExternalRenderInterface(UGeometryCollectionExternalRenderInterface&&) = delete; \
|
||
|
|
UGeometryCollectionExternalRenderInterface(const UGeometryCollectionExternalRenderInterface&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(GEOMETRYCOLLECTIONENGINE_API, UGeometryCollectionExternalRenderInterface); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGeometryCollectionExternalRenderInterface); \
|
||
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGeometryCollectionExternalRenderInterface) \
|
||
|
|
virtual ~UGeometryCollectionExternalRenderInterface() = default;
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_15_GENERATED_UINTERFACE_BODY() \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUGeometryCollectionExternalRenderInterface(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend GEOMETRYCOLLECTIONENGINE_API UClass* ::Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UGeometryCollectionExternalRenderInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/GeometryCollectionEngine"), Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UGeometryCollectionExternalRenderInterface)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_15_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_15_GENERATED_UINTERFACE_BODY() \
|
||
|
|
FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_15_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_15_INCLASS_IINTERFACE_NO_PURE_DECLS \
|
||
|
|
protected: \
|
||
|
|
virtual ~IGeometryCollectionExternalRenderInterface() {} \
|
||
|
|
public: \
|
||
|
|
typedef UGeometryCollectionExternalRenderInterface UClassType; \
|
||
|
|
typedef IGeometryCollectionExternalRenderInterface ThisClass; \
|
||
|
|
virtual UObject* _getUObject() const { return nullptr; }
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_12_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_20_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_15_INCLASS_IINTERFACE_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UGeometryCollectionExternalRenderInterface;
|
||
|
|
|
||
|
|
// ********** End Interface UGeometryCollectionExternalRenderInterface *****************************
|
||
|
|
|
||
|
|
// ********** Begin Interface UGeometryCollectionCustomDataInterface *******************************
|
||
|
|
struct Z_Construct_UClass_UGeometryCollectionCustomDataInterface_Statics;
|
||
|
|
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionCustomDataInterface_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_81_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
GEOMETRYCOLLECTIONENGINE_API UGeometryCollectionCustomDataInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UGeometryCollectionCustomDataInterface(UGeometryCollectionCustomDataInterface&&) = delete; \
|
||
|
|
UGeometryCollectionCustomDataInterface(const UGeometryCollectionCustomDataInterface&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(GEOMETRYCOLLECTIONENGINE_API, UGeometryCollectionCustomDataInterface); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGeometryCollectionCustomDataInterface); \
|
||
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGeometryCollectionCustomDataInterface) \
|
||
|
|
virtual ~UGeometryCollectionCustomDataInterface() = default;
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_81_GENERATED_UINTERFACE_BODY() \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUGeometryCollectionCustomDataInterface(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UGeometryCollectionCustomDataInterface_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend GEOMETRYCOLLECTIONENGINE_API UClass* ::Z_Construct_UClass_UGeometryCollectionCustomDataInterface_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UGeometryCollectionCustomDataInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/GeometryCollectionEngine"), Z_Construct_UClass_UGeometryCollectionCustomDataInterface_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UGeometryCollectionCustomDataInterface)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_81_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_81_GENERATED_UINTERFACE_BODY() \
|
||
|
|
FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_81_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_81_INCLASS_IINTERFACE_NO_PURE_DECLS \
|
||
|
|
protected: \
|
||
|
|
virtual ~IGeometryCollectionCustomDataInterface() {} \
|
||
|
|
public: \
|
||
|
|
typedef UGeometryCollectionCustomDataInterface UClassType; \
|
||
|
|
typedef IGeometryCollectionCustomDataInterface ThisClass; \
|
||
|
|
virtual UObject* _getUObject() const { return nullptr; }
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_78_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_86_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h_81_INCLASS_IINTERFACE_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UGeometryCollectionCustomDataInterface;
|
||
|
|
|
||
|
|
// ********** End Interface UGeometryCollectionCustomDataInterface *********************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|