Navigation
API > API/Runtime > API/Runtime/PortalRpc
References
| Module | PortalRpc |
| Header | /Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcServer.h |
| Include | #include "IPortalRpcServer.h" |
Syntax
class IPortalRpcServer
Remarks
Interface for Portal RPC server
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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. | |
| IMessageRpcServer * |