It seems that the [Link Removed] UBT creates to ensure any child processes are terminated on close is somehow affecting the mspdbsrv process that cl is spawning and terminating it when cl is finishe ...
This is a regression. Tested in //UE5/Release-5.1 CL2390901 The crash occurred 3/5 times. Crash occurs while playing in editor with a State Tree using Bool Compare for a transition state to a child ...
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()) // ...
The editor crashes when attempting to revert the material on the cube back to default which is the World Grid Material. The cube is already set to WorldGridMaterial so I am not sure why the arrow ...
When cooking QAGame (QA-Blueprints map) an assert is triggered during the cook step. So far I have reproduced this for: Win64 and PS4. ...
I've been unable to reproduce this issue. Once only occurrence so far. I did some other things inside the level in between these steps like pressing play and copying, rotating, deleting objects in ...
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 ...