Windowed fullscreen doesn't respect vsync settings

UE - Rendering Architecture - RHI - Oct 31, 2019

When running in windowed fullscreen mode in a standalone build r.vsync 0 is not respected and the game always runs at a locked 60fps. When the game doesn't have focus, for instance when you press Wi ...

FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output TCHAR parameter

UE - Foundation - Core - Oct 30, 2019

FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output the message passed to it.  Found in 4.23 CL#9631420 Reproduced in 4.22.3 CL#7053642, 4.24.0 CL#9892386, 4.25 Main CL#9892271 ...

Importing EDLs into Sequencer with the same shot more than once will stack them on top of each other.

UE - Anim - Sequencer - Oct 30, 2019

Importing EDLs that reference the same shot more than once will not work correctly.  ...

BeginPlay not called for Post-Process Anim Instance

OLD - Anim - Oct 29, 2019

Post-Process Anim Instances do not have BeginPlay called. The proposed fix is to addif (PostProcessAnimInstance) { PostProcessAnimInstance->NativeBeginPlay(); PostProcessAnimInstance->Blu ...

Crash on applying animation modifier for some assets

OLD - Anim - Oct 29, 2019

When removing curves on some assets, a crash can occur. This seems to be due to const FSmartNameMapping* CurveMapping being null and dereferenced within UAnimationBlueprintLibrary::RetrieveContainer ...

Imported TTF fonts rendering unknown glyphs for common characters

Tools - Oct 28, 2019

Imported TTF fonts rendering unknown glyph for previously-working characters such as ' or ! or , or ?. In 4.21 the font was working as expected. User states that custom fonts should be forward-compa ...

Crash when building lighting with a Basic shape in the level

UE - Graphics Features - Lumen - Oct 25, 2019

Crash occurs when building the lighting with any Basic shape in the level. This crash occurs with Niagara plugin both enabled and disabled. This issue does not occur in 4.23 Issue only occurs on M ...

Vertex Snapping when moving StaticMesh Pivot has regressed

Tools - Oct 25, 2019

Related UDNs:https://answers.unrealengine.com/questions/597988/vertex-snapping-static-meshes-to-one-another.html (2017) [Link Removed] (2015) ...

Crash in a packaged project when loading into a level after a nativized Anim BP grabs a PoseSnapshot using a FName

OLD - Anim - Oct 25, 2019

In packaged projects will crash when an animation blueprint that is nativized loads into a new level. The anim blueprint needs to use the PoseSnapshot node with a FName variable passed before loadin ...

D3D12RHI keeps increasing uniform buffer memory with "stat RHI"

UE - Rendering Architecture - RHI - Oct 25, 2019

If any skeletal meshes are not displayed, it stops increasing. Allocation count of uniform buffer is stable. added on February 26 Followings are an additional information from licensee. FD3D12 ...