Navigation
API > API/Plugins > API/Plugins/MetasoundStandardNodes
Inheritance Hierarchy
- INodeBase
- INode
- FNode
- FOscilatorNodeBase
- FSawOscilatorNode
- FSineOscilatorNode
- FSquareOscilatorNode
- FTriangleOscilatorNode
References
| Module | MetasoundStandardNodes |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundOscillatorNodes.h |
| Include | #include "MetasoundOscillatorNodes.h" |
Syntax
class FOscilatorNodeBase : public Metasound::FNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDefaultEnablement | ||
| float | DefaultFrequency | ||
| float | DefaultGlideFactor | ||
| float | DefaultPhaseOffset | ||
| TSharedRef< IOperatorFactory, ESPMode::ThreadSafe > | Factory | ||
| FVertexInterface | VertexInterface |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOscilatorNodeBase
(
const FVertexName& InInstanceName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| float | |||
| float | |||
| float |
Overridden from INode
| Type | Name | Description | |
|---|---|---|---|
| FOperatorFactorySharedRef | Return a reference to the default operator factory. |
Overridden from INodeBase
| Type | Name | Description | |
|---|---|---|---|
| const FVertexInterface & | Return the current vertex interface. | ||
| bool | IsVertexInterfaceSupported
(
const FVertexInterface& InInterface |
Expresses whether a specific vertex interface is supported. | |
| bool | SetVertexInterface
(
const FVertexInterface& InInterface |
Set the vertex interface. If the vertex was successfully changed, returns true. |