Material's RGB base color values are changed in Unlit mode when specular is greater than 0. User repro video: [Link Removed] Tested in: 4.23.1 CL#9631420, 4.25 CL#11574810 ...
When a world space widget has their blend mode set to transparent they look blurry in motion. The effect is more pronounced when the camera rotates instead of when it is translated. Found in 4.24.2 ...
Merging two actors using a two-sided material produce incorrect results. Notes: Tested with "Allow two-sided material" on and off, the same result is produced. The same issue can be seen when ge ...
OnLastChanceToAddNativeTags is called after the call to UAbilitySystemGlobals::Get().InitGlobalData(), so native tags fail to make gameplay cue associations. ...
Generated from CrashReporter ErrorMessage: Assertion failed: Shader [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/Engine/Private/Materials/MaterialShader.cpp] [Line: 1811] Comments: Compile ...
Additional Info From User: Result: Vsync will get turned off by FSteamVRHMD::Startup() setting a global console variable, regardless of your project configuration. Expected: Vsync is only deacti ...
The Log Timestamp doesn't display in local time when "Log Timestamp Mode" and "Display Timezone" are set to "Local Time". Found in 4.24.2 CL#11100242 Reproduced in 4.23.1 CL#9631420, 4.26 Main CL#1 ...
Dynamically created media texture is not applied to assigned meshes. Tested in: 4.23.1 CL#9631420, 4.25 CL#11574810 ...
When playing a replay with DemoPlayTImeDilation set to 5, and jumping around the timeline using GotoTimeInSeconds(), the play back can break, with game actors freezing and violently shaking. It seem ...
TextRenderActor is currently under the hidden category in the Actor class, requesting TextRenderActor to be visible under Actor. ...