Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/INodeController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInputHandle GetInputWithID
(
FGuid InVertexID |
Returns an input with the given id.If the input does not exist, an invalid handle is returned. | MetasoundFrontendController.h | |
FConstInputHandle GetInputWithID
(
FGuid InVertexID |
Returns an input with the given name. | MetasoundFrontendController.h |
GetInputWithID(FGuid)
Description
Returns an input with the given id.
If the input does not exist, an invalid handle is returned.
| Name | GetInputWithID |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FInputHandle GetInputWithID
(
FGuid InVertexID
)
GetInputWithID(FGuid)
Description
Returns an input with the given name.
If the input does not exist, an invalid handle is returned.
| Name | GetInputWithID |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FConstInputHandle GetInputWithID
(
FGuid InVertexID
) const