Navigation
API > API/Runtime > API/Runtime/MessagingRpc
Message for updating the progress of an RPC call.
| Name | FMessageRpcProgress |
| Type | struct |
| Header File | /Engine/Source/Runtime/MessagingRpc/Public/MessageRpcMessages.h |
| Include Path | #include "MessageRpcMessages.h" |
Syntax
USTRUCT ()
struct FMessageRpcProgress
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | MessageRpcMessages.h | ||
FMessageRpcProgress
(
const FGuid& InCallId, |
Creates and initializes a new instance. | MessageRpcMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CallId | FGuid | Correlation identifier for the RPC call that this message refers to. | MessageRpcMessages.h |
|
| Completion | float | Completion percentage (0.0 to 1.0). | MessageRpcMessages.h |
|
| StatusText | FString | Status text. | MessageRpcMessages.h |
|