![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MessageRpcMessages.h>
Public Member Functions | |
| FMessageRpcProgress () | |
| FMessageRpcProgress (const FGuid &InCallId, float InCompletion, const FText &InStatusText) | |
Public Attributes | |
| float | Completion |
| FGuid | CallId |
| FString | StatusText |
Message for updating the progress of an RPC call.
|
inline |
Default constructor.
|
inline |
Creates and initializes a new instance.
| FGuid FMessageRpcProgress::CallId |
Correlation identifier for the RPC call that this message refers to.
| float FMessageRpcProgress::Completion |
Completion percentage (0.0 to 1.0).
| FString FMessageRpcProgress::StatusText |
Status text.