Navigation
API > API/Runtime > API/Runtime/MessagingRpc > API/Runtime/MessagingRpc/IMessageRpcClient
Inheritance Hierarchy
- IAsyncProgress
- IAsyncTask
- IMessageRpcCall
- IMessageRpcClient::FCall
References
| Module | MessagingRpc |
| Header | /Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcClient.h |
| Include | #include "IMessageRpcClient.h" |
Syntax
class FCall :
public IAsyncProgress,
public IAsyncTask,
public IMessageRpcCall
Remarks
Abstract base class for RPC calls.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Completion | ||
| FDateTime | LastUpdated | ||
| EAsyncTaskState | State | ||
| FText | StatusText | ||
| FDateTime | TimeCreated |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCall () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Cancel () |
||
| TOptional< float > | |||
| FDateTime | |||
| FText | |||
| EAsyncTaskState | GetTaskState () |
||
| FDateTime | |||
| FSimpleDelegate & | OnCancelled () |
||
| FSimpleDelegate & | |||
| void | UpdateProgress
(
float InCompletion, |