Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FTransmissionAddress > API/Plugins/MetasoundFrontend/FTransmissionAddress/THasStaticAddressType
Overloads
| 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 |
CheckIfStaticMemberExists(int32)
Description
SFINAE: If the static member `T::AddressType_ exists, then this template is used.
| Name | CheckIfStaticMemberExists |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include Path | #include "MetasoundRouter.h" |
template<typename T, typename>
static std::true_type CheckIfStaticMemberExists
(
int32
)
CheckIfStaticMemberExists(...)
Description
SFINAE: If the static member `T::AddressType_ does not exist, then this template is used.
| Name | CheckIfStaticMemberExists |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include Path | #include "MetasoundRouter.h" |
template<typename>
static std::false_type CheckIfStaticMemberExists
(
...
)