You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixing tooltip loctext namespace
#rb none #jira none #preflight none [CL 20444203 by Aaron McLeran in ue5-main branch]
This commit is contained in:
+2
-2
@@ -113,8 +113,8 @@ namespace Metasound
|
||||
Info.ClassName = { StandardNodes::Namespace, "Delay Pitch Shift", StandardNodes::AudioVariant };
|
||||
Info.MajorVersion = 1;
|
||||
Info.MinorVersion = 0;
|
||||
Info.DisplayName = METASOUND_LOCTEXT("DelayNode_DisplayName", "Delay Pitch Shift");
|
||||
Info.Description = METASOUND_LOCTEXT("DelayNode_Description", "Pitch shifts the audio buffer using a delay-based doppler-shift method.");
|
||||
Info.DisplayName = METASOUND_LOCTEXT("DopperDelayPitchShift_DisplayName", "Delay Pitch Shift");
|
||||
Info.Description = METASOUND_LOCTEXT("DopperDelayPitchShift_Description", "Pitch shifts the audio buffer using a delay-based doppler-shift method.");
|
||||
Info.Author = PluginAuthor;
|
||||
Info.PromptIfMissing = PluginNodeMissingPrompt;
|
||||
Info.DefaultInterface = GetVertexInterface();
|
||||
|
||||
Reference in New Issue
Block a user