FMessageRpcServer::OnNoHandler

Get a delegate that is executed when a received RPC message has no registered handler.

Windows
MacOS
Linux

Override Hierarchy

IMessageRpcServer::OnNoHandler()

FMessageRpcServer::OnNoHandler()

References

Module

MessagingRpc

Header

/Engine/Source/Runtime/MessagingRpc/Public/MessageRpcServer.h

Include

#include "MessageRpcServer.h"

Source

/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcServer.cpp

Syntax

virtual FOnMessageRpcNoHandler & OnNoHandler()

Remarks

Get a delegate that is executed when a received RPC message has no registered handler.

Returns

The delegate.

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