IPortalRpcServer::ConnectTo

Sends a FPortalRpcServer response to the specified address, effectively allowing the two services to now communicate with each other directly.

Choose your operating system:

Windows

macOS

Linux

References

Module

PortalRpc

Header

/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcServer.h

Include

#include "IPortalRpcServer.h"

Syntax

void ConnectTo
(
    const FMessageAddress & Address
) const

Remarks

Sends a FPortalRpcServer response to the specified address, effectively allowing the two services to now communicate with each other directly.