Navigation
Unreal Engine C++ API Reference > Runtime > MessagingRpc
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
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Virtual destructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Cancel () |
Cancel the computation of the return value. |
![]() ![]() |
FRpcMessage * | ||
![]() ![]() |
UScriptStruct * | Gets the type information for the corresponding RPC response message. | |
![]() ![]() |
bool | IsReady () |
Check whether the return value is ready. |