| Home Page | Recent Changes

Compound Movers

Match these tags:

  • Master Brush :: Events → Tag
  • Slave Brush :: Events → Tag
        if( !bSlave )
        {
            foreach AllActors( class 'Mover', M, Tag )
            {
                if( M.bSlave )
                {
                    M.GotoState('');
                    M.SetBase( Self );
                }
            }
        }

Set:

  • Slave Brush :: Mover → bSlave = True

Note bad mojo on some mover types (eg GradualMover as master brush, care needed)

Related Topics

Mover Topics is the hub for all things mover


Category Mapping
Category To Do – merge this information into another page

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

FAQs

Help Desk

Mapping Topics

Mapping Lessons

UnrealEd Interface

UnrealScript Topics

UnrealScript Lessons

Making Mods

Class Tree

Modeling Topics

Chongqing Page

Log In