Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputDataVertex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundVertex.h | |||
FInputDataVertex
(
const FVertexName& InVertexName, |
Construct an FInputDataVertex. | MetasoundVertex.h | |
FInputDataVertex
(
const FVertexName& InVertexName, |
Construct an FInputDataVertex with a default literal. | MetasoundVertex.h | |
FInputDataVertex
(
const FVertexName& InVertexName, |
MetasoundVertex.h |
FInputDataVertex()
| Name | FInputDataVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
FInputDataVertex()
FInputDataVertex(const FVertexName &, const FName &, const FDataVertexMetadata &, EVertexAccessType)
Description
Construct an FInputDataVertex.
| Name | FInputDataVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
FInputDataVertex
(
const FVertexName & InVertexName,
const FName & InDataTypeName,
const FDataVertexMetadata & InMetadata,
EVertexAccessType InAccessType
)
FInputDataVertex(const FVertexName &, const FName &, const FDataVertexMetadata &, EVertexAccessType, const LiteralValueType &)
Description
Construct an FInputDataVertex with a default literal.
| Name | FInputDataVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
template<typename LiteralValueType>
FInputDataVertex
(
const FVertexName & InVertexName,
const FName & InDataTypeName,
const FDataVertexMetadata & InMetadata,
EVertexAccessType InAccessType,
const LiteralValueType & InLiteralValue
)
FInputDataVertex(const FVertexName &, const FName &, const FDataVertexMetadata &, EVertexAccessType, const FLiteral &)
| Name | FInputDataVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
FInputDataVertex
(
const FVertexName & InVertexName,
const FName & InDataTypeName,
const FDataVertexMetadata & InMetadata,
EVertexAccessType InAccessType,
const FLiteral & InLiteral
)