-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I tried compiling v62 VoiceSDK with UE4.27-plus and got these errors:
1> [14/19] Module.Wit.cpp
1>F:/Unreal Projects/Atrium427/Plugins/MetaVoiceSDK/Source/Wit/Private/Wit/TTS/WitTtsService.cpp(82): error C2039: 'IsEmpty': is not a member of 'TArray<FTtsConfiguration,FDefaultAllocator>'
1> F:\Unreal Projects\Atrium427\Plugins\MetaVoiceSDK\Source\Wit\Public\TTS/Cache/Memory/TtsMemoryCache.h(149): note: see declaration of 'TArray<FTtsConfiguration,FDefaultAllocator>'
1>F:/Unreal Projects/Atrium427/Plugins/MetaVoiceSDK/Source/Wit/Private/Wit/TTS/WitTtsService.cpp(122): error C2039: 'IsEmpty': is not a member of 'TArray<FTtsConfiguration,FDefaultAllocator>'
1> F:\Unreal Projects\Atrium427\Plugins\MetaVoiceSDK\Source\Wit\Public\TTS/Cache/Memory/TtsMemoryCache.h(149): note: see declaration of 'TArray<FTtsConfiguration,FDefaultAllocator>'
1>F:/Unreal Projects/Atrium427/Plugins/MetaVoiceSDK/Source/Wit/Private/Wit/TTS/WitTtsService.cpp(433): error C2039: 'IsEmpty': is not a member of 'TArray<FTtsConfiguration,FDefaultAllocator>'
1> F:\Unreal Projects\Atrium427\Plugins\MetaVoiceSDK\Source\Wit\Public\TTS/Cache/Memory/TtsMemoryCache.h(149): note: see declaration of 'TArray<FTtsConfiguration,FDefaultAllocator>'
1>F:/Unreal Projects/Atrium427/Plugins/MetaVoiceSDK/Source/Wit/Private/Wit/TTS/WitTtsSpeaker.cpp(157): error C2039: 'IsEmpty': is not a member of 'TArray<USoundWave *,FDefaultAllocator>'
1> E:\UE4Source\UE427ppm\Engine\Source\Runtime\Engine\Classes\Sound/SoundBase.h(271): note: see declaration of 'TArray<USoundWave *,FDefaultAllocator>'
Can you folks please add proper UE4.27-plus support, like it was done with HapticsSDK ?