Navigation
API > API/Runtime > API/Runtime/MessagingRpc > API/Runtime/MessagingRpc/IMessageRpcCall
References
| Module | MessagingRpc |
| Header | /Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcCall.h |
| Include | #include "IMessageRpcCall.h" |
void UpdateProgress
&40;
float InCompletion,
const FText & InStatusText
&41;
Remarks
Update the current progress.
Parameters
| Name | Description |
|---|---|
| InCompletion | The new completion percentage. |
| InStatusText | The new status text. |