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

Legacy:Keypoint

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 :: Actor >> Keypoint (Package: Engine)

Abstract parent class for invisible actors which mark important locations in a map. This class doesn't declare any new properties or methods.

Known Subclasses[edit]

Engine.Keypoint
 +- Engine.AIScript
 |   +- Gameplay.ScriptedSequence
 |       +- Gameplay.ScriptedTrigger
 |       +- UnrealGame.UnrealScriptedSequence
 |       +- Vehicles.BulldogTrigger
 +- Engine.AmbientSound
 +- Engine.ClipMarker
 +- Engine.DecorationList
 +- Engine.InterpolationPoint
 +- Engine.LookTarget
 +- Engine.PolyMarker
 +- Gameplay.SpectatorCam
 +- UT2k4Assault.InfoPod
 +- XGame.AttractCamera
 +- XWeapons.TransbeaconTeleporter

Related Topics[edit]