Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundAssetBase
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetBase.h |
| Include | #include "MetasoundAssetBase.h" |
Syntax
struct FRuntimeData_DEPRECATED
Remarks
Waits for a graph to be registered in the scenario where a graph is registered on an async task.
When a graph is registered, the underlying IMetaSoundDocumentInterface may be accessed on an async tasks. If modifications need to be made to the IMetaSoundDocumentInterface, callers should wait for the inflight graph registration to complete by calling this method.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | ChangeID | Current ID of graph. | |
| TSharedPtr< Metasound::FGraph, ESPMode::ThreadSafe > | Graph | Core graph. | |
| TArray< FMetasoundFrontendClassInput > | PublicInputs | Array of inputs which can be set for construction. | |
| TArray< FMetasoundFrontendClassInput > | TransmittableInputs | Array of inputs which can be transmitted to. |