Navigation
API > API/Runtime > API/Runtime/Sockets
A non-async resolve info for returning cached results
| Name | FResolveInfoCached |
| Type | class |
| Header File | /Engine/Source/Runtime/Sockets/Public/IPAddressAsyncResolve.h |
| Include Path | #include "IPAddressAsyncResolve.h" |
Syntax
class FResolveInfoCached : public FResolveInfo
Inheritance Hierarchy
- FResolveInfo → FResolveInfoCached
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Hidden on purpose | IPAddressAsyncResolve.h | ||
FResolveInfoCached
(
const FInternetAddr& InAddr |
Sets the address to return to the caller | IPAddressAsyncResolve.h |
Functions
Public
Overridden from FResolveInfo
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetErrorCode() |
The error that occurred when trying to resolve | IPAddressAsyncResolve.h | |
virtual const FInternetAddr & GetResolvedAddress() |
Returns a copy of the resolved address | IPAddressAsyncResolve.h | |
virtual bool IsComplete() |
Whether the async process has completed or not | IPAddressAsyncResolve.h |