// 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 "KeysAndChannels/MovieSceneScriptingDouble.h" #ifdef SEQUENCERSCRIPTING_MovieSceneScriptingDouble_generated_h #error "MovieSceneScriptingDouble.generated.h already included, missing '#pragma once' in MovieSceneScriptingDouble.h" #endif #define SEQUENCERSCRIPTING_MovieSceneScriptingDouble_generated_h #include "UObject/ObjectMacros.h" #include "UObject/ScriptMacros.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS class UMovieSceneScriptingDoubleKey; class UMovieSceneScriptingKey; enum class EMovieSceneKeyInterpolation : uint8; enum class EMovieSceneTimeUnit : uint8; struct FFrameNumber; struct FFrameRate; struct FFrameTime; struct FSequencerScriptingRange; // ********** Begin Class UMovieSceneScriptingDoubleKey ******************************************** #define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_26_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetLeaveTangentWeight); \ DECLARE_FUNCTION(execGetLeaveTangentWeight); \ DECLARE_FUNCTION(execSetArriveTangentWeight); \ DECLARE_FUNCTION(execGetArriveTangentWeight); \ DECLARE_FUNCTION(execSetTangentWeightMode); \ DECLARE_FUNCTION(execGetTangentWeightMode); \ DECLARE_FUNCTION(execSetLeaveTangent); \ DECLARE_FUNCTION(execGetLeaveTangent); \ DECLARE_FUNCTION(execSetArriveTangent); \ DECLARE_FUNCTION(execGetArriveTangent); \ DECLARE_FUNCTION(execSetTangentMode); \ DECLARE_FUNCTION(execGetTangentMode); \ DECLARE_FUNCTION(execSetInterpolationMode); \ DECLARE_FUNCTION(execGetInterpolationMode); \ DECLARE_FUNCTION(execSetValue); \ DECLARE_FUNCTION(execGetValue); \ DECLARE_FUNCTION(execSetTime); \ DECLARE_FUNCTION(execGetTime); struct Z_Construct_UClass_UMovieSceneScriptingDoubleKey_Statics; SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingDoubleKey_NoRegister(); #define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_26_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUMovieSceneScriptingDoubleKey(); \ friend struct ::Z_Construct_UClass_UMovieSceneScriptingDoubleKey_Statics; \ static UClass* GetPrivateStaticClass(); \ friend SEQUENCERSCRIPTING_API UClass* ::Z_Construct_UClass_UMovieSceneScriptingDoubleKey_NoRegister(); \ public: \ DECLARE_CLASS2(UMovieSceneScriptingDoubleKey, UMovieSceneScriptingKey, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/SequencerScripting"), Z_Construct_UClass_UMovieSceneScriptingDoubleKey_NoRegister) \ DECLARE_SERIALIZER(UMovieSceneScriptingDoubleKey) #define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_26_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ NO_API UMovieSceneScriptingDoubleKey(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UMovieSceneScriptingDoubleKey(UMovieSceneScriptingDoubleKey&&) = delete; \ UMovieSceneScriptingDoubleKey(const UMovieSceneScriptingDoubleKey&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMovieSceneScriptingDoubleKey); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneScriptingDoubleKey); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneScriptingDoubleKey) \ NO_API virtual ~UMovieSceneScriptingDoubleKey(); #define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_23_PROLOG #define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_26_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_26_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_26_INCLASS_NO_PURE_DECLS \ FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_26_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UMovieSceneScriptingDoubleKey; // ********** End Class UMovieSceneScriptingDoubleKey ********************************************** // ********** Begin Class UMovieSceneScriptingDoubleChannel **************************************** #define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_230_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execTransform); \ DECLARE_FUNCTION(execHasDefault); \ DECLARE_FUNCTION(execRemoveDefault); \ DECLARE_FUNCTION(execGetDefault); \ DECLARE_FUNCTION(execSetDefault); \ DECLARE_FUNCTION(execSetPostInfinityExtrapolation); \ DECLARE_FUNCTION(execGetPostInfinityExtrapolation); \ DECLARE_FUNCTION(execSetPreInfinityExtrapolation); \ DECLARE_FUNCTION(execGetPreInfinityExtrapolation); \ DECLARE_FUNCTION(execComputeEffectiveRange); \ DECLARE_FUNCTION(execEvaluateKeys); \ DECLARE_FUNCTION(execGetNumKeys); \ DECLARE_FUNCTION(execGetKeysByIndex); \ DECLARE_FUNCTION(execGetKeys); \ DECLARE_FUNCTION(execRemoveKey); \ DECLARE_FUNCTION(execAddKey); struct Z_Construct_UClass_UMovieSceneScriptingDoubleChannel_Statics; SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingDoubleChannel_NoRegister(); #define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_230_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUMovieSceneScriptingDoubleChannel(); \ friend struct ::Z_Construct_UClass_UMovieSceneScriptingDoubleChannel_Statics; \ static UClass* GetPrivateStaticClass(); \ friend SEQUENCERSCRIPTING_API UClass* ::Z_Construct_UClass_UMovieSceneScriptingDoubleChannel_NoRegister(); \ public: \ DECLARE_CLASS2(UMovieSceneScriptingDoubleChannel, UMovieSceneScriptingChannel, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/SequencerScripting"), Z_Construct_UClass_UMovieSceneScriptingDoubleChannel_NoRegister) \ DECLARE_SERIALIZER(UMovieSceneScriptingDoubleChannel) #define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_230_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ NO_API UMovieSceneScriptingDoubleChannel(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UMovieSceneScriptingDoubleChannel(UMovieSceneScriptingDoubleChannel&&) = delete; \ UMovieSceneScriptingDoubleChannel(const UMovieSceneScriptingDoubleChannel&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMovieSceneScriptingDoubleChannel); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneScriptingDoubleChannel); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneScriptingDoubleChannel) \ NO_API virtual ~UMovieSceneScriptingDoubleChannel(); #define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_227_PROLOG #define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_230_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_230_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_230_INCLASS_NO_PURE_DECLS \ FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h_230_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UMovieSceneScriptingDoubleChannel; // ********** End Class UMovieSceneScriptingDoubleChannel ****************************************** #undef CURRENT_FILE_ID #define CURRENT_FILE_ID FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingDouble_h PRAGMA_ENABLE_DEPRECATION_WARNINGS