76 lines
3.9 KiB
C++
76 lines
3.9 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 "LiveLinkCurveRemapSettings.h"
|
|
|
|
#ifdef LIVELINKINTERFACE_LiveLinkCurveRemapSettings_generated_h
|
|
#error "LiveLinkCurveRemapSettings.generated.h already included, missing '#pragma once' in LiveLinkCurveRemapSettings.h"
|
|
#endif
|
|
#define LIVELINKINTERFACE_LiveLinkCurveRemapSettings_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin ScriptStruct FLiveLinkCurveConversionSettings **********************************
|
|
struct Z_Construct_UScriptStruct_FLiveLinkCurveConversionSettings_Statics;
|
|
#define FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkCurveRemapSettings_h_21_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FLiveLinkCurveConversionSettings_Statics; \
|
|
LIVELINKINTERFACE_API static class UScriptStruct* StaticStruct();
|
|
|
|
|
|
struct FLiveLinkCurveConversionSettings;
|
|
// ********** End ScriptStruct FLiveLinkCurveConversionSettings ************************************
|
|
|
|
// ********** Begin Class ULiveLinkCurveRemapSettings **********************************************
|
|
struct Z_Construct_UClass_ULiveLinkCurveRemapSettings_Statics;
|
|
LIVELINKINTERFACE_API UClass* Z_Construct_UClass_ULiveLinkCurveRemapSettings_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkCurveRemapSettings_h_31_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesULiveLinkCurveRemapSettings(); \
|
|
friend struct ::Z_Construct_UClass_ULiveLinkCurveRemapSettings_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend LIVELINKINTERFACE_API UClass* ::Z_Construct_UClass_ULiveLinkCurveRemapSettings_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(ULiveLinkCurveRemapSettings, ULiveLinkSourceSettings, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/LiveLinkInterface"), Z_Construct_UClass_ULiveLinkCurveRemapSettings_NoRegister) \
|
|
DECLARE_SERIALIZER(ULiveLinkCurveRemapSettings) \
|
|
static constexpr const TCHAR* StaticConfigName() {return TEXT("Engine");} \
|
|
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkCurveRemapSettings_h_31_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
LIVELINKINTERFACE_API ULiveLinkCurveRemapSettings(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
ULiveLinkCurveRemapSettings(ULiveLinkCurveRemapSettings&&) = delete; \
|
|
ULiveLinkCurveRemapSettings(const ULiveLinkCurveRemapSettings&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(LIVELINKINTERFACE_API, ULiveLinkCurveRemapSettings); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULiveLinkCurveRemapSettings); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(ULiveLinkCurveRemapSettings) \
|
|
LIVELINKINTERFACE_API virtual ~ULiveLinkCurveRemapSettings();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkCurveRemapSettings_h_27_PROLOG
|
|
#define FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkCurveRemapSettings_h_31_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkCurveRemapSettings_h_31_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkCurveRemapSettings_h_31_ENHANCED_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class ULiveLinkCurveRemapSettings;
|
|
|
|
// ********** End Class ULiveLinkCurveRemapSettings ************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_LiveLinkInterface_Public_LiveLinkCurveRemapSettings_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|