FIPv4Subnet::ContainsAddress

Checks whether the subnet contains the specified IP address.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Interfaces/IPv4/IPv4Subnet.h"

Syntax

bool ContainsAddress
(
    const FIPv4Address & TestAddress
)

Remarks

Checks whether the subnet contains the specified IP address.

Returns

true if the subnet contains the address, false otherwise.

Parameters

Parameter

Description

TestAddress

The address to check.

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