Actor rollback state saved and restored by the replay system for placed actors in the level does not take into consideration per-instance replicated components, so they won't be recreated when the a ...
Renaming a Blueprint variable loses override in grandchild Blueprint. Modifying and saving the BP_Child fixes the issue with BP_Grandchild losing overrides. ...
SynthComponent does not execute OnStop() after calling Stop(). OnStop() will be called in PumpPendingMessages() via OnGeneratePCMAudio(). But after stopping the AudioComponent, the procedural Sound ...
Flickering is occuring when using a reflection material with screen space reflection enabled. Did not start occuring until 4.19 and beyond. Tested in: 4.23.1 CL#9631420, 4.24 P3 CL#10283392, 4 ...
crash log from lincesee: [2019.11.11-10.34.30:123][228]LogOutputDevice: Warning: Script Stack (0 frames): [2019.11.11-10.34.30:123][228]LogWindows: Windows GetLastError: 操作成功完成。 (0) [2019.11.11-1 ...
Sequences that end on a subframe will not evaluate past the last whole frame, preventing events from triggering that should. ...