IMessageRpcClient::CancelCall

Cancel the specified RPC call.

Windows
MacOS
Linux

References

Module

MessagingRpc

Header

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

Include

#include "IMessageRpcClient.h"

Syntax

void CancelCall
(
    const FGuid & CallId
)

Remarks

Cancel the specified RPC call.

Parameters

Parameter

Description

CallId

The unique identifier of the call to cancel.

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