Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Server
Inheritance Hierarchy
- FJsonSerializable
- FGetServerInfoResponse
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Server/ServerMessages.h |
| Include | #include "Server/ServerMessages.h" |
Syntax
struct FGetServerInfoResponse : public FJsonSerializable
Remarks
Server Info
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AgentVersion | The current agent version string | |
| FString | OsDescription | The operating system server is hosted on | |
| FString | ServerVersion | Server version info |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FJsonSerializable
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FJsonSerializerBase& Serializer, |
Abstract method that needs to be supplied using the macros |