Navigation
Unreal Engine C++ API Reference > Runtime > MessagingRpc
References
Module | MessagingRpc |
Header | /Engine/Source/Runtime/MessagingRpc/Public/MessageRpcMessages.h |
Include | #include "MessageRpcMessages.h" |
Syntax
struct FMessageRpcUnhandled
Remarks
Message for notifying RPC clients that a call was not handled by the server.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FGuid | CallId | Correlation identifier for the RPC call that this message refers to. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor. | ||
![]() |
FMessageRpcUnhandled
(
const FGuid& InCallId |
Creates and initializes a new instance. |