Skip to main content
Overview > Inworld Graph Runtime Data > Inworld Graph Runtime Data Voice Class: 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. Get Blueprint Node

Examples

const FInworldVoice& Get()

Returns

Type: const FInworldVoice& Description: Reference to the current voice configuration

Set

Sets the voice configuration for this runtime data. Set Blueprint Node

Examples

void Set(const FInworldVoice& InVoice)

Parameters

ParameterTypeDescription
InVoiceconst FInworldVoice&The new voice configuration to set