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 Character Component Class: UInworldCharacterComponent | Inherits from: UInworldSimpleCharacterComponent Full-featured Inworld character component with advanced AI capabilities. This component represents the complete implementation of an Inworld AI character, extending the simple character with advanced features like emotion tracking, relationship states, dynamic knowledge systems, goal management, and trigger support. Advanced Features:
  • Emotion state tracking and emotional responses
  • Relationship state management with dynamic character relationships
  • Knowledge base and knowledge filtering
  • Goal system with completion tracking
  • Intent recognition and processing
  • Trigger system for scripted interactions
This is the recommended component for complex AI characters requiring sophisticated behavioral AI, emotional intelligence, and advanced conversation capabilities.

Methods

Reference

IsInConversationGroup

Checks if this character is currently part of a conversation group. IsInConversationGroup Blueprint Node

Examples

bool IsInConversationGroup()

Returns

Type: bool Description: True if the character is in a conversation group, false otherwise