103 lines
5.4 KiB
C++
103 lines
5.4 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 "Tests/CameraShakeTestObjects.h"
|
|
|
|
#ifdef ENGINECAMERAS_CameraShakeTestObjects_generated_h
|
|
#error "CameraShakeTestObjects.generated.h already included, missing '#pragma once' in CameraShakeTestObjects.h"
|
|
#endif
|
|
#define ENGINECAMERAS_CameraShakeTestObjects_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UTestCameraShake *********************************************************
|
|
struct Z_Construct_UClass_UTestCameraShake_Statics;
|
|
ENGINECAMERAS_API UClass* Z_Construct_UClass_UTestCameraShake_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_19_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUTestCameraShake(); \
|
|
friend struct ::Z_Construct_UClass_UTestCameraShake_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINECAMERAS_API UClass* ::Z_Construct_UClass_UTestCameraShake_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UTestCameraShake, UCameraShakeBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EngineCameras"), Z_Construct_UClass_UTestCameraShake_NoRegister) \
|
|
DECLARE_SERIALIZER(UTestCameraShake)
|
|
|
|
|
|
#define FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_19_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UTestCameraShake(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UTestCameraShake(UTestCameraShake&&) = delete; \
|
|
UTestCameraShake(const UTestCameraShake&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UTestCameraShake); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTestCameraShake); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UTestCameraShake) \
|
|
NO_API virtual ~UTestCameraShake();
|
|
|
|
|
|
#define FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_15_PROLOG
|
|
#define FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_19_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_19_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_19_ENHANCED_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UTestCameraShake;
|
|
|
|
// ********** End Class UTestCameraShake ***********************************************************
|
|
|
|
// ********** Begin Class UConstantCameraShakePattern **********************************************
|
|
struct Z_Construct_UClass_UConstantCameraShakePattern_Statics;
|
|
ENGINECAMERAS_API UClass* Z_Construct_UClass_UConstantCameraShakePattern_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_34_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUConstantCameraShakePattern(); \
|
|
friend struct ::Z_Construct_UClass_UConstantCameraShakePattern_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINECAMERAS_API UClass* ::Z_Construct_UClass_UConstantCameraShakePattern_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UConstantCameraShakePattern, USimpleCameraShakePattern, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EngineCameras"), Z_Construct_UClass_UConstantCameraShakePattern_NoRegister) \
|
|
DECLARE_SERIALIZER(UConstantCameraShakePattern)
|
|
|
|
|
|
#define FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_34_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UConstantCameraShakePattern(UConstantCameraShakePattern&&) = delete; \
|
|
UConstantCameraShakePattern(const UConstantCameraShakePattern&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UConstantCameraShakePattern); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UConstantCameraShakePattern); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UConstantCameraShakePattern) \
|
|
NO_API virtual ~UConstantCameraShakePattern();
|
|
|
|
|
|
#define FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_29_PROLOG
|
|
#define FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_34_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_34_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h_34_ENHANCED_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UConstantCameraShakePattern;
|
|
|
|
// ********** End Class UConstantCameraShakePattern ************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Cameras_EngineCameras_Source_EngineCameras_Private_Tests_CameraShakeTestObjects_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|