LogoLogo
Zero Density PortalZero Density Academy
Reality 5.4
Reality 5.4
  • Reality 5.4
    • What's New
    • From Reality 5.3 SP3 to Reality 5.4
    • User Guide
      • What is Reality Editor?
      • What is Reality Engine?
      • What is Reality Hub?
        • System Overview
      • What is Lino?
      • Reality Workflow
      • Launcher
        • Launcher Interface
        • Engine Status Colors
        • Engine Display Window
        • New Launch Configuration
      • Nodegraph/Actions
        • Nodegraph
          • Node Structure
          • Node Details Panel
            • Property
            • Function
            • Function Property
            • Advanced Property
            • Node Details Info Display
            • Node Property Toolset
            • Property Watch Panel
          • Nodegraph Context Menus
            • Node Context Menu
            • Node Property Context Menu
            • Timeline Property Context Menu
            • Pin Context Menu
          • Nodegraph Menu
            • Graphs
          • Portal Pin
          • Sink Pin
          • Reroute
          • Experimental Node Category
          • Node Comment
          • Asset Browser
          • Advanced Preview Monitor
          • Operating Nodegraph
            • Navigating Inside Nodegraph
            • Creating Node
            • Node Connections
            • Incrementing and Changing Numerical Fields
            • Multiple Node Operations
            • GamePad
            • Node Info Display
            • Simplifying Node Network
            • Dynamic Nodes
              • Dynamic Node Operations
          • Node Library
            • Swizzle Node
            • Read Video Node
        • Actions
          • Action Timeline Interface
          • Keyframe Types
          • Interpolations
          • Operating Actions
            • Navigating Inside Actions Module
            • Animating Property
            • Triggering Multiple Actions via Single Button
            • Utilizing Initial Keyframe
            • Duplicating Keyframes
            • Reversing Animation
          • Animation Workflow Tips
        • Form Builder
          • Form Builder Interface
          • Form Builder Components
          • Customizing Component Appearance
          • Operating Form Builder
          • Data Integration
        • Gang Mode
          • Activating Gang Mode
          • Operating Gang Mode
      • Playout
        • Operating Playout
      • Newsroom
      • Cook Manager
      • User Management
        • Advanced User Management
          • User Management UI
          • Role of the Admin and Administrators
          • Example Configuration
            • Creating Administrator Account
            • Creating User Groups
            • Creating Policies
            • Creating New Users
            • Assigning Users to Groups
            • Defining User Groups Policy
          • License Reservation
        • Basic User Management
      • Hardware Monitor
        • Configuration
        • Filter
          • Metrics
          • Engines
        • Specs
        • Metric Display
        • Plot
      • Controlling Lino
        • Preperations
        • Enabling Plugins
        • Modifying Editor and Project Settings
        • Utilizing Default Motion Design Level
        • Exposing Outliner Assets to RCP
        • Creating Property Animation
        • Creating Motion Design Rundown
          • Adding Template
          • Creating Pages
        • Broadcast Settings
          • Signalling URL for Server Configurations
        • Defining Preview Channel
        • Configuring Reality Hub for Lino
        • Lino Module User Interface
        • Advanced Preview Monitor for Lino
      • Controlling Unreal Engine Vanilla 5.4.1
        • Introduction
        • Supported Versions
        • Available Features
        • UState
          • UState User Interface
          • APM for Unreal Engine 5.4
        • Configuration
          • Unreal Engine 5.4.1 Configuration
          • Configuring Reality Hub for Unreal Engine 5.4.1
        • Example Pipeline
          • Preparation
          • Exposing Actor Functions
          • Exposing Actor Parameters
          • Grouping Exposed Items
          • Creating Logic
          • Viewport Navigation
          • Unreal Project inside RealityHub
          • Utilizing Media Framework Tools
          • Operating
    • Installations
      • System Requirements
      • Reality Software Component Versions
      • Downloading Distributions
      • Reality Distribution Content
      • Installations
        • Installing Reality 5.4
        • Installing Reality Hub
          • Upgrading and Downgrading
          • Database Backup and Restore
          • Database Recovery
          • Recap
      • Licensing Reality
        • Licensing Reality 5.4
          • Reality License Backup and Restore
        • Licensing Reality Hub
    • Configurations
      • Configuring Peripheral Devices
        • NVidia Configuration
        • AJA Configuration
      • Configuring Reality Hub
        • General Configuration
        • Reality Loader
          • RealityEngine AMPERE Led Display
        • Engine Module Configuration
          • Adding Host
          • Adding Groups
          • Channel Assignments
          • General Engine Configuration
        • Project Configuration
        • Project Scanning
        • Cache Management
        • SSL Configuration
        • Proxy Configuration
    • Integrations
      • Octopus Integration
        • Reality Hub MOS Configuration for Octopus
        • Octopus Configuration
        • Utilizing ZD MOS Plugin
      • iNEWS Integration
        • Reality Hub MOS Configuration for iNEWS
        • iNEWS Configuration
      • CII Module Configuration
    • Tutorials
      • Reality Actor Spawning
      • Using Plugins
      • Tracked Billboard
      • Green Screen Virtual Studio
      • Shadow and Ambient Occlusion in Augmented Reality
      • Curved LED Pipeline with Curve XR Node
        • Features
        • Preparation
        • Curve XR Node Details
        • Example Pipeline
      • Color Grading with 3D LUT Files
      • Utilizing Custom Cyclorama Mesh
      • Using Volumetric Cube Mask
      • Texture Input Workflow
        • Creating Dynamic Material
        • Creating Virtual Screen Blueprint Actor
        • Adding Variables
        • Creating Event Graph
        • Creating Construction Script
        • Exposing Texture Input Pin in Reality Hub Nodegraph
    • Reality Hub Developers Guide
      • Reality Hub Open-Source SDK
      • REST API
    • FAQ
      • Understanding Reality Hub UI Warnings
      • Frequently Asked Questions
      • Glossary
      • How to Read this Documentation
