146 lines
7.8 KiB
C++
146 lines
7.8 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 "ISoundfieldFormat.h"
|
|
|
|
#ifdef AUDIOEXTENSIONS_ISoundfieldFormat_generated_h
|
|
#error "ISoundfieldFormat.generated.h already included, missing '#pragma once' in ISoundfieldFormat.h"
|
|
#endif
|
|
#define AUDIOEXTENSIONS_ISoundfieldFormat_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class USoundfieldEncodingSettingsBase ******************************************
|
|
struct Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics;
|
|
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEncodingSettingsBase_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_125_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUSoundfieldEncodingSettingsBase(); \
|
|
friend struct ::Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_USoundfieldEncodingSettingsBase_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(USoundfieldEncodingSettingsBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_USoundfieldEncodingSettingsBase_NoRegister) \
|
|
DECLARE_SERIALIZER(USoundfieldEncodingSettingsBase)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_125_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
AUDIOEXTENSIONS_API USoundfieldEncodingSettingsBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
USoundfieldEncodingSettingsBase(USoundfieldEncodingSettingsBase&&) = delete; \
|
|
USoundfieldEncodingSettingsBase(const USoundfieldEncodingSettingsBase&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, USoundfieldEncodingSettingsBase); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USoundfieldEncodingSettingsBase); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USoundfieldEncodingSettingsBase) \
|
|
AUDIOEXTENSIONS_API virtual ~USoundfieldEncodingSettingsBase();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_122_PROLOG
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_125_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_125_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_125_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class USoundfieldEncodingSettingsBase;
|
|
|
|
// ********** End Class USoundfieldEncodingSettingsBase ********************************************
|
|
|
|
// ********** Begin Class USoundfieldEffectSettingsBase ********************************************
|
|
struct Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics;
|
|
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEffectSettingsBase_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_353_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUSoundfieldEffectSettingsBase(); \
|
|
friend struct ::Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_USoundfieldEffectSettingsBase_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(USoundfieldEffectSettingsBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_USoundfieldEffectSettingsBase_NoRegister) \
|
|
DECLARE_SERIALIZER(USoundfieldEffectSettingsBase)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_353_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
AUDIOEXTENSIONS_API USoundfieldEffectSettingsBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
USoundfieldEffectSettingsBase(USoundfieldEffectSettingsBase&&) = delete; \
|
|
USoundfieldEffectSettingsBase(const USoundfieldEffectSettingsBase&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, USoundfieldEffectSettingsBase); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USoundfieldEffectSettingsBase); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USoundfieldEffectSettingsBase) \
|
|
AUDIOEXTENSIONS_API virtual ~USoundfieldEffectSettingsBase();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_350_PROLOG
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_353_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_353_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_353_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class USoundfieldEffectSettingsBase;
|
|
|
|
// ********** End Class USoundfieldEffectSettingsBase **********************************************
|
|
|
|
// ********** Begin Class USoundfieldEffectBase ****************************************************
|
|
struct Z_Construct_UClass_USoundfieldEffectBase_Statics;
|
|
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEffectBase_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_385_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUSoundfieldEffectBase(); \
|
|
friend struct ::Z_Construct_UClass_USoundfieldEffectBase_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_USoundfieldEffectBase_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(USoundfieldEffectBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_USoundfieldEffectBase_NoRegister) \
|
|
DECLARE_SERIALIZER(USoundfieldEffectBase)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_385_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
AUDIOEXTENSIONS_API USoundfieldEffectBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
USoundfieldEffectBase(USoundfieldEffectBase&&) = delete; \
|
|
USoundfieldEffectBase(const USoundfieldEffectBase&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, USoundfieldEffectBase); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USoundfieldEffectBase); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USoundfieldEffectBase) \
|
|
AUDIOEXTENSIONS_API virtual ~USoundfieldEffectBase();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_382_PROLOG
|
|
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_385_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_385_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_385_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class USoundfieldEffectBase;
|
|
|
|
// ********** End Class USoundfieldEffectBase ******************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|