Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/MovieSceneTracks/UHT/MovieSceneIntegerSection.generated.h

65 lines
3.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 "Sections/MovieSceneIntegerSection.h"
#ifdef MOVIESCENETRACKS_MovieSceneIntegerSection_generated_h
#error "MovieSceneIntegerSection.generated.h already included, missing '#pragma once' in MovieSceneIntegerSection.h"
#endif
#define MOVIESCENETRACKS_MovieSceneIntegerSection_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMovieSceneIntegerSection ************************************************
struct Z_Construct_UClass_UMovieSceneIntegerSection_Statics;
MOVIESCENETRACKS_API UClass* Z_Construct_UClass_UMovieSceneIntegerSection_NoRegister();
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneIntegerSection_h_23_INCLASS \
private: \
static void StaticRegisterNativesUMovieSceneIntegerSection(); \
friend struct ::Z_Construct_UClass_UMovieSceneIntegerSection_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MOVIESCENETRACKS_API UClass* ::Z_Construct_UClass_UMovieSceneIntegerSection_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneIntegerSection, UMovieSceneSection, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MovieSceneTracks"), Z_Construct_UClass_UMovieSceneIntegerSection_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneIntegerSection) \
virtual UObject* _getUObject() const override { return const_cast<UMovieSceneIntegerSection*>(this); }
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneIntegerSection_h_23_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
MOVIESCENETRACKS_API UMovieSceneIntegerSection(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneIntegerSection) \
DECLARE_VTABLE_PTR_HELPER_CTOR(MOVIESCENETRACKS_API, UMovieSceneIntegerSection); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneIntegerSection); \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneIntegerSection(UMovieSceneIntegerSection&&) = delete; \
UMovieSceneIntegerSection(const UMovieSceneIntegerSection&) = delete; \
MOVIESCENETRACKS_API virtual ~UMovieSceneIntegerSection();
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneIntegerSection_h_18_PROLOG
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneIntegerSection_h_23_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneIntegerSection_h_23_INCLASS \
FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneIntegerSection_h_23_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneIntegerSection;
// ********** End Class UMovieSceneIntegerSection **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneIntegerSection_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS