Dynamic context
Find guides for pushing live state and events to Convai characters through Blueprint nodes and verifying context-aware responses in your level.
Last updated
Was this helpful?
Find guides for pushing live state and events to Convai characters through Blueprint nodes and verifying context-aware responses in your level.
Dynamic context lets a Convai character know what is happening in your level right now — trainee health, current zone, equipment status, alarms, and narrative beats. You push updates from Blueprint through the Convai|DynamicContext node family on the Convai Chatbot component (UConvaiChatbotComponent).
Use dynamic context when a fact changes during gameplay and the character should be able to reference it in conversation. Use Set Context State for current conditions that can be replaced (for example, Health is 50). Use Add Context Event for one-time moments (for example, Alarm triggered in sector 4).
How dynamic context works — learn the state and event model.
Dynamic context quick start — push and verify your first update.
Static context at connection time — separate session-start facts from live updates.
Sync behavior and timing — tune flushing, queueing, and immediate sync behavior.
Reference, examples, and troubleshooting pages — use when you need exact node behavior, applied patterns, or a fix.
Last updated
Was this helpful?
Was this helpful?