Powered by GitBook
On this page
  1. Reality 5.4
  2. User Guide
  3. Nodegraph/Actions
  4. Gang Mode

Operating Gang Mode

This page was written for a previous version of Reality and has not been updated for the current Reality 5.3 release.

PreviousActivating Gang ModeNextPlayout

The following example contains three different Engines, as shown in the image above. All three Engines have the following setup in common:

  • Engines are launched with the same Unreal Project (*.uproject)

  • Engines are running in Configuration Mode

  • Engines have no RGraph

Create the node tree as shown on the image above by following connections:

  • EngineControl node’s Display input pin to Mixer_0 node’s Program output pin

  • Mixer_0 node’s Channel1 input pin to Camera_0 node’s Output pin

  • Camera_0 node’s Track input pin to UserTrack_0 node’s Track pin

The node tree is ready.

Now:

  • Select the node tree except for the EngineControl by clicking and holding your left mouse button and dragging over the UserTrack_0, Camera_0, and Mixer_0 nodes

  • Copy the node tree you selected by pressing CTRL + C on your keyboard

  • Go to the Engine Toolbar, choose Engine02

  • Paste the node tree you copied earlier into Engine02’s Nodegraph by clicking CTRL + V on your keyboard

  • Connect the Mixer_0 node’s Program output pin to Display input of the EngineControl node inside the Engine02

  • Go to the Engine Toolbar, select Engine03

  • Paste the node tree you copied earlier into Engine03’s Nodegraph by clicking CTRL + V on your keyboard

  • Connect the Mixer_0 node’s Program output pin to Display input of the EngineControl node inside the Engine03

Please remember that Gang Mode is a Nodegraph operation requiring identical Node types with the same name.

All three Engines have the same RGraph construction, as shown in the image above.

Now:

  • Select the UserTrack_0 node located inside the Engine01

  • Go to Input properties of the UserTrack_0

  • Change the User Transform X value from -500 to -400

Since all three Engines are included in the Gang Mode, the change you made in the User Transform X value is reflected in the Nodegraph of the Engine01 and the Engine03, as shown in the image above.

Activate the Gang Mode you learned in the

earlier section
Engine Display Toolbar
Example Node Tree
Multiple Engines for Gang Mode