62 lines
3.1 KiB
C
62 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 "Animation/MovieSceneMarginPropertySystem.h"
|
||
|
|
|
||
|
|
#ifdef UMG_MovieSceneMarginPropertySystem_generated_h
|
||
|
|
#error "MovieSceneMarginPropertySystem.generated.h already included, missing '#pragma once' in MovieSceneMarginPropertySystem.h"
|
||
|
|
#endif
|
||
|
|
#define UMG_MovieSceneMarginPropertySystem_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UMovieSceneMarginPropertySystem ******************************************
|
||
|
|
struct Z_Construct_UClass_UMovieSceneMarginPropertySystem_Statics;
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UMovieSceneMarginPropertySystem_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Private_Animation_MovieSceneMarginPropertySystem_h_16_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUMovieSceneMarginPropertySystem(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UMovieSceneMarginPropertySystem_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UMovieSceneMarginPropertySystem_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UMovieSceneMarginPropertySystem, UMovieScenePropertySystem, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UMovieSceneMarginPropertySystem_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UMovieSceneMarginPropertySystem)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Private_Animation_MovieSceneMarginPropertySystem_h_16_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UMovieSceneMarginPropertySystem(UMovieSceneMarginPropertySystem&&) = delete; \
|
||
|
|
UMovieSceneMarginPropertySystem(const UMovieSceneMarginPropertySystem&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UMovieSceneMarginPropertySystem); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneMarginPropertySystem); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneMarginPropertySystem) \
|
||
|
|
UMG_API virtual ~UMovieSceneMarginPropertySystem();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Private_Animation_MovieSceneMarginPropertySystem_h_11_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Private_Animation_MovieSceneMarginPropertySystem_h_16_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Private_Animation_MovieSceneMarginPropertySystem_h_16_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Private_Animation_MovieSceneMarginPropertySystem_h_16_ENHANCED_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UMovieSceneMarginPropertySystem;
|
||
|
|
|
||
|
|
// ********** End Class UMovieSceneMarginPropertySystem ********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_UMG_Private_Animation_MovieSceneMarginPropertySystem_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|