Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IInputController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Disconnect () |
Disconnects this input from any connected output. | MetasoundFrontendController.h | |
bool Disconnect
(
IOutputController& InController |
Disconnects this input from the given output. | MetasoundFrontendController.h |
Disconnect()
Description
Disconnects this input from any connected output.
| Name | Disconnect |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
bool Disconnect()
True on success, false on failure.
Disconnect(IOutputController &)
Description
Disconnects this input from the given output.
| Name | Disconnect |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
bool Disconnect
(
IOutputController & InController
)
True on success, false on failure.