Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h |
Include |
#include "Interfaces/IPv4/IPv4Address.h" |
Creates and initializes a new IPv4 address with the specified components.
The created IP address has the value A.B.C.D.
Parameter |
Description |
---|---|
InA |
The first component. |
InB |
The second component. |
InC |
The third component. |
InD |
The fourth component. |