UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
ServerResponseConfiguration Struct Reference

ServerResponseConfiguration Read-only data struct containing the relevant data of the 'configuration' response from the VoxtaServer. More...

#include <ServerResponseConfiguration.h>

Inheritance diagram for ServerResponseConfiguration:
ServerResponseBase

Public Member Functions

 ServerResponseConfiguration (const TArray< FVoxtaServiceGroupData > &services)
 Construct a configuration response.
 
- Public Member Functions inherited from ServerResponseBase
virtual ~ServerResponseBase ()=default
 
 ServerResponseBase (ServerResponseType responseType)
 

Public Attributes

const TArray< FVoxtaServiceGroupDataSERVICES
 The map of all registered service-types (both enabled and disabled), each containing every serviceEntry of that type.
 
- Public Attributes inherited from ServerResponseBase
const ServerResponseType RESPONSE_TYPE
 The type of this server response.
 

Detailed Description

ServerResponseConfiguration Read-only data struct containing the relevant data of the 'configuration' response from the VoxtaServer.

Contains information about enabled Voxta services.

Constructor & Destructor Documentation

◆ ServerResponseConfiguration()

ServerResponseConfiguration::ServerResponseConfiguration ( const TArray< FVoxtaServiceGroupData > & services)
inlineexplicit

Construct a configuration response.

Parameters
servicesThe map of registered Voxta services (both enabled and disabled).

Member Data Documentation

◆ SERVICES

const TArray<FVoxtaServiceGroupData> ServerResponseConfiguration::SERVICES

The map of all registered service-types (both enabled and disabled), each containing every serviceEntry of that type.


The documentation for this struct was generated from the following file: