Navigation
API > API/Runtime > API/Runtime/MessagingRpc
Message for notifying RPC clients that a call was not handled by the server.
| Name | FMessageRpcUnhandled |
| Type | struct |
| Header File | /Engine/Source/Runtime/MessagingRpc/Public/MessageRpcMessages.h |
| Include Path | #include "MessageRpcMessages.h" |
Syntax
USTRUCT ()
struct FMessageRpcUnhandled
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | MessageRpcMessages.h | ||
FMessageRpcUnhandled
(
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 |
|