Overview > Inworld Graph Runtime Data Character Profile Class:Documentation Index
Fetch the complete documentation index at: https://dev.docs.inworld.ai/llms.txt
Use this file to discover all available pages before exploring further.
UInworldGraphRuntimeData_CharacterProfile | Inherits from: UInworldGraphRuntimeData
Runtime data component for managing character personality and dialogue style. This runtime data component stores and provides access to a character’s profile, including personality traits, backstory, dialogue style, and behavioral characteristics. The profile data is used by LLM nodes to generate contextually appropriate and character-consistent responses during conversations.
Methods
Reference
Set
Updates the character profile with new data.
Examples
Parameters
| Parameter | Type | Description |
|---|---|---|
| InCharacterProperties | const FInworldCharacterProfile& | The new character profile data to store. |