Skip to main content

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.

Overview > Inworld Graph Runtime Data Character Profile Class: 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. Set Blueprint Node

Examples

void Set(const FInworldCharacterProfile& InCharacterProperties)

Parameters

ParameterTypeDescription
InCharacterPropertiesconst FInworldCharacterProfile&The new character profile data to store.