FIPv4Address::IsSiteLocalAddress

Checks whether this IP address is a site local address.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Interfaces/IPv4/IPv4Address.h"

Syntax

bool IsSiteLocalAddress() const

Remarks

Checks whether this IP address is a site local address.

Site local addresses have one of the following forms: 10.x.x.x 172.16.x.x 192.168.x.x

Returns

true if it is a site local address, 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