Navigation
API > API/Plugins > API/Plugins/MetasoundStandardNodes
Copyright Epic Games, Inc. All Rights Reserved.
| Name | Metasound::EEnvelopePeakMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundEnvelopeFollowerTypes.h |
| Include Path | #include "MetasoundEnvelopeFollowerTypes.h" |
Syntax
namespace Metasound
{
enum EEnvelopePeakMode
{
Peak = 0,
MeanSquared,
RootMeanSquared,
}
}
Values
| Name | Remarks |
|---|---|
| Peak | |
| MeanSquared | |
| RootMeanSquared |