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