UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IPortalRpcServer Class Referenceabstract

#include <IPortalRpcServer.h>

+ Inheritance diagram for IPortalRpcServer:

Public Member Functions

virtual void ConnectTo (const FMessageAddress &Address) const =0
 
virtual IMessageRpcServerGetMessageServer ()=0
 
virtual ~IPortalRpcServer ()
 

Detailed Description

Interface for Portal RPC server

Constructor & Destructor Documentation

◆ ~IPortalRpcServer()

virtual IPortalRpcServer::~IPortalRpcServer ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ ConnectTo()

virtual void IPortalRpcServer::ConnectTo ( const FMessageAddress Address) const
pure virtual

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

Implemented in FPortalRpcServerImpl.

◆ GetMessageServer()

virtual IMessageRpcServer * IPortalRpcServer::GetMessageServer ( )
pure virtual

Implemented in FPortalRpcServerImpl.


The documentation for this class was generated from the following file: