You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Deprecating MatchDevice in Sound Wave Quality settings
#jira UE-146280 #rb jimmy.smith #preflight 623cdc055c488c89d6d80099 [CL 19502867 by anna lantz in ue5-main branch]
This commit is contained in:
@@ -997,6 +997,9 @@ DefaultWorldPartitionHLODLayer=/Engine/Maps/Templates/HLODs/HLODLayer_Instanced.
|
||||
+FunctionRedirects=(OldName="SoundGeneratorParameterInterface.SetIntParameter", NewName="AudioParameterControllerInterface.SetIntParameter")
|
||||
+ClassRedirects=(OldName="/Script/AudioExtensions.AudioParameterInterface", NewName="/Script/AudioExtensions.AudioParameterControllerInterface")
|
||||
|
||||
; Deprecating 'MatchDevice' in Sound Wave Quality Enum
|
||||
+EnumRedirects=(OldName="ESoundwaveSampleRateSettings",ValueChanges=(("ESoundwaveSampleRateSettings::MatchDevice","ESoundwaveSampleRateSettings::Max")) )
|
||||
|
||||
; Updating the gameplay cue notify to have correct property name
|
||||
+PropertyRedirects=(OldName="GameplayCueNotify_SoundInfo.SoundCue",NewName="GameplayCueNotify_SoundInfo.Sound")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user