PVRTC texture is sampled as white when the uv value is very close to 0

UE - Platform - Mobile - Oct 20, 2021

When the uv value is very close to 0 ( < 0.001 ), the boundary value of the PVRTC texture is sampled as white. please refer to attached images and sample project. problem goes away when changing th ...

Tessellated Materials Displayed as 0 in Shader Complexity ViewMode

UE - Graphics Features - Sep 11, 2019

Tessellated Materials Displayed as 0 in Shader Complexity ViewMode. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8588088 ...

Crash While Running Project With d3ddebug Enabled (fix provided)

UE - Graphics Features - Mar 6, 2017

A licensee encountered a crash during InjectTranslucentLightArray: according to them they fixed the issue in ShadowProjectionCommon.usf: /** Cube map texture. */ TextureCube<float> ShadowDepthCub ...

Duplicating Asset With Suffix 0 Will Jump To A Suffix Of 2

Tools - Oct 28, 2016

When duplicating an asset with the suffix 0 in the content browser the duped asset will get a suffix of 2. Any other number works fine for example if you dupe an asset named "Test_23" the duped mesh ...

UAnimInstance::GetInstanceTransitionTimeElapsed returning 0 in non-editor builds

OLD - Anim - Sep 4, 2019

In non-editor builds UAnimInstance::GetInstanceTransitionTimeElapsed always returns 0.0f. This is caused within FAnimNode_StateMachine::Update_AnyThread due to: #if WITH_EDITORONLY_DATA NewTra ...

Enabling Fixed Frame Rate doesn't Lock the Frame Rate

UE - Rendering Architecture - RHI - Nov 19, 2019

When a project is set to use a fixed frame rate via the Project Settings it is uncapped when played in editor. Found in 4.24 Preview 2 CL#10091930 Reproduced in 4.25 Main CL#10298106 ...

setting Widget reflector to 0.8 causes menus to flicker

Tools - Sep 19, 2016

Setting Widget reflector to 0.8 causes menus to flicker. The menus begin to flicker between sizes ...

Using a fixed frame rate will cause you to leave the loop section of Montage.

UE - Anim - Runtime - Dec 10, 2021

This problem only occurs when the fixed frame rate is 30 and the Sequence Lenngth of the loop animation is 1.66667. If turn off the fixed frame rate setting, it will behave as it should. ...

Integrate VirtualBones crash fix into next release patch

OLD - Anim - Jun 7, 2017

Athomas reached out to me with a crash he was having when trying his 'Automatic Sync Marker AnimModifier' on a Skeleton that had Virtual Bones. It was verified that this only happens when Virtual B ...

Duplicating an inherited Blueprint float variable defaults it's value to 0.

UE - Gameplay - Oct 18, 2018

When creating an Actor Blueprint (Testbase), and creating a new Blueprint Actor that inherits from Testbase (TestBP).  We can drag an instance of TestBP into the World. If we go back into the Parent ...