![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MessageRpcMessages.h>
Public Member Functions | |
| FMessageRpcUnhandled () | |
| FMessageRpcUnhandled (const FGuid &InCallId) | |
Public Attributes | |
| FGuid | CallId |
Message for notifying RPC clients that a call was not handled by the server.
|
inline |
Default constructor.
|
inline |
Creates and initializes a new instance.
| FGuid FMessageRpcUnhandled::CallId |
Correlation identifier for the RPC call that this message refers to.