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