Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FIPv4Address
Description
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-31.x.x 192.168.x.x
| Name | IsSiteLocalAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h |
| Include Path | #include "Interfaces/IPv4/IPv4Address.h" |
bool IsSiteLocalAddress() const
true if it is a site local address, false otherwise.