Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Interfaces > API/Runtime/Networking/Interfaces/IPv4 > API/Runtime/Networking/Interfaces/IPv4/FIPv4Subnet
References
| Module | Networking |
| Header | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Subnet.h |
| Include | #include "Interfaces/IPv4/IPv4Subnet.h" |
bool ContainsAddress
&40;
const FIPv4Address & TestAddress
&41;
Remarks
Checks whether the subnet contains the specified IP address. true if the subnet contains the address, false otherwise.
Parameters
| Name | Description |
|---|---|
| TestAddress | The address to check. |