Navigation
API > API/Runtime > API/Runtime/MessagingRpc > API/Runtime/MessagingRpc/IMessageRpcServer
Template for RPC request handlers.
| Name | THandler |
| Type | class |
| Header File | /Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcServer.h |
| Include Path | #include "IMessageRpcServer.h" |
Syntax
template<typename RpcType, typename HandlerType>
class THandler : public IMessageRpcHandler
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
THandler
(
HandlerType* InHandler, |
IMessageRpcServer.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FuncType | TAsyncResult< typename RpcType::FResult >(HandlerType::*) | IMessageRpcServer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Func | FuncType | IMessageRpcServer.h | ||
| Handler | HandlerType * | IMessageRpcServer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< IMessageRpcReturn > HandleRequest
(
const TSharedRef< IMessageContext, ESPMode::ThreadSafe >& Context |
IMessageRpcServer.h |