Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FIPv4Address
Description
Checks whether this IP address is a global multicast address.
Global multicast addresses are in the range 224.0.1.0 to 238.255.255.255.
| Name | IsGlobalMulticast |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h |
| Include Path | #include "Interfaces/IPv4/IPv4Address.h" |
bool IsGlobalMulticast() const
true if it is a global multicast address, false otherwise.
See Also
-
IsLinkLocalMulticast
-
IsOrganizationLocalMulticast
-
IsSiteLocalMulticast