Unreal Kismet (nonfiction)

From Gnomon Chronicles
Revision as of 11:07, 16 June 2019 by Admin (talk | contribs) (Created page with "'''Kismet''' is a scripting engine for the Unreal game engine. == Examples == === Toggle materials === Use the Set Material actions in Kismet to set the material of a surfa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Kismet is a scripting engine for the Unreal game engine.

Examples

Toggle materials

Use the Set Material actions in Kismet to set the material of a surface.

This only changes the Material on a mesh: it does not the light cast in the scene. Use PointLightToggleable to provide light that toggles.

In the News

Fiction cross-reference

Nonfiction cross-reference

External links