This is a trending crash in 4.18.0. One case of this callstack occurred in 4.17.1, but then numerous have occurred in 4.18. Users have not provided any descriptions of their actions when the crash ...
In 4.18 and 4.19, it is no longer possible to build the ShaderCacheTool. REGRESSION: Yes. The ShaderCacheTool builds successfully in 4.17.2. It looks like the missing MergeShaderCacheFiles property ...
When attempting to load a Blueprint that contains a ActorSequence component from inside of a Gamemode's constructor, errors are given. The ActorSequence component is also removed from the Blueprint ...
When adding a new C++ class to a project via the editor's interface, Visual Studio is opened but it ends up opening more than is necessary. Firstly, Visual Studio is opened without focus on the two ...
Editor will crash if a foliage type has Enable Scaling Density checked and user changes Engine Scalability Setting for Foliage during Runtime. Alternatively, if Foliage Quality is changed using a B ...
After restarting the editor, any changes to the Gameplay Debugger settings will break debugging when used again. The user can work around this by changing the Gameplay Debugger settings again after ...
Crash occurs in the updated Physics Asset Editor if you LeftClick while moving a ragdolled asset during Simulation. This is a regression from 4.17.2 User Descriptionsin the new physics asset edit ...
This is an early crash coming out of 4.18 that appears to occur when launching projects onto Android devices. It also seems frequently related to ARCore. User DescriptionsSo this is the example pr ...
Any game module containing subclass of USoundWaveProcedural will hang after hot reload completes. QAGame defines UQASynthGenerator, which inherits USoundWaveProcedural. ...
AudioComponent generated by SpawnSoundAtLocation is can't destroy with DestroyComponent. When AudioComponent is generated, "AudioComponent-> bAllowAnyoneToDestroyMe" must be "True". ...