UInworldGraphRuntimeData_Voice | Inherits from: UInworldGraphRuntimeData
Runtime data class for managing voice configuration in Inworld graphs. This class stores and manages voice properties used for text-to-speech operations within Inworld graphs. It provides simple get/set functionality for voice configuration including voice ID and language settings.
Methods
Reference
Get
Retrieves the current voice configuration.
Examples
Returns
Type:const FInworldVoice&
Description: Reference to the current voice configuration
Set
Sets the voice configuration for this runtime data.
Examples
Parameters
| Parameter | Type | Description | 
|---|---|---|
| InVoice | const FInworldVoice& | The new voice configuration to set |