IMessageRpcCall::UpdateProgress

Update the current progress.

Windows
MacOS
Linux

References

Module

MessagingRpc

Header

/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcCall.h

Include

#include "IMessageRpcCall.h"

Syntax

void UpdateProgress
(
    float InCompletion,
    const FText & InStatusText
)

Remarks

Update the current progress.

Parameters

Parameter

Description

InCompletion

The new completion percentage.

InStatusText

The new status text.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss