IMessageRpcServer::RegisterHandler

Register an RPC request handler.

Windows
MacOS
Linux

References

Module

MessagingRpc

Header

/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcServer.h

Include

#include "IMessageRpcServer.h"

Syntax

template<typename RpcType, typename HandlerType>
void RegisterHandler
(
    HandlerType * Handler,
    typename THandler< RpcType, HandlerType >::FuncType Func
)

Remarks

Register an RPC request handler.

Parameters

Parameter

Description

Handler

The object that will handle the requests.

HandlerFunc

The object's request handling function.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss