Navigation
API > API/Plugins > API/Plugins/MetasoundStandardNodes
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Representation of a gain FGain represents a gain value. | MetasoundGain.h | ||
Metasound::FGain
(
float InValue |
FGain constructor used to pass in float literals from the metasound frontend. | MetasoundGain.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGS Metasound::FGain
(
float InValue, |
Construct a Gain with a given value and representation. | MetasoundGain.h |
Metasound::FGain()
Description
Representation of a gain FGain represents a gain value. It provides clearly defined getters and setters as well as several convenience functions for converting gain to decibels. Construct gain of 1
| Name | Metasound::FGain |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundGain.h |
| Include Path | #include "MetasoundGain.h" |
namespace Metasound
{
Metasound::FGain()
}
Metasound::FGain(float)
Description
FGain constructor used to pass in float literals from the metasound frontend.
| Name | Metasound::FGain |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundGain.h |
| Include Path | #include "MetasoundGain.h" |
namespace Metasound
{
Metasound::FGain
(
float InValue
)
}
Metasound::FGain(float, EGainRepresentation)
Description
Construct a Gain with a given value and representation.
| Name | Metasound::FGain |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundGain.h |
| Include Path | #include "MetasoundGain.h" |
namespace Metasound
{
PRAGMA_DISABLE_DEPRECATION_WARNINGS Metasound::FGain
(
float InValue,
EGainRepresentation InRep
)
}
Parameters
| Name | Remarks |
|---|---|
| InValue | The value of the gain at the given representation. |
| InRep | The representation of the given value. |