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. ...
Repro Rate 3/3Note: Step 3 in the steps to reproduce can take 2+ hours. When trying to do a quicklaunch for Windows platform in step 11 of https://testrail.it.epicgames.com/index.php?/tests/view/1 ...
The CVar "r.Shaders.Optimize" cannot be set to false from DefaultEngine.ini in the section "[ShaderCompiler]" as its help text describes. Also tested on UE5-Main, CL: 34200103 ...
Building lighting via commandlet and via editor are giving different results. To prevent one method from polluting the other via Swarm cache, the cache needs to be cleared in between tests. ...
When renaming or duplicating a LevelVariantSets asset that contains a Director Blueprint, the internal DirectorClass reference becomes mismatched. Although the DirectorBlueprint pointer updates corr ...
When using precomputed visibility on device for occlusion culling the landscape does not take the cameras view into account for culling objects when out of view of the camera and inside a visibility ...
This is a common and longstanding crash that has affected more than 200 users since at least 4.15. This crashGroup was previously associated with [Link Removed], but that specific repro case has be ...
When Scaling in and out in the UMG blueprints with an image applied to an image widget that is set to border as it's "Draw as" selection the image does not scale correctly. EDIT: The UI should prev ...
VSCode finds intellisense errors in Project source files: cannot open source file "UBT_COMPILED_PLATFORM/UBT_COMPILED_PLATFORMPlatformCompilerPreSetup.h" Similar to [Link Removed], but that was onl ...
AWheeledVehiclePawn class tries to use CCD in the constructor, but Mesh->BodyInstance.bUseCCD = true this code does not work to activate CCD because Physics Assets could not be available at this ...