Navigation
API > API/Runtime > API/Runtime/MessagingRpc > API/Runtime/MessagingRpc/FMessageRpcServer
| Name | FReturnInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/MessagingRpc/Public/MessageRpcServer.h |
| Include Path | #include "MessageRpcServer.h" |
Syntax
struct FReturnInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClientAddress | FMessageAddress | MessageRpcServer.h | ||
| LastProgressSent | FDateTime | MessageRpcServer.h | ||
| Progress | TSharedPtr< IAsyncProgress > | MessageRpcServer.h | ||
| Return | TSharedPtr< IMessageRpcReturn > | MessageRpcServer.h | ||
| Task | TSharedPtr< IAsyncTask > | MessageRpcServer.h |