IMessageRpcClient

Interface for RPC clients.

Windows
MacOS
Linux

References

Module

MessagingRpc

Header

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

Include

#include "IMessageRpcClient.h"

Syntax

class IMessageRpcClient

Remarks

Interface for RPC clients.

Destructors

Name Description

Public function Virtual

~IMessageRpcClient()

Virtual destructor.

Functions

Name Description

Protected function

void

 

AddCall

(
    const TSharedRef< IMessageRpcCall >...
)

Add an RPC request.

Public function

TAsyncResult...

 

Call

(
    P... Params
)

Call a remote procedure.

Protected function

void

 

CancelCall

(
    const FGuid& CallId
)

Cancel the specified RPC call.

Public function

void

 

Connect

(
    const FMessageAddress& InServerAdd...
)

Connect this client to an RPC server.

Public function

void

 

Disconnect()

Disconnect this client from the RPC server.

Public function Const

bool

 

IsConnected()

Whether the MessageRpcClient is currently connected to an RPC server.

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