Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include | #include "MetasoundFrontendController.h" |
Syntax
struct FClassInterfaceUpdates
Remarks
Provides list of interface members that have been added or removed when querying if a node's class has been updated
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< const FMetasoundFrontendClassInput * > | AddedInputs | ||
| TArray< const FMetasoundFrontendClassOutput * > | AddedOutputs | ||
| FMetasoundFrontendClass | RegistryClass | Cached copy of registry class potentially referenced by added members. | |
| TArray< const FMetasoundFrontendClassInput * > | RemovedInputs | ||
| TArray< const FMetasoundFrontendClassOutput * > | RemovedOutputs |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| bool |