Metasound automated node tests and fixes

#jira UE-175097
#rb Charlie.Huguenard
#preflight 63d1895f033e457ba8f10cb4

[CL 23863384 by phil popp in ue5-main branch]
This commit is contained in:
phil popp
2023-01-25 20:41:44 -05:00
parent 103d565eba
commit 1d78b81b52
14 changed files with 797 additions and 128 deletions
@@ -38,7 +38,7 @@ namespace WaveTable
public:
FWaveTable() = default;
FWaveTable(const TArray<float>& InSamples, const float InFinalValue)
FWaveTable(const TArray<float>& InSamples, const float InFinalValue=0.f)
: Samples(InSamples)
, FinalValue(InFinalValue)
{