15 lines
268 B
C++
15 lines
268 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
namespace Metasound
|
|
{
|
|
namespace StandardNodes
|
|
{
|
|
METASOUNDSTANDARDNODES_API extern const FName Namespace;
|
|
METASOUNDSTANDARDNODES_API extern const FName AudioVariant;
|
|
}
|
|
}
|