UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMessageRpcUnhandled Struct Reference

#include <MessageRpcMessages.h>

Public Member Functions

 FMessageRpcUnhandled ()
 
 FMessageRpcUnhandled (const FGuid &InCallId)
 

Public Attributes

FGuid CallId
 

Detailed Description

Message for notifying RPC clients that a call was not handled by the server.

Constructor & Destructor Documentation

◆ FMessageRpcUnhandled() [1/2]

FMessageRpcUnhandled::FMessageRpcUnhandled ( )
inline

Default constructor.

◆ FMessageRpcUnhandled() [2/2]

FMessageRpcUnhandled::FMessageRpcUnhandled ( const FGuid InCallId)
inline

Creates and initializes a new instance.

Member Data Documentation

◆ CallId

FGuid FMessageRpcUnhandled::CallId

Correlation identifier for the RPC call that this message refers to.


The documentation for this struct was generated from the following file: