72 lines
3.7 KiB
C++
72 lines
3.7 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 "MetasoundOperatorCacheSubsystem.h"
|
|
|
|
#ifdef METASOUNDENGINE_MetasoundOperatorCacheSubsystem_generated_h
|
|
#error "MetasoundOperatorCacheSubsystem.generated.h already included, missing '#pragma once' in MetasoundOperatorCacheSubsystem.h"
|
|
#endif
|
|
#define METASOUNDENGINE_MetasoundOperatorCacheSubsystem_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
class UMetaSoundSource;
|
|
|
|
// ********** Begin Class UMetaSoundCacheSubsystem *************************************************
|
|
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOperatorCacheSubsystem_h_27_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
DECLARE_FUNCTION(execRemoveCachedOperatorsForMetaSound); \
|
|
DECLARE_FUNCTION(execTouchOrPrecacheMetaSound); \
|
|
DECLARE_FUNCTION(execPrecacheMetaSound);
|
|
|
|
|
|
struct Z_Construct_UClass_UMetaSoundCacheSubsystem_Statics;
|
|
METASOUNDENGINE_API UClass* Z_Construct_UClass_UMetaSoundCacheSubsystem_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOperatorCacheSubsystem_h_27_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMetaSoundCacheSubsystem(); \
|
|
friend struct ::Z_Construct_UClass_UMetaSoundCacheSubsystem_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend METASOUNDENGINE_API UClass* ::Z_Construct_UClass_UMetaSoundCacheSubsystem_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMetaSoundCacheSubsystem, UAudioEngineSubsystem, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEngine"), Z_Construct_UClass_UMetaSoundCacheSubsystem_NoRegister) \
|
|
DECLARE_SERIALIZER(UMetaSoundCacheSubsystem)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOperatorCacheSubsystem_h_27_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
METASOUNDENGINE_API UMetaSoundCacheSubsystem(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMetaSoundCacheSubsystem(UMetaSoundCacheSubsystem&&) = delete; \
|
|
UMetaSoundCacheSubsystem(const UMetaSoundCacheSubsystem&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDENGINE_API, UMetaSoundCacheSubsystem); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaSoundCacheSubsystem); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UMetaSoundCacheSubsystem) \
|
|
METASOUNDENGINE_API virtual ~UMetaSoundCacheSubsystem();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOperatorCacheSubsystem_h_24_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOperatorCacheSubsystem_h_27_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOperatorCacheSubsystem_h_27_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOperatorCacheSubsystem_h_27_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOperatorCacheSubsystem_h_27_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMetaSoundCacheSubsystem;
|
|
|
|
// ********** End Class UMetaSoundCacheSubsystem ***************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOperatorCacheSubsystem_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|