FIPv4Address::IsLoopbackAddress

Checks whether this IP address is a loopback address. Loopback addresses have the form 127.x.x.x

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Interfaces/IPv4/IPv4Address.h"

Syntax

bool IsLoopbackAddress() const

Remarks

Checks whether this IP address is a loopback address.

Loopback addresses have the form 127.x.x.x

Returns

true if it is a loopback address, false otherwise.

See Also

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