Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundFrontendNodeInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Update
(
const FMetasoundFrontendClassInterface& InClassInterface |
Return true if interface update resulted in interface changes. | MetasoundFrontendDocument.h | |
bool Update
(
const FMetasoundFrontendClassInterface& InClassInterface, |
MetasoundFrontendDocument.h |
Update(const FMetasoundFrontendClassInterface &)
Description
Return true if interface update resulted in interface changes.
| Name | Update |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocument.cpp |
bool Update
(
const FMetasoundFrontendClassInterface & InClassInterface
)
Update(const FMetasoundFrontendClassInterface &, TFunctionRef< void(const FMetasoundFrontendVertex &)>, TFunctionRef< void(const FMetasoundFrontendVertex &)>)
| Name | Update |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocument.cpp |
bool Update
(
const FMetasoundFrontendClassInterface & InClassInterface,
TFunctionRef < void &)> OnPreRemoveInput,
TFunctionRef < void &)> OnPreRemoveOutput
)