Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include | #include "MetasoundVertex.h" |
Syntax
class FEnvironmentVertex
Remarks
A vertex for environment variables.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | Description | Description of the vertex. | |
| FVertexName | VertexName | Name of vertex. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEnvironmentVertex
(
const FVertexName& InVertexName, |
FEnvironmentVertex Construtor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| const FText & | GetDescription() is deprecated. Use Description | ||
| const FVertexName & | GetVertexName() is deprecated. Use VertexName |