Navigation
Unreal Engine C++ API Reference > 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. |