Navigation
Unreal Engine C++ API Reference > Runtime > Sockets > FResolveInfoAsync
References
Module | Sockets |
Header | /Engine/Source/Runtime/Sockets/Public/IPAddressAsyncResolve.h |
Include | #include "IPAddressAsyncResolve.h" |
Syntax
class FResolveInfoAsyncWorker
Remarks
A simple wrapper task that calls back to FResolveInfoAsync to do the actual work
Variables
Type | Name | Description | |
---|---|---|---|
FResolveInfoAsync * | Parent | Pointer to FResolveInfoAsync to call for async work |
Constructors
Type | Name | Description | |
---|---|---|---|
FResolveInfoAsyncWorker
(
FResolveInfoAsync* InParent |
Constructor |
Functions
Type | Name | Description | |
---|---|---|---|
void | Abandon () |
Effects the ending of the async resolve | |
bool | CanAbandon () |
Indicates to the thread pool that this task is abandonable | |
void | DoWork () |
Call DoWork on the parent | |
TStatId | GetStatId () |