Skip to content

OpenCueForUnreal/OpenCueForMRQ_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCueForMRQ_Demo

English Simplified Chinese

UE5 demo project for validating OpenCue + MRQ integration with the OpenCueForUnreal plugin.

Documentation Entry

Use the plugin docs as the primary source of truth:

  • English: ./Plugins/OpenCueForUnreal/README.md
  • Simplified Chinese: ./Plugins/OpenCueForUnreal/README_CN.md

This demo README focuses on clone, setup entry, and verification path.

Clone

git clone --recursive https://github.com/OpenCueForUnreal/OpenCueForMRQ_Demo.git

If already cloned without submodules:

git submodule update --init --recursive

Quick Start (One-shot Mainline)

  1. Start OpenCue core/services from opencue-ue-services:
    • run_cuebot.bat
    • run_rqd.bat
    • run_cuegui.bat
  2. Open OpenCueForMRQ_Demo.uproject in Unreal Engine 5.4+.
  3. Verify plugin is enabled: Plugins/OpenCueForUnreal.
  4. Configure OpenCue project settings:
    • Cuebot Host
    • Cuebot Port
    • Show Name
    • submitter settings (Python Path / Submitter Path)
  5. In MRQ, submit from OpenCue panel.
  6. Check execution state in CueGUI.

Demo Contents

  • UE demo project assets for MRQ submission testing.
  • Plugin submodule at Plugins/OpenCueForUnreal.
  • Runtime outputs under Saved/ during submissions:
    • Saved/OpenCueRenderPlans/
    • Saved/OpenCueSubmitSpecs/

Requirements

  • Unreal Engine 5.4+
  • Movie Render Pipeline plugin enabled
  • Running OpenCue backend (cuebot, rqd, DB, cuegui)
  • opencue-ue-services available on worker/developer machines

Related Repositories

About

Sample Unreal Engine project for OpenCueForUnreal plugin and opencue-ue-services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors