FResolveInfoCached

A non-async resolve info for returning cached results

Windows
MacOS
Linux

Inheritance Hierarchy

FResolveInfo

FResolveInfoCached

References

Module

Sockets

Header

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

Include

#include "IPAddress.h"

Syntax

class FResolveInfoCached : public FResolveInfo

Remarks

A non-async resolve info for returning cached results

Variables

Name Description

Protected variable

TSharedPtr< FIn...

 

Addr

The address that was resolved

Constructors

Name Description

Protected function

FResolveInfoCached()

Hidden on purpose

Public function

FResolveInfoCached

(
    const FInternetAddr& InAddr
)

Sets the address to return to the caller

Overridden from FResolveInfo

Name Description

Public function Virtual Const

int32

 

GetErrorCode()

The error that occurred when trying to resolve

Public function Virtual Const

const FInter...

 

GetResolvedAddress()

Returns a copy of the resolved address

Public function Virtual 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