FIPv4Address::IsLinkLocal

Checks whether this IP address is link local.

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 IsLinkLocal() const

Remarks

Checks whether this IP address is link local.

Link local addresses are in the range 169.254.0.0/16

Returns

true if it is link local, false otherwise.