![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IPAddressAsyncResolve.h>
Inheritance diagram for FResolveInfoCached:Public Member Functions | |
| FResolveInfoCached (const FInternetAddr &InAddr) | |
| virtual bool | IsComplete () const |
| virtual int32 | GetErrorCode () const |
| virtual const FInternetAddr & | GetResolvedAddress () const |
Public Member Functions inherited from FResolveInfo | |
| virtual | ~FResolveInfo () |
Protected Member Functions | |
| FResolveInfoCached () | |
Protected Member Functions inherited from FResolveInfo | |
| FResolveInfo () | |
Protected Attributes | |
| TSharedPtr< FInternetAddr > | Addr |
A non-async resolve info for returning cached results
|
inlineprotected |
Hidden on purpose
| FResolveInfoCached::FResolveInfoCached | ( | const FInternetAddr & | InAddr | ) |
Sets the address to return to the caller
| InAddr | the address that is being cached |
The error that occurred when trying to resolve
Implements FResolveInfo.
|
inlinevirtual |
Whether the async process has completed or not
Implements FResolveInfo.
|
protected |
The address that was resolved