FVoxtaServiceGroupData Data struct representing a group of services for one specific service (e.g., TextGen, TTS, STT). More...
#include <VoxtaServiceGroupData.h>
Public Member Functions | |
FVoxtaServiceGroupData (VoxtaServiceType type, FGuid defaultServiceEntryid, const TArray< FVoxtaServiceEntryData > &serviceEntries) | |
Construct a new VoxtaServiceGroupData. | |
FVoxtaServiceGroupData ()=default | |
Default constructor. | |
FVoxtaServiceGroupData Data struct representing a group of services for one specific service (e.g., TextGen, TTS, STT).
Contains global 'enabled' flag, along with the ID of the default service and a wrapper containing all registered services of this type.
|
inlineexplicit |
Construct a new VoxtaServiceGroupData.
type | The type of the serviceGroup. |
id | The identifier of the default serviceEntry to be used for this serviceGroup. |
serviceEntries | The array that contains all entries for the ServiceType of this group. |
|
default |
Default constructor.