Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- FTransmissionAddress
- FSendAddress
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include | #include "MetasoundRouter.h" |
Syntax
class FSendAddress : public Metasound::FTransmissionAddress
Remarks
FSendAddress is used as a addressing system for MetaSound Send nodes, Recieve nodes and MetaSound script communication
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSendAddress () |
|||
FSendAddress
(
const FString& InChannelName |
Create an address without a data type or instance ID. | ||
FSendAddress
(
const FName& InChannelName, |
Create an address with a channel name, data type and optionally an instance ID. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FName & | |||
| uint64 |
Overridden from FTransmissionAddress
| 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. |
Constants
| Name | Description |
|---|---|
| AddressType |