FIPv4Address::IsLinkLocalMulticast

Checks whether this IP address is a link local 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 IsLinkLocalMulticast() const

Remarks

Checks whether this IP address is a link local multicast address.

Link local multicast addresses have the form 224.0.0.x.

Returns

true if it is a link local multicast address, false otherwise.

See Also