48 lines
3.3 KiB
C++
48 lines
3.3 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!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
void EmptyLinkFunctionForGeneratedCodeAudioMixer_init() {}
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); AUDIOMIXER_API UFunction* Z_Construct_UDelegateFunction_AudioMixer_OnAudioDefaultDeviceChanged__DelegateSignature();
|
|
AUDIOMIXER_API UFunction* Z_Construct_UDelegateFunction_AudioMixer_OnAudioDeviceChange__DelegateSignature();
|
|
AUDIOMIXER_API UFunction* Z_Construct_UDelegateFunction_AudioMixer_OnAudioDeviceStateChanged__DelegateSignature();
|
|
AUDIOMIXER_API UFunction* Z_Construct_UDelegateFunction_AudioMixer_OnAudioOutputDevicesObtained__DelegateSignature();
|
|
AUDIOMIXER_API UFunction* Z_Construct_UDelegateFunction_AudioMixer_OnCompletedDeviceSwap__DelegateSignature();
|
|
AUDIOMIXER_API UFunction* Z_Construct_UDelegateFunction_AudioMixer_OnMainAudioOutputDeviceObtained__DelegateSignature();
|
|
AUDIOMIXER_API UFunction* Z_Construct_UDelegateFunction_AudioMixer_OnSoundLoadComplete__DelegateSignature();
|
|
AUDIOMIXER_API UFunction* Z_Construct_UDelegateFunction_AudioMixer_OnSynthEnvelopeValue__DelegateSignature();
|
|
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_AudioMixer;
|
|
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AudioMixer()
|
|
{
|
|
if (!Z_Registration_Info_UPackage__Script_AudioMixer.OuterSingleton)
|
|
{
|
|
static UObject* (*const SingletonFuncArray[])() = {
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AudioMixer_OnAudioDefaultDeviceChanged__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AudioMixer_OnAudioDeviceChange__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AudioMixer_OnAudioDeviceStateChanged__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AudioMixer_OnAudioOutputDevicesObtained__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AudioMixer_OnCompletedDeviceSwap__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AudioMixer_OnMainAudioOutputDeviceObtained__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AudioMixer_OnSoundLoadComplete__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AudioMixer_OnSynthEnvelopeValue__DelegateSignature,
|
|
};
|
|
static const UECodeGen_Private::FPackageParams PackageParams = {
|
|
"/Script/AudioMixer",
|
|
SingletonFuncArray,
|
|
UE_ARRAY_COUNT(SingletonFuncArray),
|
|
PKG_CompiledIn | 0x00000000,
|
|
0x8A03BFAB,
|
|
0xF211A374,
|
|
METADATA_PARAMS(0, nullptr)
|
|
};
|
|
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AudioMixer.OuterSingleton, PackageParams);
|
|
}
|
|
return Z_Registration_Info_UPackage__Script_AudioMixer.OuterSingleton;
|
|
}
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AudioMixer(Z_Construct_UPackage__Script_AudioMixer, TEXT("/Script/AudioMixer"), Z_Registration_Info_UPackage__Script_AudioMixer, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x8A03BFAB, 0xF211A374));
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|