Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FGraphAnalyzerAddress
Description
Return the type of address.
The AddressType must be unique per a subclass of FTransmissionAddress as it is used to determine the validity of a static_cast from FTransmissionAddress to the derived address type.
Virtual Inheritance
- FTransmissionAddress::GetAddressType → FGraphAnalyzerAddress::GetAddressType
| Name | GetAddressType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendGraphAnalyzer.h |
| Include Path | #include "Analysis/MetasoundFrontendGraphAnalyzer.h" |
virtual FName GetAddressType() const