Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- FTransmissionAddress
- FAddressRouter::FTransmissionAddressKey
- FAnalyzerAddress
- FGraphAnalyzerAddress
- FSendAddress
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include | #include "MetasoundRouter.h" |
Syntax
class FTransmissionAddress
Remarks
A FTranmissionAddress acts as a identifier for a data channel shared by one or more senders and or receivers.
Different addressing schemes are supported by deriving a system specific address type from a FTransmissionAddress. This allows different systems to construct and store address information in their desired format while all utilizing the same system for transmission.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FTransmissionAddress > | Clone () |
Clone the address. | |
| FName | Return the type of address. | ||
| FName | GetDataType () |
Return the data type. | |
| FString | ToString () |
Return a string representation of the address for debugging. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FTransmissionAddress& InOther |
||
| bool | operator==
(
const FTransmissionAddress& InOther |