Navigation
Unreal Engine C++ API Reference > Runtime > MessagingRpc > IMessageRpcClient
References
Module | MessagingRpc |
Header | /Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcClient.h |
Include | #include "IMessageRpcClient.h" |
void AddCall
&40;
const TSharedRef< IMessageRpcCall > & Call
&41;
Remarks
Add an RPC request.
Parameters
Name | Description |
---|---|
Request | The call to add. |