FIPv4Address::IsLinkLocal

Checks whether this IP address is link local.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss