5#include "CoreMinimal.h"
16#pragma region public API
ServerResponseType
ServerResponseType Contains the possible response types that can be reported by the VoxtaApiReponseHa...
Definition ServerResponseType.h:16
ServerResponseBase(ServerResponseType responseType)
Definition ServerResponseBase.h:20
const TArray< FVoxtaServiceGroupData > SERVICES
The map of all registered service-types (both enabled and disabled), each containing every serviceEnt...
Definition ServerResponseConfiguration.h:32
ServerResponseConfiguration(const TArray< FVoxtaServiceGroupData > &services)
Construct a configuration response.
Definition ServerResponseConfiguration.h:23