IMessageRpcReturn

Interface for RPC return values.

Windows
MacOS
Linux

Inheritance Hierarchy

IMessageRpcReturn

IMessageRpcServer::TReturn

References

Module

MessagingRpc

Header

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

Include

#include "IMessageRpcReturn.h"

Syntax

class IMessageRpcReturn

Remarks

Interface for RPC return values.

Destructors

Name Description

Public function Virtual

~IMessageRpcReturn()

Virtual destructor.

Functions

Name Description

Public function

void

 

Cancel()

Cancel the computation of the return value.

Public function Const

FRpcMessage ...

 

CreateResponseMessage()

Public function Const

UScriptStruc...

 

GetResponseTypeInfo()

Gets the type information for the corresponding RPC response message.

Public function Const

bool

 

IsReady()

Check whether the return value is ready.

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