Memory leak when comparing scale value with 0 on transform. It appears that the memory used by the editor increases by 25-50 mbs while comparing the scale to 0. Regression (no) issue (does) occur ...
The size of packages for HTML5 has greatly increased since 4.10.4 to 4.11.2 and has since increased. Example: First person template, no starter content - size of whole HTML5 folder once packaged: 7 ...
GPUFree is sometimes called on allocations not made with GPUMalloc. Later this will cause GPURealloc to be called with invalid values and cause a crash. This can occur with vertex buffers. ...
Exterior Ambient Zone Settings are ignored by sounds played that are placed within the Audio Volume. As the documentation suggests, Ambient Zones define how Sound Actors located inside the associat ...
Landscape actors in a streaming level that has an offset applied and is hidden cause a crash when saving that level. The levels window refuses to save hidden levels, but other actions (inc. "Packag ...
FIndexedCurve::KeyHandlesToIndices is not replicated, and so seems to be permanently out of date. This isn't readily apparent when there are more keys than the default amount, but when removing keys ...
A crash is occurring when attempting to slice a procedural mesh that has the Create Other Half option enabled. Found in 4.13.0. Reproduced in Main CL 312 ...
The OnSmartLinkReached event is not firing in PIE. This is a regression. In 4.12.5 the event fires as expected. Found in 4.13.0 CL 3106830 Reproduced in 4.14 Main CL 3129233. ...
The Toggle Comment Bubble button for Reroute nodes does not revert the comment bubble to constant visibility if the bubble is set to only appear when the node is hovered over. This does not occur w ...
Struct members belonging to a UserWidget can be set from a parent widget, but they cannot be cleared. Upon compiling, the member will be set back to it's previous value. ...