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
Remarks
Container for runtime data of MetaSound graph.
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. |