Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview > Inworld Graph Runtime Data Knowledge Filter Class: UInworldGraphRuntimeData_KnowledgeFilter | Inherits from: UInworldGraphRuntimeData Runtime data component for managing character knowledge filtering. This runtime data component stores and manages knowledge filter settings that constrain the amount and scope of knowledge available to a character during conversations. Knowledge filters can be used to limit responses based on character awareness, permissions, or narrative requirements.

Methods

Reference

GetKnowledgeFilter

Retrieves the current knowledge filter configuration. GetKnowledgeFilter Blueprint Node

Examples

const FInworldKnowledgeFilter& GetKnowledgeFilter()

Returns

Type: const FInworldKnowledgeFilter& Description: Const reference to the knowledge filter settings.

Set

Updates the knowledge filter configuration. Set Blueprint Node

Examples

void Set()