FIPv4Address::IsGlobalMulticast

Checks whether this IP address is a global multicast 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 IsGlobalMulticast() const

Remarks

Checks whether this IP address is a global multicast address.

Global multicast addresses are in the range 224.0.1.0 to 238.255.255.255.

Returns

true if it is a global multicast 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