Hello
I have a piece of python code that is calling the function “locate_bound_object()” that make my engine crash since I’ve upgraded to unreal 5.4.
I’ve looked through the python API and the function seems to be relevant and not deprecated. The object calling it is an “unreal.LevelSequence” which is a child of “unreal.MovieSceneSequence” that can use that function.
I tried to reproduce the result in blueprint. I’ve created an Asset Action Utility and called the blueprint function in it and it still crash. I did what was suggested in this page:
I tried to create a new level and a new scene with only one actor bound in the sequencer and it still crash.
I’ve also tried to call any other function of the library in python and those function return the result I was expecting.
I don’t know if something changed or if there is currently a known issue about that problem, but if anyone have a clue of what is happening, I would gladly take an advice on this one.
Thanks a lot