Overview > Inworld Character BFL 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.
UInworldCharacterBFL | Inherits from: UBlueprintFunctionLibrary
Blueprint Function Library for Inworld Character utility functions. This class provides Blueprint-accessible utility functions for working with Inworld character data structures, including break functions for complex data types like relations and emotions.
Methods
Reference
BreakInworldEmotion

Examples
Parameters
| Parameter | Type | Description |
|---|---|---|
| Emotion | const FInworldEmotion& | |
| Label | EInworldEmotionLabel& | |
| LabelString | FString& |
BreakInworldRelation

Examples
Parameters
| Parameter | Type | Description |
|---|---|---|
| Relation | const FInworldRelation& | |
| Trust | int32& | |
| Respect | int32& | |
| Familiar | int32& | |
| Flirtatious | int32& | |
| Attraction | int32& | |
| Label | EInworldRelationLabel& | |
| LabelString | FString& |