Navigation
Unreal Engine C++ API Reference > Runtime > MessagingRpc > IMessageRpcServer
References
Module | MessagingRpc |
Header | /Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcServer.h |
Include | #include "IMessageRpcServer.h" |
template<typename RpcType, typename HandlerType>
void RegisterHandler
&40;
HandlerType &42; Handler,
typename THandler< RpcType, HandlerType >::FuncType Func
&41;
Remarks
Register an RPC request handler.
Parameters
Name | Description |
---|---|
Handler | The object that will handle the requests. |
HandlerFunc | The object's request handling function. |