When trying to edit custom primitive data on static meshes attached to a BP actor, an out of bounds access will occur. This does not occur when the static mesh is simply on a regular Actor (Same rep ...
Looking at the logs when it happened, the logs are spammed with the following: [2024.12.10-20.34.12:438][514]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8658 sta ...
Context: The Mutable plugin has a modifier node called Clip Mesh With Mesh that allows Static Mesh modifiers to be assigned as the clip mesh. Under certain circumstances, an assert can be triggered ...
A warning is needed before allowing users to uncheck update Navigation Automatically. A user has done so and then created a nav mesh that was 1,000,000 by 1,000,000 in size and they can no longer op ...
This is a regression that was introduced alongside a memory optimization for Animation Blueprint assets. Suggested workarounds:Disable "Async Loading Thread Enabled" ORDisable Blueprint nativizati ...
When a property is created in this way, a local variable with a Private flag is generated. Since such a variable is generally not desirable, it would be better to remove the Private flag upon pastin ...
This is a regression from 4.14.2 ...
Randomly selecting a character class from the GameMode constructor using ConstructorHelpers::FClassFinder can result in default or null character being set when the level is reloaded. It appears tha ...
When using a controller in HTML5, the project crashes within the browser. However, this does not occur on Google Chrome. FireFox/Nightly crashes on launch on as well as packaging and running the pro ...