When "r.EarlyZPassOnlyMaskedMaterials" is enabled, masked materials used with particles will flicker when close to the camera. Found in 4.17 CL# 3658906, 4.18 CL# 3832480, 4.19 CL 4033788, 4.20 CL# ...
When the 'Show Friendly Variable Names' option is set to false in Editor preferences, attempting to create (once you press 'Enter' to accept the new Blueprint name) or open a Blueprint causes the ed ...
There is this new variable. bDisableExposure which is set true when Feature level isn't SM5. Exposure bias should be supported on other platforms too. PR: https://github.com/EpicGames/UnrealEngine/ ...
Actors can be copy-pasted from hidden layers, which carries with it bHiddenEdLayer state. "It looks like this could be prevented in UUnrealEdEngine::edactPasteSelected, by setting bHiddenEdLayer ...
In an Actor blueprint, creating a custom event with an input parameter and renaming said parameter to "NEWPARAM" will not rename the parameter. Note: Renaming the parameter to another name, and t ...
Sub-components with the same name are not displayed on the correct parents in the Blueprints editor. Upon creation of an Actor blueprint initially derived from a c++ base class (VRCharacter) which ...
Hot Reloading fails in 4.21 if a project code class that derives from a plugin code class is modified. The Editor appears to be looking for a corresponding Hot Reload .dll for the plugin, even thoug ...
Using Tab/Shift+Tab to navigates between all buttons on the player screen instead of the buttons that are constrained within an overlay Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.2 ...
Using a Blutility to modify an Actor in a Streaming Level doesn't make it dirty and prompt it to be saved. This was reproduced and tested in 4.19.2 (CL-4033788), 4.20.3 (CL-4369336), 4.21 (CL-44358 ...
Toggling the Debug Camera with the UCheatManager::ToggleDebugCamera() function in a PlayerController derived class causes a crash. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL ...