Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Provides list of interface members that have been added or removed when querying if a node's class has been updated. Editor only as interface can only be updated from editor builds.
| Name | FClassInterfaceUpdates |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
struct FClassInterfaceUpdates
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FClassInterfaceUpdates() |
MetasoundFrontendDocument.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddedClassInterfaceOverride | TInstancedStruct< FMetasoundFrontendClassInterface > | MetasoundFrontendDocument.h | ||
| AddedConfiguration | TInstancedStruct< FMetaSoundFrontendNodeConfiguration > | MetasoundFrontendDocument.h | ||
| AddedInputs | TArray< const FMetasoundFrontendClassInput * > | MetasoundFrontendDocument.h | ||
| AddedOutputs | TArray< const FMetasoundFrontendClassOutput * > | MetasoundFrontendDocument.h | ||
| RegistryClass | FMetasoundFrontendClass | Cached copy of registry class potentially referenced by added members. | MetasoundFrontendDocument.h | |
| RemovedClassInterfaceOverride | TConstStructView< FMetasoundFrontendClassInterface > | MetasoundFrontendDocument.h | ||
| RemovedConfiguration | TConstStructView< FMetaSoundFrontendNodeConfiguration > | MetasoundFrontendDocument.h | ||
| RemovedInputs | TArray< const FMetasoundFrontendClassInput * > | MetasoundFrontendDocument.h | ||
| RemovedOutputs | TArray< const FMetasoundFrontendClassOutput * > | MetasoundFrontendDocument.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsAddedMembers() |
MetasoundFrontendDocument.h | ||
bool ContainsChanges() |
MetasoundFrontendDocument.h | ||
bool ContainsRemovedMembers() |
MetasoundFrontendDocument.h | ||
bool ContainsUpdatedNodeClassInterfaceOverride() |
MetasoundFrontendDocument.h | ||
bool ContainsUpdatedNodeConfig() |
MetasoundFrontendDocument.h |