Navigation
API > API/Runtime > API/Runtime/MessagingRpc
Interface for RPC return values.
| Name | IMessageRpcReturn |
| Type | class |
| Header File | /Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcReturn.h |
| Include Path | #include "IMessageRpcReturn.h" |
Syntax
class IMessageRpcReturn
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMessageRpcReturn() |
Virtual destructor. | IMessageRpcReturn.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Cancel() |
Cancel the computation of the return value. | IMessageRpcReturn.h | |
FRpcMessage * CreateResponseMessage() |
IMessageRpcReturn.h | ||
UScriptStruct * GetResponseTypeInfo() |
Gets the type information for the corresponding RPC response message. | IMessageRpcReturn.h | |
bool IsReady() |
Check whether the return value is ready. | IMessageRpcReturn.h |