I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Legacy:Kismet

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

Kismet is the Visual Coding Software included in Unreal Editor 4. It greatly enhances in-editor coding that was available in previous Unreal Editors.

Basic Concept[edit]

The basic concept is similar to previous UEd's Scripted Triggers but hugely more complicated and you do not need huge numbers of actors to follow multiple sequences of code!

The visual aspect has a flowchart style where individual components can be linked together in various ways.

Components[edit]

Main Components and Types[edit]

Color Coding[edit]

Features[edit]

Advantages[edit]

Disadvantages[edit]

When using the Kismet, you are unable to actually edit the code. You would have to save your work and then edit your code later in a text-based editor such as notepad.