Dynamic Environment Info
Transmit real-time environmental data to characters without requiring a response. Supported from Plugin Version 3.5.1.
Last updated
Transmit real-time environmental data to characters without requiring a response. Supported from Plugin Version 3.5.1.
Last updated
Dynamic Environment Info is a powerful feature that allows users to pass additional environmental data to characters without direct interaction. This enables more immersive and creative gameplay scenarios by enhancing how characters perceive their surroundings.
For example:
The character can understand the time of day (e.g., "time of day is night").
The character can access inventory details (e.g., "You currently have a gun and a healing potion").
The feature supports structured data formats for richer information exchange.
Follow the steps below to integrate Dynamic Environment Info into your project.
Open the Character Blueprint in your project.
In the Begin Play event, locate the ConvaiChatbot
component.
Set the Dynamic Environment Info
variable with a string value of your choice.
Example 1 (Simple):
Example 2 (Structured Format):
Save and Play
Save your blueprint changes.
Hit Play to test the interaction.
Observe how the character dynamically responds based on the information passed.
By following these simple steps, you can unlock more engaging gameplay mechanics and enrich the interactions.