Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IOutputController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNodeHandle GetOwningNode () |
Returns a FNodeHandle to the node which owns this output. | MetasoundFrontendController.h | |
FConstNodeHandle GetOwningNode () |
Returns a FConstNodeHandle to the node which owns this output. | MetasoundFrontendController.h |
GetOwningNode()
Description
Returns a FNodeHandle to the node which owns this output.
| Name | GetOwningNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FNodeHandle GetOwningNode()
GetOwningNode()
Description
Returns a FConstNodeHandle to the node which owns this output.
| Name | GetOwningNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FConstNodeHandle GetOwningNode() const