Navigation
Unreal Engine C++ API Reference > Runtime > MessagingRpc > IMessageRpcClient
References
Module | MessagingRpc |
Header | /Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcClient.h |
Include | #include "IMessageRpcClient.h" |
template<typename RpcType, typename... P>
TAsyncResult< typename RpcType::FResult > Call
&40;
P... Params
&41;
Remarks
Call a remote procedure.
Parameters
Name | Description |
---|---|
RpcType | The RPC type definition. |
P | The call parameter types. |
Params | The call parameter list. |