Navigation
API > API/Runtime > API/Runtime/PortalRpc
Interface for Portal RPC responders.
| Name | IPortalRpcResponder |
| Type | class |
| Header File | /Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcResponder.h |
| Include Path | #include "IPortalRpcResponder.h" |
Syntax
class IPortalRpcResponder
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPortalRpcResponder() |
Virtual destructor. | IPortalRpcResponder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnPortalRpcLookup & OnLookup() |
Get a delegate that is executed when a look-up for an RPC server occurs. | IPortalRpcResponder.h |