Template keys
Populate the Narrative Template Keys map on a chatbot component so section objectives reference live gameplay values through placeholder substitution.
How substitution works
Guide {PlayerName} through the {QuestName} safety inspection.Key
Value
Guide Rivera through the electrical safety inspection.Set template keys in the Details panel
Set template keys at runtime in Blueprint
// Blueprint pseudocode — assign via Set node on the NarrativeTemplateKeys property
NarrativeTemplateKeys["PlayerName"] = "Rivera"
NarrativeTemplateKeys["QuestStatus"] = "completed"When keys are applied
Verify template keys
Next steps
Narrative triggersNarrative design Blueprint referenceNarrative design usage examplesTroubleshoot narrative designLast updated
Was this helpful?