UE 5.8 Cine Assembly - Bindings missing sections in right click menu.

Summary

In a newly created cine assmbly, the “binding properties”, “assign actor”, “convert binding” options are not visible in the right click menu. This happens for all bindings.

The import/export section is also not visible.

What Type of Bug are you experiencing?

Virtual Production

Steps to Reproduce

Enable CAT plugin
Create new Cine Assembly (any schema)
Add a binding.
Right click

Expected Result

“binding properties”, “assign actor”, “convert binding” and The import/export section. should be visible, like in normal level sequence.

Observed Result

“binding properties”, “assign actor”, “convert binding” and The import/export section is not visible.

Affects Versions

5.8

Platform(s)

Windows

Upload an image

Made Claude check the github commit history to see what changed between 5.7 and 5.8, in case it helps.

It looks like this commit is at least closely related to the issue:

f2c041dd7 — “ShotManagement: Fix crash when pasting an unsupported track type into the schema template sequence.”

https://github.com/EpicGames/UnrealEngine/commit/f2c041ddb77c8a4c127a79ca783e11bc8a842110

It’s in CineAssemblyToolsEditorModule.cpp, and adds a new piece of setup code that’s specifically meant to handle pasting in Schema Template windows. But it seems to register itself in a way that applies to all Cine Assemblies, and makes the code the extends the menu not fire.

Might be a place to start looking for a way to fix this at least.