A chain of physics constraints that includes a physics constraint that is set to Limited does not work correctly. When collision occurs, the attached actors start moving erratically. Regression?: N ...
When unchecking the Occlusion culling option in the project settings, if you place over 1.5k foliage meshes in the world, they stop rendering, the meshes are still present in the level and can be se ...
The creation wizard is not correctly adding the #include path in the CPP file. To fix the issue to get the project to compile you have to add the path in the .CPP file within Visual Studio. In this ...
From UDN: [Link Removed] Proposed fix: int32 FHLSLMaterialTranslator::TextureParameter(FName ParameterName, UTexture* InDefaultValue, int32& TextureReferenceIndex, EMaterialSamplerType SamplerType ...
Class "FBlueprintEditor" has several inline getter methods as part of its public API (e.g. GetPreviewActor() and GetPreviewScene()). However, even though they are public, those methods are inaccessi ...
A Client connected to a Server that then destroys the session and rejoins will be disconnected after a short time. Unable to reproduce in a new project, however this has been reported multiple times ...
Using tessellation on Landscapes causes a greater impact in performance than what is expected. In the screenshots provided there is a comparison between tessellation disabled and flat tessellation ...
This is a common crash in the 4.16 release. The callstack is similar to [Link Removed], but that was fixed in 4.16.2 while this crash still occurs. Users have not provided any additional informati ...
I've reproduced this crash in 4.16, 4.17, 4.18, 4.19, and Main. Per licensee: The editor crashes if distance field ambient occlusion is enabled and a viewport is resized to have zero height. Th ...
AI nav walking doesn't allow clients to set a "Base" for the character (SetBase from UpdateFloorFromAdjustment), so there is no floor result on frames where there is a net update. This causes simula ...