FIPv4Address::IsMulticastAddress

Checks whether this IP address is a multicast address.

Choose your operating system:

Windows

macOS

Linux

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h

Include

#include "Interfaces/IPv4/IPv4Address.h"

Syntax

bool IsMulticastAddress() const

Remarks

Checks whether this IP address is a multicast address.

Multicast addresses are in the range 224.0.0.0 to 239.255.255.255.

Returns

true if it is a multicast address, false otherwise.

See Also