Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
| Name | FInputDataVertex |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
Syntax
class FInputDataVertex : public Metasound::FDataVertex
Inheritance Hierarchy
- FDataVertex → FInputDataVertex
Derived Classes
Constructors
| 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 |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Literal | FLiteral | MetasoundVertex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLiteral GetDefaultLiteral() |
Returns the default literal associated with this input. | MetasoundVertex.h | |
void SetDefaultLiteral
(
const FLiteral& InLiteral |
Set the default literal for this vertex | MetasoundVertex.h |