FMessageRpcProgress

Message for updating the progress of an RPC call.

Windows
MacOS
Linux

References

Module

MessagingRpc

Header

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

Include

#include "MessageRpcMessages.h"

Syntax

struct FMessageRpcProgress

Remarks

Message for updating the progress of an RPC call.

Variables

Name Description

Public variable

FGuid

 

CallId

Correlation identifier for the RPC call that this message refers to.

Public variable

float

 

Completion

Completion percentage (0.0 to 1.0).

Public variable

FString

 

StatusText

Status text.

Constructors

Name Description

Public function

FMessageRpcProgress()

Default constructor.

Public function

FMessageRpcProgress

(
    const FGuid& InCallId,
    float InCompletion,
    const FText& InStatusText
)

Creates and initializes a new instance.

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