FMessageRpcServer::SendResult

Send a result message to the RPC client that made the RPC call.

Windows
MacOS
Linux

References

Module

MessagingRpc

Header

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

Include

#include "MessageRpcServer.h"

Source

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

Syntax

void SendResult
(
    const FGuid & CallId,
    const FReturnInfo & ReturnInfo
)

Remarks

Send a result message to the RPC client that made the RPC call.

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