Hi,
I tried to get some information about USoundWave by using SoundWave->RawPCMData and SoundWave->RawPCMDataSize.
It seems like that SoundWave->RawPCMDataSize returned correct value but the RawPCMData is null.
The same code in UE5.4 and previous version returned correct data for both RawPCMData and RawPCMDataSize.
Is it a bug for UE5.5 which renturned the empty RawPCMData, or something has been changed?
It is clear that in UE5.5, the RawPCMData is set as nullptr. Thus we get only empty PCM data. What’s the purpose about this change in UE5.5? How can we obtain the RawPCMData in UE5.5?