Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Legacy:Mover/ReturnGroup

From Unreal Wiki, The Unreal Engine Documentation Site
< Legacy:Mover
Revision as of 15:06, 6 March 2016 by SeriousBarbie (Talk | contribs) (Created page with "The return group this mover belongs to. All movers in a return group form a linked list of "followers" with each mover's <tt>Leader</tt> pointing to the...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The return group this mover belongs to. All movers in a return group form a linked list of "followers" with each mover's Leader pointing to the main mover that should be triggered, bumped, or otherwise activated. The leading mover will tell its Follower to open/close whenever it opens or closes itself. The follower in turn will do the same with its own follower, and so on. Make sure only one mover in a return group is flagged as the leader, otherwise you might experience weird stuff including "Infinite Script Recursion" crashes.