Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FTransmissionAddress
| Name | THasStaticAddressType |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include Path | #include "MetasoundRouter.h" |
Syntax
template<typename DerivedAddressType>
struct THasStaticAddressType
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Value | bool | True if the static member T::AddressType exists. | MetasoundRouter.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static std::true_type CheckIfStaticMemberExists
(
int32 |
SFINAE: If the static member `T::AddressType_ exists, then this template is used. | MetasoundRouter.h | |
static std::false_type CheckIfStaticMemberExists
(
... |
SFINAE: If the static member `T::AddressType_ does not exist, then this template is used. | MetasoundRouter.h |