I don't need to test my programs. I have an error-correcting modem.

Difference between revisions of "Legacy:Kismet"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
 
(Disadvantages)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Kismet is the Visual Coding Software included in Unreal Editor 4. It greatly enchances in-editor coding that was available in previous Unreal Editors.
+
{{legacy page|new=[[Kismet]]}}
 +
 
 +
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==
 
==Basic Concept==
  
The basic concept is similar to previous UEd's Scripted Triggers but hugely more complicated and you dont need huge numbers of actors to follow multiple sequences of code!
+
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.
 
The visual aspect has a flowchart style where individual components can be linked together in various ways.
  
==Componenets==
+
==Components==
  
 
===Main Components and Types===
 
===Main Components and Types===
  
===Colour Coding===
+
===Color Coding===
  
 
==Features==
 
==Features==
Line 18: Line 20:
  
 
===Disadvantages===
 
===Disadvantages===
 +
 +
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.

Latest revision as of 23:48, 10 April 2010

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.