You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixing typo in tooltip
#rb none #ROBOMERGE-SOURCE: CL 16766350 #ROBOMERGE-BOT: (v835-16672529) [CL 16766355 by aaron mcleran in ue5-main branch]
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Metasound
|
||||
METASOUND_PARAM(InputAttackTime, "Attack Time", "Attack time of the envelope.");
|
||||
METASOUND_PARAM(InputDecayTime, "Decay Time", "Decay time of the envelope.");
|
||||
METASOUND_PARAM(InputAttackCurve, "Attack Curve", "The exponential curve factor of the attack. 1.0 = linear growth, < 1.0 logorithmic growth, > 1.0 exponential growth.");
|
||||
METASOUND_PARAM(InputDecayCurve, "Decay Curve", "The exponential curve factor of the decay. 1.0 = linear decay, < 1.0 exponential decay, > 1.0 logorithmic decay.");
|
||||
METASOUND_PARAM(InputDecayCurve, "Decay Curve", "The exponential curve factor of the decay. 1.0 = linear decay, < 1.0 exponential decay, > 1.0 logarithmic decay.");
|
||||
METASOUND_PARAM(InputLooping, "Looping", "Set to true to enable looping of the envelope. This will allow the envelope to be an LFO or wave generator.");
|
||||
|
||||
METASOUND_PARAM(OutputOnTrigger, "On Trigger", "Triggers when the envelope is triggered.");
|
||||
|
||||
Reference in New Issue
Block a user