Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/SequencerScripting/UHT/MovieSceneScriptingEvent.generated.h

129 lines
7.4 KiB
C
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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/MovieSceneScriptingEvent.h"
#ifdef SEQUENCERSCRIPTING_MovieSceneScriptingEvent_generated_h
#error "MovieSceneScriptingEvent.generated.h already included, missing '#pragma once' in MovieSceneScriptingEvent.h"
#endif
#define SEQUENCERSCRIPTING_MovieSceneScriptingEvent_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UMovieSceneScriptingEventKey;
class UMovieSceneScriptingKey;
enum class EMovieSceneTimeUnit : uint8;
struct FFrameNumber;
struct FFrameTime;
struct FMovieSceneEvent;
struct FSequencerScriptingRange;
// ********** Begin Class UMovieSceneScriptingEventKey *********************************************
#define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_19_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execSetValue); \
DECLARE_FUNCTION(execGetValue); \
DECLARE_FUNCTION(execSetTime); \
DECLARE_FUNCTION(execGetTime);
struct Z_Construct_UClass_UMovieSceneScriptingEventKey_Statics;
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingEventKey_NoRegister();
#define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_19_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMovieSceneScriptingEventKey(); \
friend struct ::Z_Construct_UClass_UMovieSceneScriptingEventKey_Statics; \
static UClass* GetPrivateStaticClass(); \
friend SEQUENCERSCRIPTING_API UClass* ::Z_Construct_UClass_UMovieSceneScriptingEventKey_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneScriptingEventKey, UMovieSceneScriptingKey, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/SequencerScripting"), Z_Construct_UClass_UMovieSceneScriptingEventKey_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneScriptingEventKey)
#define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_19_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMovieSceneScriptingEventKey(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneScriptingEventKey(UMovieSceneScriptingEventKey&&) = delete; \
UMovieSceneScriptingEventKey(const UMovieSceneScriptingEventKey&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMovieSceneScriptingEventKey); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneScriptingEventKey); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneScriptingEventKey) \
NO_API virtual ~UMovieSceneScriptingEventKey();
#define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_16_PROLOG
#define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_19_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_19_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_19_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_19_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneScriptingEventKey;
// ********** End Class UMovieSceneScriptingEventKey ***********************************************
// ********** Begin Class UMovieSceneScriptingEventChannel *****************************************
#define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_62_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execTransform); \
DECLARE_FUNCTION(execGetKeysByIndex); \
DECLARE_FUNCTION(execGetKeys); \
DECLARE_FUNCTION(execRemoveKey); \
DECLARE_FUNCTION(execAddKey);
struct Z_Construct_UClass_UMovieSceneScriptingEventChannel_Statics;
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingEventChannel_NoRegister();
#define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_62_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMovieSceneScriptingEventChannel(); \
friend struct ::Z_Construct_UClass_UMovieSceneScriptingEventChannel_Statics; \
static UClass* GetPrivateStaticClass(); \
friend SEQUENCERSCRIPTING_API UClass* ::Z_Construct_UClass_UMovieSceneScriptingEventChannel_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneScriptingEventChannel, UMovieSceneScriptingChannel, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/SequencerScripting"), Z_Construct_UClass_UMovieSceneScriptingEventChannel_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneScriptingEventChannel)
#define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_62_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMovieSceneScriptingEventChannel(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneScriptingEventChannel(UMovieSceneScriptingEventChannel&&) = delete; \
UMovieSceneScriptingEventChannel(const UMovieSceneScriptingEventChannel&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMovieSceneScriptingEventChannel); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneScriptingEventChannel); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneScriptingEventChannel) \
NO_API virtual ~UMovieSceneScriptingEventChannel();
#define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_59_PROLOG
#define FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_62_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_62_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_62_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h_62_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneScriptingEventChannel;
// ********** End Class UMovieSceneScriptingEventChannel *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS