![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IPAddressAsyncResolve.h>
Inheritance diagram for FResolveInfoAsync:Public Member Functions | |
| FResolveInfoAsync (const ANSICHAR *InHostName) | |
| void | StartAsyncTask () |
| void | DoWork () |
| virtual bool | IsComplete () const |
| virtual int32 | GetErrorCode () const |
| virtual const FInternetAddr & | GetResolvedAddress () const |
Public Member Functions inherited from FResolveInfo | |
| virtual | ~FResolveInfo () |
Additional Inherited Members | |
Protected Member Functions inherited from FResolveInfo | |
| FResolveInfo () | |
| FResolveInfoAsync::FResolveInfoAsync | ( | const ANSICHAR * | InHostName | ) |
Copies the host name for async resolution
| InHostName | the host name to resolve |
| void FResolveInfoAsync::DoWork | ( | ) |
Resolves the specified host name
The error that occurred when trying to resolve
Implements FResolveInfo.
|
inlinevirtual |
Whether the async process has completed or not
Implements FResolveInfo.
|
inline |
Start the async work and perform it synchronously if no thread pool is available