Navigation
Unreal Engine C++ API Reference > Runtime > MessagingRpc > IMessageRpcServer
Deprecated * Types names are now represented by path names. Please use OnNoHandlerWithPathName.
- IMessageRpcServer::OnNoHandler()
- FMessageRpcServer::OnNoHandler()
References
Module | MessagingRpc |
Header | /Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcServer.h |
Include | #include "IMessageRpcServer.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGSFOnMessageRpcNoHandler & OnNoHandler&40;&41;
Remarks
Get a delegate that is executed when a received RPC message has no registered handler. The delegate.