Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FAnalyzerAddress
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 → FAnalyzerAddress::GetAddressType
| Name | GetAddressType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendAnalyzerAddress.h |
| Include Path | #include "Analysis/MetasoundFrontendAnalyzerAddress.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/Analysis/MetasoundFrontendAnalyzerAddress.cpp |
virtual FName GetAddressType() const