Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/Analysis
Inheritance Hierarchy
- FTransmissionAddress
- FGraphAnalyzerAddress
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendGraphAnalyzer.h |
| Include | #include "Analysis/MetasoundFrontendGraphAnalyzer.h" |
Syntax
class FGraphAnalyzerAddress : public Metasound::FTransmissionAddress
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphAnalyzerAddress
(
uint64 InInstanceID |
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 () |
Return a string representation of the address for debugging. |