Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FIPv4Address
Description
Checks whether this IP address is a loopback address.
Loopback addresses have the form 127.x.x.x
| Name | IsLoopbackAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h |
| Include Path | #include "Interfaces/IPv4/IPv4Address.h" |
bool IsLoopbackAddress() const
true if it is a loopback address, false otherwise.
See Also
- IsMulticastAddress