You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- 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]
14 lines
220 B
C++
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";
|
|
}
|
|
}
|