TextRender components do not update when text is changed on compile. The blueprint must be saved, closed, and re-opened for the change to take effect. ...
The crash can be worked around by modifying FFoliageISMActor::Serialize as following code : void FFoliageISMActor::Serialize(FArchive& Ar) { #if WITH_EDITORONLY_DATA if (!Ar.IsCooking()) // ...
Macro Libraries can only be called by their original name, even after being renamed to something different. ...
Custom Blueprint nodes no longer appear in the event graph. This was working in 4.5.1, but no longer works in 4.6 and Main. Previously working: CL 2336109 No longer working: CL 2374938 CL 2375748 ...
Packaged QA Game crashes when opening "TM-MotionController" This issue did not occur in 4.13 This is also affecting KiteDemo. Cinematic will crash when Editor Content is not included in the packag ...
A user has reported an issue about scroll bars having a minimum size in UMG and Slate code, causing them to not scale correctly when the scroll box is at a smaller size. This affects both horizontal ...
Editor crashes when building a level containing landscape if Preview Rendering settings are set to Default High End Mobile. This is a regression. This is working on 4.16 3-3561208 This is not wor ...
The new function output booleans within blueprint class actors are not saving intended true/false entries. This issue is a regression. Works in: 4.16.3-3561208 Does not work in: 4.17.1-3586342 and ...