Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/INodeController
Description
Returns whether the node is eligible for auto-updating (i.e. has undergone minor revision or the interface has changed, but no higher major revision is available). Provides interface updates to populate with any information regarding interface updates. Can return true if the interface has changed but only cosmetic differences (ex. DisplayName only used in editor) but no runtime behavior has been modified.
| Name | CanAutoUpdate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
bool CanAutoUpdate
(
FClassInterfaceUpdates & OutInterfaceUpdates
) const