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

Legacy:Types Of Mover

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 03:40, 24 March 2007 by EntropicLqd (Talk) (reverted)

Jump to: navigation, search

This page is meant to give a brief summary of the different mover classes, and for what purposes they can be used. See the individual class spec pages for specific details and the Mover Topics page for all pages on movers.

needs info...

Mover

AssertMover

The comment in the script seems to say this does what a normal mover's TriggerControl state does, the only difference being that when UnTriggered it waits the wait time instead of returning immediately.

Beware when using this; the regular Mover -> move time isn't used.

AttachMover

Allows Attaching Actors to a mover

ElevatorMover

Go to a specific key using an ElevatorTrigger.

GradualMover

GradualMover allows diff times between keys

LoopMover

Loop mover loops between its different locations.Each time it is triggered it avances to the next key frame and when reaching the last one it jumps back to the first one.It is very useful for simulating agitated water (with a sheet mover using a water texture,at different heights) or any other continuous movement (trigger it constatntly with a timed trigger).

MixMover

RotatingMover

External Links

Related Topics

Discussion

SuperApe: Is this page talking about several UT Movers or the Mover class and it's InitialStates? If for UT200x, it should at least include ClientMover.

Xian: UT Movers.