![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IPAddressAsyncResolve.h>
Inheritance diagram for FResolveInfo:Public Member Functions | |
| virtual | ~FResolveInfo () |
| virtual bool | IsComplete () const =0 |
| virtual int32 | GetErrorCode () const =0 |
| virtual const FInternetAddr & | GetResolvedAddress () const =0 |
Protected Member Functions | |
| FResolveInfo () | |
Abstract interface used by clients to get async host name resolution to work in a cross-platform way
|
inlineprotected |
Hidden on purpose
|
inlinevirtual |
Virtual destructor for child classes to overload
The error that occurred when trying to resolve
Implemented in FResolveInfoCached, and FResolveInfoAsync.
|
pure virtual |
Returns a copy of the resolved address
Implemented in FResolveInfoCached, and FResolveInfoAsync.
Whether the async process has completed or not
Implemented in FResolveInfoCached, and FResolveInfoAsync.