Navigation
API > API/Runtime > API/Runtime/Sockets
Abstract interface used by clients to get async host name resolution to work in a cross-platform way
| Name | FResolveInfo |
| Type | class |
| Header File | /Engine/Source/Runtime/Sockets/Public/IPAddressAsyncResolve.h |
| Include Path | #include "IPAddressAsyncResolve.h" |
Syntax
class FResolveInfo
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FResolveInfo() |
Hidden on purpose | IPAddressAsyncResolve.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FResolveInfo() |
Virtual destructor for child classes to overload | IPAddressAsyncResolve.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetErrorCode() |
The error that occurred when trying to resolve | IPAddressAsyncResolve.h | |
const FInternetAddr & GetResolvedAddress() |
Returns a copy of the resolved address | IPAddressAsyncResolve.h | |
bool IsComplete() |
Whether the async process has completed or not | IPAddressAsyncResolve.h |