You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wonder if this is a missing feature or maybe I am missing something, but I've been trying to get the editor subsystem by using the EditorEngine class and calling the method GetEngineSubystem to pass the MoviePipelineQueueSubsystem object.
I've tried to use it directly EditorEngine().GetEngineSubystem(MoviePipelineQueueSubsystem) and by using something like EditorEngine().call_function("GetEngineSubystem", MoviePipelineQueueSubsystem) without success, it says the function can't be found.
Any help around this would be appreciated.
The text was updated successfully, but these errors were encountered:
Hi, I wonder if this is a missing feature or maybe I am missing something, but I've been trying to get the editor subsystem by using the EditorEngine class and calling the method GetEngineSubystem to pass the MoviePipelineQueueSubsystem object.
I've tried to use it directly EditorEngine().GetEngineSubystem(MoviePipelineQueueSubsystem) and by using something like EditorEngine().call_function("GetEngineSubystem", MoviePipelineQueueSubsystem) without success, it says the function can't be found.
Any help around this would be appreciated.
The text was updated successfully, but these errors were encountered: