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