Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Deprecated
* TOutputDataVertexModel
Inheritance Hierarchy
- FDataVertex
- FOutputDataVertex
- TOutputConstructorVertex
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include | #include "MetasoundVertex.h" |
Syntax
template<typename DataType>
class TOutputConstructorVertex : public Metasound::FOutputDataVertex
Remarks
Create a FOutputDataVertex with a templated MetaSound data type which is only sets data at operator construction time.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TOutputConstructorVertex
(
const FVertexName& InVertexName, |