89 lines
4.5 KiB
C
89 lines
4.5 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 "Sections/MovieSceneCVarSection.h"
|
||
|
|
|
||
|
|
#ifdef MOVIESCENETRACKS_MovieSceneCVarSection_generated_h
|
||
|
|
#error "MovieSceneCVarSection.generated.h already included, missing '#pragma once' in MovieSceneCVarSection.h"
|
||
|
|
#endif
|
||
|
|
#define MOVIESCENETRACKS_MovieSceneCVarSection_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMovieSceneConsoleVariableCollection ******************************
|
||
|
|
struct Z_Construct_UScriptStruct_FMovieSceneConsoleVariableCollection_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h_26_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FMovieSceneConsoleVariableCollection_Statics; \
|
||
|
|
MOVIESCENETRACKS_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FMovieSceneConsoleVariableCollection;
|
||
|
|
// ********** End ScriptStruct FMovieSceneConsoleVariableCollection ********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMovieSceneCVarOverrides ******************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FMovieSceneCVarOverrides_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h_40_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FMovieSceneCVarOverrides_Statics; \
|
||
|
|
MOVIESCENETRACKS_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FMovieSceneCVarOverrides;
|
||
|
|
// ********** End ScriptStruct FMovieSceneCVarOverrides ********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UMovieSceneCVarSection ***************************************************
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h_60_RPC_WRAPPERS_NO_PURE_DECLS \
|
||
|
|
DECLARE_FUNCTION(execGetString); \
|
||
|
|
DECLARE_FUNCTION(execSetFromString);
|
||
|
|
|
||
|
|
|
||
|
|
struct Z_Construct_UClass_UMovieSceneCVarSection_Statics;
|
||
|
|
MOVIESCENETRACKS_API UClass* Z_Construct_UClass_UMovieSceneCVarSection_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h_60_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUMovieSceneCVarSection(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UMovieSceneCVarSection_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MOVIESCENETRACKS_API UClass* ::Z_Construct_UClass_UMovieSceneCVarSection_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UMovieSceneCVarSection, UMovieSceneSection, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MovieSceneTracks"), Z_Construct_UClass_UMovieSceneCVarSection_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UMovieSceneCVarSection) \
|
||
|
|
virtual UObject* _getUObject() const override { return const_cast<UMovieSceneCVarSection*>(this); }
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h_60_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UMovieSceneCVarSection(UMovieSceneCVarSection&&) = delete; \
|
||
|
|
UMovieSceneCVarSection(const UMovieSceneCVarSection&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MOVIESCENETRACKS_API, UMovieSceneCVarSection); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneCVarSection); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneCVarSection) \
|
||
|
|
MOVIESCENETRACKS_API virtual ~UMovieSceneCVarSection();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h_55_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h_60_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h_60_RPC_WRAPPERS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h_60_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h_60_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UMovieSceneCVarSection;
|
||
|
|
|
||
|
|
// ********** End Class UMovieSceneCVarSection *****************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_MovieSceneTracks_Public_Sections_MovieSceneCVarSection_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|