Navigation
API > API/Runtime > API/Runtime/PortalRpc
Interface for Portal RPC server
| Name | IPortalRpcServer |
| Type | class |
| Header File | /Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcServer.h |
| Include Path | #include "IPortalRpcServer.h" |
Syntax
class IPortalRpcServer
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPortalRpcServer() |
Virtual destructor. | IPortalRpcServer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ConnectTo
(
const FMessageAddress& Address |
Sends a FPortalRpcServer response to the specified address, effectively allowing the two services to now communicate with each other directly. | IPortalRpcServer.h | |
IMessageRpcServer * GetMessageServer() |
IPortalRpcServer.h |