Navigation
API > API/Developer > API/Developer/Horde
Server Info
| Name | FGetServerInfoResponse |
| Type | struct |
| Header File | /Engine/Source/Developer/Horde/Public/Server/ServerMessages.h |
| Include Path | #include "Server/ServerMessages.h" |
Syntax
struct FGetServerInfoResponse : public FJsonSerializable
Inheritance Hierarchy
- FJsonSerializable → FGetServerInfoResponse
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGetServerInfoResponse() |
Server/ServerMessages.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGetServerInfoResponse() |
Server/ServerMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AgentVersion | FString | The current agent version string | Server/ServerMessages.h | |
| OsDescription | FString | The operating system server is hosted on | Server/ServerMessages.h | |
| ServerVersion | FString | Server version info | Server/ServerMessages.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FJsonSerializerBase& Serializer, |
Server/ServerMessages.h |