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 CancelCall
&40;
const FGuid & CallId
&41;
Remarks
Cancel the specified RPC call.
Parameters
Name | Description |
---|---|
CallId | The unique identifier of the call to cancel. |