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