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.
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.