Mostly Harmless

Legacy:Keypoint (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 19:12, 2 February 2006 by SuperApe (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT :: Actor (UT) >> Keypoint (Package: Engine)

Keypoint is an abstract class. It is the parent of all classes that cause something to happen or have some effect at a particular point in the world.

Properties[edit]

None (beyond those inherited from Actor (UT), of course).

Keypoints have Advanced -> bStatic = true by default, which makes it impossible to move them by any means during the game, for instance by attaching them to a Mover (UT) (moving them in UnrealEd works fine, of course).

Roughly, Keypoint child classes are blocking actors, sounds, interpolation path points, and special actors that are only useful in single-player maps.

Known subclasses[edit]