FResolveInfo

Abstract interface used by clients to get async host name resolution to work in a cross-platform way

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Sockets

Header

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

Include

#include "IPAddress.h"

Syntax

class FResolveInfo

Remarks

Abstract interface used by clients to get async host name resolution to work in a cross-platform way

Constructors

Name Description

Protected function

FResolveInfo()

Hidden on purpose

Destructors

Name Description

Public function Virtual

~FResolveInfo()

Virtual destructor for child classes to overload

Functions

Name Description

Public function Const

int32

 

GetErrorCode()

The error that occurred when trying to resolve

Public function Const

const FInter...

 

GetResolvedAddress()

Returns a copy of the resolved address

Public function Const

bool

 

IsComplete()

Whether the async process has completed or not

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