Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Create a FInputDataVertex with a templated MetaSound data type which only reads data at operator time.
| Name | TInputConstructorVertex |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
Syntax
template<typename DataType>
class TInputConstructorVertex : public Metasound::FInputDataVertex
Inheritance Hierarchy
- FDataVertex → FInputDataVertex → TInputConstructorVertex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundVertex.h | |||
TInputConstructorVertex
(
const FVertexName& InVertexName, |
MetasoundVertex.h |