FMessageRpcUnhandled

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

Windows
MacOS
Linux

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

Name Description

Public variable

FGuid

 

CallId

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

Constructors

Name Description

Public function

FMessageRpcUnhandled()

Default constructor.

Public function

FMessageRpcUnhandled

(
    const FGuid& InCallId
)

Creates and initializes a new instance.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss