ISocketSubsystem::CreateResolveInfoCached

Creates a resolve info cached struct to hold the resolved address

Windows
MacOS
Linux

References

Module

Sockets

Header

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

Include

#include "SocketSubsystem.h"

Source

/Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp

Syntax

virtual FResolveInfoCached * CreateResolveInfoCached
(
    TSharedPtr< FInternetAddr > Addr
) const

Remarks

Creates a resolve info cached struct to hold the resolved address

Addr address to resolve for the socket subsystem

Returns

the new resolved address or NULL if failed

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