15 lines
303 B
C
15 lines
303 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "MetasoundFrontendDocument.h"
|
|
|
|
#include "MetasoundFrontendTemplateNodeConfiguration.generated.h"
|
|
|
|
USTRUCT()
|
|
struct FMetaSoundFrontendTemplateNodeConfiguration : public FMetaSoundFrontendNodeConfiguration
|
|
{
|
|
GENERATED_BODY()
|
|
};
|
|
|