Files
Rob Gay 3a91f64f60 Add ability to define default literals on input vertex in Metasound core
- Update default values for standard nodes to sensible values
#rb phil.popp
#jira UEAU-687
#fyi jimmy.smith

[CL 15299246 by Rob Gay in ue5-main branch]
2021-02-03 14:36:36 -04:00

14 lines
220 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "MetasoundStandardNodesNames.h"
namespace Metasound
{
namespace StandardNodes
{
const FName Namespace = "UE";
const FName AudioVariant = "Audio";
}
}