257 lines
14 KiB
C
257 lines
14 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 "Protocols/ImageSequenceProtocol.h"
|
||
|
|
|
||
|
|
#ifdef MOVIESCENECAPTURE_ImageSequenceProtocol_generated_h
|
||
|
|
#error "ImageSequenceProtocol.generated.h already included, missing '#pragma once' in ImageSequenceProtocol.h"
|
||
|
|
#endif
|
||
|
|
#define MOVIESCENECAPTURE_ImageSequenceProtocol_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UImageSequenceProtocol ***************************************************
|
||
|
|
struct Z_Construct_UClass_UImageSequenceProtocol_Statics;
|
||
|
|
MOVIESCENECAPTURE_API UClass* Z_Construct_UClass_UImageSequenceProtocol_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_21_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUImageSequenceProtocol(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UImageSequenceProtocol_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MOVIESCENECAPTURE_API UClass* ::Z_Construct_UClass_UImageSequenceProtocol_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UImageSequenceProtocol, UFrameGrabberProtocol, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/MovieSceneCapture"), Z_Construct_UClass_UImageSequenceProtocol_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UImageSequenceProtocol)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_21_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UImageSequenceProtocol(UImageSequenceProtocol&&) = delete; \
|
||
|
|
UImageSequenceProtocol(const UImageSequenceProtocol&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MOVIESCENECAPTURE_API, UImageSequenceProtocol); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UImageSequenceProtocol); \
|
||
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UImageSequenceProtocol) \
|
||
|
|
MOVIESCENECAPTURE_API virtual ~UImageSequenceProtocol();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_16_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_21_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_21_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_21_ENHANCED_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UImageSequenceProtocol;
|
||
|
|
|
||
|
|
// ********** End Class UImageSequenceProtocol *****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCompressedImageSequenceProtocol *****************************************
|
||
|
|
struct Z_Construct_UClass_UCompressedImageSequenceProtocol_Statics;
|
||
|
|
MOVIESCENECAPTURE_API UClass* Z_Construct_UClass_UCompressedImageSequenceProtocol_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_67_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUCompressedImageSequenceProtocol(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UCompressedImageSequenceProtocol_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MOVIESCENECAPTURE_API UClass* ::Z_Construct_UClass_UCompressedImageSequenceProtocol_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UCompressedImageSequenceProtocol, UImageSequenceProtocol, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Config), CASTCLASS_None, TEXT("/Script/MovieSceneCapture"), Z_Construct_UClass_UCompressedImageSequenceProtocol_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UCompressedImageSequenceProtocol)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_67_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UCompressedImageSequenceProtocol(UCompressedImageSequenceProtocol&&) = delete; \
|
||
|
|
UCompressedImageSequenceProtocol(const UCompressedImageSequenceProtocol&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MOVIESCENECAPTURE_API, UCompressedImageSequenceProtocol); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCompressedImageSequenceProtocol); \
|
||
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UCompressedImageSequenceProtocol) \
|
||
|
|
MOVIESCENECAPTURE_API virtual ~UCompressedImageSequenceProtocol();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_62_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_67_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_67_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_67_ENHANCED_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UCompressedImageSequenceProtocol;
|
||
|
|
|
||
|
|
// ********** End Class UCompressedImageSequenceProtocol *******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UImageSequenceProtocol_BMP ***********************************************
|
||
|
|
struct Z_Construct_UClass_UImageSequenceProtocol_BMP_Statics;
|
||
|
|
MOVIESCENECAPTURE_API UClass* Z_Construct_UClass_UImageSequenceProtocol_BMP_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_91_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUImageSequenceProtocol_BMP(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UImageSequenceProtocol_BMP_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MOVIESCENECAPTURE_API UClass* ::Z_Construct_UClass_UImageSequenceProtocol_BMP_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UImageSequenceProtocol_BMP, UImageSequenceProtocol, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MovieSceneCapture"), Z_Construct_UClass_UImageSequenceProtocol_BMP_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UImageSequenceProtocol_BMP)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_91_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UImageSequenceProtocol_BMP(UImageSequenceProtocol_BMP&&) = delete; \
|
||
|
|
UImageSequenceProtocol_BMP(const UImageSequenceProtocol_BMP&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MOVIESCENECAPTURE_API, UImageSequenceProtocol_BMP); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UImageSequenceProtocol_BMP); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UImageSequenceProtocol_BMP) \
|
||
|
|
MOVIESCENECAPTURE_API virtual ~UImageSequenceProtocol_BMP();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_86_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_91_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_91_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_91_ENHANCED_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UImageSequenceProtocol_BMP;
|
||
|
|
|
||
|
|
// ********** End Class UImageSequenceProtocol_BMP *************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UImageSequenceProtocol_PNG ***********************************************
|
||
|
|
struct Z_Construct_UClass_UImageSequenceProtocol_PNG_Statics;
|
||
|
|
MOVIESCENECAPTURE_API UClass* Z_Construct_UClass_UImageSequenceProtocol_PNG_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_105_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUImageSequenceProtocol_PNG(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UImageSequenceProtocol_PNG_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MOVIESCENECAPTURE_API UClass* ::Z_Construct_UClass_UImageSequenceProtocol_PNG_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UImageSequenceProtocol_PNG, UCompressedImageSequenceProtocol, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/MovieSceneCapture"), Z_Construct_UClass_UImageSequenceProtocol_PNG_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UImageSequenceProtocol_PNG)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_105_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UImageSequenceProtocol_PNG(UImageSequenceProtocol_PNG&&) = delete; \
|
||
|
|
UImageSequenceProtocol_PNG(const UImageSequenceProtocol_PNG&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MOVIESCENECAPTURE_API, UImageSequenceProtocol_PNG); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UImageSequenceProtocol_PNG); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UImageSequenceProtocol_PNG) \
|
||
|
|
MOVIESCENECAPTURE_API virtual ~UImageSequenceProtocol_PNG();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_100_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_105_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_105_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_105_ENHANCED_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UImageSequenceProtocol_PNG;
|
||
|
|
|
||
|
|
// ********** End Class UImageSequenceProtocol_PNG *************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UImageSequenceProtocol_JPG ***********************************************
|
||
|
|
struct Z_Construct_UClass_UImageSequenceProtocol_JPG_Statics;
|
||
|
|
MOVIESCENECAPTURE_API UClass* Z_Construct_UClass_UImageSequenceProtocol_JPG_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_119_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUImageSequenceProtocol_JPG(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UImageSequenceProtocol_JPG_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MOVIESCENECAPTURE_API UClass* ::Z_Construct_UClass_UImageSequenceProtocol_JPG_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UImageSequenceProtocol_JPG, UCompressedImageSequenceProtocol, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/MovieSceneCapture"), Z_Construct_UClass_UImageSequenceProtocol_JPG_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UImageSequenceProtocol_JPG)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_119_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UImageSequenceProtocol_JPG(UImageSequenceProtocol_JPG&&) = delete; \
|
||
|
|
UImageSequenceProtocol_JPG(const UImageSequenceProtocol_JPG&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MOVIESCENECAPTURE_API, UImageSequenceProtocol_JPG); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UImageSequenceProtocol_JPG); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UImageSequenceProtocol_JPG) \
|
||
|
|
MOVIESCENECAPTURE_API virtual ~UImageSequenceProtocol_JPG();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_114_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_119_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_119_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_119_ENHANCED_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UImageSequenceProtocol_JPG;
|
||
|
|
|
||
|
|
// ********** End Class UImageSequenceProtocol_JPG *************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UImageSequenceProtocol_EXR ***********************************************
|
||
|
|
struct Z_Construct_UClass_UImageSequenceProtocol_EXR_Statics;
|
||
|
|
MOVIESCENECAPTURE_API UClass* Z_Construct_UClass_UImageSequenceProtocol_EXR_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_133_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUImageSequenceProtocol_EXR(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UImageSequenceProtocol_EXR_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MOVIESCENECAPTURE_API UClass* ::Z_Construct_UClass_UImageSequenceProtocol_EXR_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UImageSequenceProtocol_EXR, UImageSequenceProtocol, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/MovieSceneCapture"), Z_Construct_UClass_UImageSequenceProtocol_EXR_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UImageSequenceProtocol_EXR)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_133_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UImageSequenceProtocol_EXR(UImageSequenceProtocol_EXR&&) = delete; \
|
||
|
|
UImageSequenceProtocol_EXR(const UImageSequenceProtocol_EXR&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MOVIESCENECAPTURE_API, UImageSequenceProtocol_EXR); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UImageSequenceProtocol_EXR); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UImageSequenceProtocol_EXR) \
|
||
|
|
MOVIESCENECAPTURE_API virtual ~UImageSequenceProtocol_EXR();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_128_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_133_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_133_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h_133_ENHANCED_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UImageSequenceProtocol_EXR;
|
||
|
|
|
||
|
|
// ********** End Class UImageSequenceProtocol_EXR *************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_ImageSequenceProtocol_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|