Static Mesh flicker in Player Collision Viewmode

UE - Graphics Features - Aug 8, 2019

All UCX_geometry that have bounds larger than its geometry flicker when in Player Collision Viewmode. Tested in: 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 P5(CL - 7838574), 4.24 (CL - 786 ...

Audio tracks with multiple subtracks will paste parent track when a subtrack is copied and pasted in Sequencer

UE - Anim - Sequencer - Aug 8, 2019

Copying and pasting audio subtracks will paste the parent track and its subtracks not just the selected subtrack. ...

Bone namespaces aren't properly handled by FillRecursivelySkeletonCompareData

UE - Editor - Content Pipeline - Import and Export - Aug 7, 2019

Incorrect warnings can be given when re-importing Skeletal meshes as FillRecursivelySkeletonCompareData does not use FFbxImporter::MakeName. ...

The "Random Integer in Range from Stream" returns the same value if the seed is power of 2 of anything above 22.

UE - Foundation - Core - Aug 7, 2019

When using the "Random Integer in Range from Stream" where the seed is a power of 2 after a certain point (2^22) the random integer that is returned is the always the same. If the seed is 2^23 + 1 i ...

ClampMax and ClampMin Ignored on FVector2D Details

UE - Editor - UI Systems - Slate - Aug 7, 2019

Reading data back from rendertarget not working on Android opengles 3.x

UE - Platform - Mobile - Aug 7, 2019

From user: "I believe the issue is deal to the implementation of FAndroidOpenGL, there is no overriding of FOpenGL::SupportsMapBuffer(),which always return from the base FOpenGLES2 method and it is ...

Certain combinations of 'bRenderStatic' and 'bNoSkeletonUpdate' on SkeletalMeshComponent produce undesirable behavior.

UE - Graphics Features - Aug 7, 2019

Issues observed:  - When bRenderStatic is on and bNoSkeletonUpdate is off, CachedMeshDrawCommands takes a significant chunk of time, because the scene primitive transform is being updated every fra ...

Unnecessary reference remains in material instance when using StaticSwitch in material

UE - Graphics Features - Aug 7, 2019

1.Create a material that switches textures using StaticSwitch. 2.Create a material instance and toggle the switch to overwrite the texture. 3.Then return the static switch settings to their defaul ...

Android Client unable to join VOIP Host Session

UE - Online - Aug 6, 2019

Android client is unable to join a VOIP Hosted Session. The following messaging occurs when the Client tries to join a found session on Android:LogInit: BSD_Android: I am localhost (127.0.0.1:0) L ...

Setting Attach Track to Keep State prevents actor from detaching in sequencer

UE - Anim - Sequencer - Aug 6, 2019

Setting Attach Track to Keep State prevents actor from detaching in sequencer. The odd thing is if I set it back to Restore State or Project Default it continues to behave like this. In the attached ...