Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/ISocketSubsystem
Description
Creates a resolve info cached struct to hold the resolved address
@Param Addr address to resolve for the socket subsystem
| Name | CreateResolveInfoCached |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
| Include Path | #include "SocketSubsystem.h" |
| Source | /Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp |
virtual FResolveInfoCached * CreateResolveInfoCached
(
TSharedPtr< FInternetAddr > Addr
) const
the new resolved address or NULL if failed