101 lines
6.1 KiB
C
101 lines
6.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 "Systems/MovieSceneMaterialParameterSystem.h"
|
||
|
|
|
||
|
|
#ifdef MOVIESCENETRACKS_MovieSceneMaterialParameterSystem_generated_h
|
||
|
|
#error "MovieSceneMaterialParameterSystem.generated.h already included, missing '#pragma once' in MovieSceneMaterialParameterSystem.h"
|
||
|
|
#endif
|
||
|
|
#define MOVIESCENETRACKS_MovieSceneMaterialParameterSystem_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UMovieSceneMaterialParameterInstantiatorSystem ***************************
|
||
|
|
struct Z_Construct_UClass_UMovieSceneMaterialParameterInstantiatorSystem_Statics;
|
||
|
|
MOVIESCENETRACKS_API UClass* Z_Construct_UClass_UMovieSceneMaterialParameterInstantiatorSystem_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_54_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUMovieSceneMaterialParameterInstantiatorSystem(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UMovieSceneMaterialParameterInstantiatorSystem_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MOVIESCENETRACKS_API UClass* ::Z_Construct_UClass_UMovieSceneMaterialParameterInstantiatorSystem_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UMovieSceneMaterialParameterInstantiatorSystem, UMovieSceneEntityInstantiatorSystem, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MovieSceneTracks"), Z_Construct_UClass_UMovieSceneMaterialParameterInstantiatorSystem_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UMovieSceneMaterialParameterInstantiatorSystem)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_54_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UMovieSceneMaterialParameterInstantiatorSystem(UMovieSceneMaterialParameterInstantiatorSystem&&) = delete; \
|
||
|
|
UMovieSceneMaterialParameterInstantiatorSystem(const UMovieSceneMaterialParameterInstantiatorSystem&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MOVIESCENETRACKS_API, UMovieSceneMaterialParameterInstantiatorSystem); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneMaterialParameterInstantiatorSystem); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneMaterialParameterInstantiatorSystem) \
|
||
|
|
MOVIESCENETRACKS_API virtual ~UMovieSceneMaterialParameterInstantiatorSystem();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_49_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_54_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_54_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_54_ENHANCED_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UMovieSceneMaterialParameterInstantiatorSystem;
|
||
|
|
|
||
|
|
// ********** End Class UMovieSceneMaterialParameterInstantiatorSystem *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UMovieSceneMaterialParameterEvaluationSystem *****************************
|
||
|
|
struct Z_Construct_UClass_UMovieSceneMaterialParameterEvaluationSystem_Statics;
|
||
|
|
MOVIESCENETRACKS_API UClass* Z_Construct_UClass_UMovieSceneMaterialParameterEvaluationSystem_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_93_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUMovieSceneMaterialParameterEvaluationSystem(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UMovieSceneMaterialParameterEvaluationSystem_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MOVIESCENETRACKS_API UClass* ::Z_Construct_UClass_UMovieSceneMaterialParameterEvaluationSystem_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UMovieSceneMaterialParameterEvaluationSystem, UMovieSceneEntitySystem, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MovieSceneTracks"), Z_Construct_UClass_UMovieSceneMaterialParameterEvaluationSystem_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UMovieSceneMaterialParameterEvaluationSystem)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_93_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UMovieSceneMaterialParameterEvaluationSystem(UMovieSceneMaterialParameterEvaluationSystem&&) = delete; \
|
||
|
|
UMovieSceneMaterialParameterEvaluationSystem(const UMovieSceneMaterialParameterEvaluationSystem&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MOVIESCENETRACKS_API, UMovieSceneMaterialParameterEvaluationSystem); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneMaterialParameterEvaluationSystem); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneMaterialParameterEvaluationSystem) \
|
||
|
|
MOVIESCENETRACKS_API virtual ~UMovieSceneMaterialParameterEvaluationSystem();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_88_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_93_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_93_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h_93_ENHANCED_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UMovieSceneMaterialParameterEvaluationSystem;
|
||
|
|
|
||
|
|
// ********** End Class UMovieSceneMaterialParameterEvaluationSystem *******************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_MovieSceneTracks_Public_Systems_MovieSceneMaterialParameterSystem_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|