A workaround might be to use the CDO of your plugin to reach out to the Editor settings and assign itself to the fields you want. This removes the users ability to choose between multiple options.
1. Create a new C++ project
2. Enable Movie Render Queue Plugin (and restart editor)
3. Create a new blank plugin
4. Create new C++ child class of "UMoviePipelineExecutorJob" and put it in the new plugin's runtime module
5. Add "MovieRenderPipelineCore" to the private dependencies in <NewPlugin>.Build.cs and add
""Plugins": [
{ "Name": "MovieRenderPipeline", "Enabled": true }]"
to the <NewPlugin>.uplugin file to remove any compile errors/warnings.
6. Start the editor, go to Project Files > Movie Render Pipeline, and assign the new "UMoviePipelineExecutorJob" created in step 3 to "Default Executor Job"
7. Close the editor and reopen the editor
8. Go back to Project Files > Movie Render Pipeline and you will see that "Default Executor Job" has lost its reference and is now "None"
Request a info about UE-127172 bug tracker
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
How to achieve HLSL Multiple Render Target in Material blueprints?
How can i modify the param name in EQS node
How does UMG set overlapping layouts?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-142419 in the post.
1 |
Component | UE - Anim - Sequencer |
---|---|
Affects Versions | 5.0 |
Target Fix | 5.1 |
Fix Commit | 19124135 |
---|---|
Main Commit | 19155515 |
Created | Feb 12, 2022 |
---|---|
Resolved | Feb 24, 2022 |
Updated | Mar 2, 2022 |