Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FDocumentBuilderRegistry
Description
Given the provided document and its respective pages, returns the PageID to be used for runtime IGraph and proxy generation.
These methods exist to support deprecated funtions. It allows MetaSound Settings data to be accessed in the MetasoundFrontend module via a singleton IDocumentBuilderRegistry::Get(). Once the deprecated callsites are removed, these methods can be removed as well.
Virtual Inheritance
- IDocumentBuilderRegistry::GetPageOrder → FDocumentBuilderRegistry::GetPageOrder
| Name | GetPageOrder |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundDocumentBuilderRegistry.h |
| Include Path | #include "MetasoundDocumentBuilderRegistry.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundDocumentBuilderRegistry.cpp |
virtual TArrayView < const FGuid > GetPageOrder() const