Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Condensed set of vertex data that is serialized to editor-only asset tag data, allowing editor scripts and code to query MetaSounds without loading them in entirety.
| Name | FMetaSoundClassVertexCollectionInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendQuery.h |
| Include Path | #include "MetasoundFrontendQuery.h" |
Syntax
USTRUCT (BlueprintType )
struct FMetaSoundClassVertexCollectionInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassVertexInfo | TArray< FMetaSoundClassVertexInfo > | MetasoundFrontendQuery.h |
|