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

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FVoxtaServiceGroupData() [1/2]

FVoxtaServiceGroupData::FVoxtaServiceGroupData ( VoxtaServiceType type,
FGuid defaultServiceEntryid,
const TArray< FVoxtaServiceEntryData > & serviceEntries )
inlineexplicit

Construct a new VoxtaServiceGroupData.

Parameters
typeThe type of the serviceGroup.
idThe identifier of the default serviceEntry to be used for this serviceGroup.
serviceEntriesThe array that contains all entries for the ServiceType of this group.

◆ FVoxtaServiceGroupData() [2/2]

FVoxtaServiceGroupData::FVoxtaServiceGroupData ( )
default

Default constructor.


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