Integrations

Table of Content

Unreal Engine

Export your cues to Unreal Engine as a Python script

CuePoints exports your cues to Unreal Engine as a Python script that writes them onto a Level Sequence.

File > Export…, set up the cue types and tracks as described in Exporting to Consoles, and press Export to Unreal Python Script.

Files with the same name in the export folder are replaced. Export to an empty folder, or give the export its own folder, if you want to keep previous versions.

Before You Run It

Enable the Python plugin in Unreal, Edit > Plugins, search for Python, enable Python Editor Script Plugin, and restart the editor if it asks you to.

Running The Script

  1. In the Content Browser, select the Level Sequence the cues should go onto.

  2. Open the script-execution menu:

    • UE4: the File menu

    • UE5: the Tools menu

  3. Choose to execute a Python script, and pick the exported file.

The cues are added to the selected Level Sequence.

Select the Level Sequence first. The script works on whatever is selected in the Content Browser, so if nothing is selected there's nothing for it to write to.