FResolveInfoAsyncWorker

A simple wrapper task that calls back to [FResolveInfoAsync](API\Runtime\Sockets\FResolveInfoAsync) to do the actual work

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/IPAddress.h

Include

#include "IPAddress.h"

Syntax

class FResolveInfoAsyncWorker

Remarks

A simple wrapper task that calls back to FResolveInfoAsync to do the actual work

Variables

Name Description

Public variable

FResolveInfoAsy...

 

Parent

Pointer to FResolveInfoAsync to call for async work

Constructors

Name Description

Public function

FResolveInfoAsyncWorker

(
    FResolveInfoAsync* InParent
)

Constructor

Functions

Name Description

Public function

void

 

Abandon()

Effects the ending of the async resolve

Public function

bool

 

CanAbandon()

Indicates to the thread pool that this task is abandonable

Public function

void

 

DoWork()

Call DoWork on the parent

Public function Const

TStatId

 

GetStatId()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss