Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'MetaSound Class Interface Info' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Meta Sound Class Interface Info |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Defined Interfaces | Interfaces metadata associated with interfaces defined by this class. |
| struct | Search Info | Editor-only search info |
| struct | Inputs | Collection of identifiable input vertex data cached in query for fast access & serializability(ex. in asset tags) |
| struct | Outputs | Collection of identifiable output vertex data cached in query for fast access & serializability(ex. in asset tags) |
| struct | Inherited Interfaces | Interfaces metadata associated with a given class definition. |