Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h |
Include |
#include "Interfaces/IPv4/IPv4Address.h" |
bool IsLinkLocal() const
Checks whether this IP address is link local.
Link local addresses are in the range 169.254.0.0/16
true if it is link local, false otherwise.