Navigation
API > API/Runtime > API/Runtime/PortalRpc
References
| Module | PortalRpc |
| Header | /Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcLocator.h |
| Include | #include "IPortalRpcLocator.h" |
Syntax
class IPortalRpcLocator
Remarks
Interface for Portal RPC server locators.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMessageAddress & | Get the address of the located Portal RPC server. | ||
| FSimpleDelegate & | Get a delegate that is executed when an RPC server has been located. | ||
| FSimpleDelegate & | OnServerLost () |
Get a delegate that is executed when an RPC server has been located. |