PacketHandler::GetAddressFromString

Allows for easy translation from string to [FInternetAddr](API\Runtime\Sockets\FInternetAddr).

Windows
MacOS
Linux

Deprecated

  • This function should not be used except for backwards compatibility with deprecated functions.

References

Module

PacketHandler

Header

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h

Include

#include "PacketHandler.h"

Source

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Private/PacketHandler.cpp

Syntax

TSharedPtr< const FInternetAddr > GetAddressFromString
(
    const FString & Address
)

Remarks

Allows for easy translation from string to FInternetAddr. Only used for compatibility in deprecated functions, do not use in new code flow.

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