Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/Analysis
Inheritance Hierarchy
- FTransmissionAddress
- FAnalyzerAddress
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendAnalyzerAddress.h |
| Include | #include "Analysis/MetasoundFrontendAnalyzerAddress.h" |
Syntax
class FAnalyzerAddress : public Metasound::FTransmissionAddress
Remarks
String serializable (as key) channel of analyzer or its internal members that can be written to or read from using the Transmission System.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | AnalyzerInstanceID | Instance ID of analyzer (allowing for multiple analyzer of the same type to be addressed at the same output). | |
| FName | AnalyzerMemberName | Optional name used to specify a channel for a given analyzer's inputs/outputs. | |
| FName | AnalyzerName | Name of Analyzer. | |
| FName | DataType | DataType of the given channel. | |
| uint64 | InstanceID | Active Instance ID to monitor. | |
| FGuid | NodeID | ID of Node being monitored. | |
| FVertexName | OutputName | Name of output to monitor (not to be confused with the Analyzer's members, which are specific to the analyzer instance being addressed) | |
| bool | UseDataTransmissionCenter | Specifies whether to use the data transmission center for passing values to views. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnalyzerAddress
(
const FString& InAddressString |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FTransmissionAddress
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FTransmissionAddress > | Clone () |
Clone the address. | |
| FName | Return the type of address. | ||
| FName | GetDataType () |
Return the data type. | |
| uint32 | GetHash () |
Create a hash of the address. | |
| bool | IsEqual
(
const FTransmissionAddress& InOther |
Determine if the given address is equal to this address. | |
| FString | ToString () |
Converts AnalyzerAddress to String representation using the PathSeparator. |