Attempting to play in editor, standalone, or VR Preview when a behavior tree that is running is open will cause a significant performance decrease. The framerate drops from ~120 to ~80 fps while the ...
In ShooterGame, when a Listen Server fires its weapon, the burst effect will not be replicated reliably to the client(s). Adding logging to OnRep_BurstCounter in ShooterWeapon.cpp will show that t ...
Values that are larger than 180 for the Pawn Sensing component's Peripheral Vision Angle setting are being ignored. If they are higher than 180, the pawn will act as if it was set to 180. Found in ...
The licensee reports that this issue is caused by the following code not performing a Buffer update. .\Engine\Source\Runtime\Renderer\Private\ShaderBaseClasses.cpp void FMeshMaterialShaderElementD ...
Files and directories with special characters %, @, * and # are not escaped when sent to the P4 Client API. For example, an '@' character is common in root workspace folders when using concurrent bu ...
When forward rendering is enabled along with Mesh Distance Fields if you go to visualize Distance Field AO in the main viewport the editor will crash. This only affects the Forward Render and works ...
The Debug Focus Plane in the CineCameraActor does not appropriately respond to mouse input and position when the Manual Focus Distance is set using the eye-dropper. Tested in 4.21.2 (CL - 4753647), ...
Crash repros in 4.19.2 and Main CL 4088075. Triggering the crash can be inconsistent- you may have to assign the material instance to a mesh, force shaders to recompile, save, and continue toggling ...
In earlier versions of the Engine (reported from 4.2), in a Blueprint Function Library, from the New Function Node you could right click on "new parameter" to promote to variable. Also you could dra ...
The editor crashes if you implement two blueprint interfaces in an actor blueprint, and then an actor component blueprint. These interfaces must have at least one function that returns a value. The ...