64 lines
3.1 KiB
C++
64 lines
3.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 "LiveLinkController.h"
|
|
|
|
#ifdef LIVELINKINTERFACE_LiveLinkController_generated_h
|
|
#error "LiveLinkController.generated.h already included, missing '#pragma once' in LiveLinkController.h"
|
|
#endif
|
|
#define LIVELINKINTERFACE_LiveLinkController_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class ULiveLinkController ******************************************************
|
|
struct Z_Construct_UClass_ULiveLinkController_Statics;
|
|
LIVELINKINTERFACE_API UClass* Z_Construct_UClass_ULiveLinkController_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkController_h_23_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesULiveLinkController(); \
|
|
friend struct ::Z_Construct_UClass_ULiveLinkController_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend LIVELINKINTERFACE_API UClass* ::Z_Construct_UClass_ULiveLinkController_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(ULiveLinkController, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/LiveLinkInterface"), Z_Construct_UClass_ULiveLinkController_NoRegister) \
|
|
DECLARE_SERIALIZER(ULiveLinkController)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkController_h_23_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
LIVELINKINTERFACE_API ULiveLinkController(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
ULiveLinkController(ULiveLinkController&&) = delete; \
|
|
ULiveLinkController(const ULiveLinkController&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(LIVELINKINTERFACE_API, ULiveLinkController); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULiveLinkController); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ULiveLinkController) \
|
|
LIVELINKINTERFACE_API virtual ~ULiveLinkController();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkController_h_20_PROLOG
|
|
#define FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkController_h_23_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkController_h_23_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkController_h_23_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class ULiveLinkController;
|
|
|
|
// ********** End Class ULiveLinkController ********************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkController_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|