Skip to main content
Skip table of contents

Managing different level behaviour on different machines

With the introduction of the Machines panel we are embracing the “run the same level on machines with different roles” - workflow. But you might still want things to behave slightly differently on different machines. We do this under the hood for some options, based on the “Machine Groups”. We are also exposing a Blueprint for extending, allowing arbitrary actions to be performed in a level on a per-group basis, starting in Pixotope 23.4.0.

Quick rundown
1. Find the actor “SelectiveExecution” in the content browser under Engine/Content/PixotopeTools/SelectiveExecution.

  1. Create a child actor of the SelectiveExecution actor

  2. Open the child actor and override “Execute Logic for Group”.

  3. Create your own logic, look at the function in the base class for reference. Only the machines of the specified group will continue down that execution path.

  4. Add the actor to your level.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.