Navigation
Unreal Engine C++ API Reference > Runtime > Sockets
Inheritance Hierarchy
- FResolveInfo
- FResolveInfoAsync
- FResolveInfoCached
References
Module | Sockets |
Header | /Engine/Source/Runtime/Sockets/Public/IPAddressAsyncResolve.h |
Include | #include "IPAddressAsyncResolve.h" |
Syntax
class FResolveInfo
Remarks
Abstract interface used by clients to get async host name resolution to work in a cross-platform way
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FResolveInfo () |
Hidden on purpose |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Virtual destructor for child classes to overload |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int32 | GetErrorCode () |
The error that occurred when trying to resolve |
![]() ![]() |
const FInternetAddr & | Returns a copy of the resolved address | |
![]() ![]() |
bool | IsComplete () |
Whether the async process has completed or not |