Function about Comparing Manifest Version in HttpChunkInstaller does not Consider Manifest File Update

Portal - May 7, 2018

Current HttpChunkInstaller consider version data of manifest.But it does not consider the manifest file update. So, if user update the manifest file, HttpChunkInstaller ignores it. If changing the V ...

bRenderInMainPass of SkeletalMesh doesn't Work on Mobile

UE - Platform - Mobile - May 14, 2018

bRenderInMainPass of skeletalMesh doesn't work on mobile. Even if bRenderInMainPass is set to false, SkeletalMesh will be drawn on MainPass on mobile. Licensee has shared the following correction c ...

Local Push Notification of iOS Currently doesn't Work

UE - Platform - Mobile - May 16, 2018

We need to use UNNotificationRequest instead of UILocalNotification which is Deprecated in iOS 10 [Link Removed] ...

[Feature Request] FWebBrowserWindow::UnbindUObject of IOSPlatformWebBrowser.cpp is not implemented yet

UE - Platform - Mobile - May 23, 2018

FWebBrowserWindow::UnbindUObject on iOS is not implemented yet.  IOSPlatformWebBrowser void FWebBrowserWindow::BindUObject(const FString& Name, UObject* Object, bool bIsPermanent /*= true*/) { } ...

Depthfade will not work properly on some Android devices If separate translucency is enabled

UE - Platform - Mobile - Jun 8, 2018

Depthfade will not work properly on some Android devices If separate translucency is enabled. In the case of the attached project, drawing near the material using depthfade is strange. This issue p ...

The number of seconds in Graph View of Session Frontend is significantly different from the actual time

Tools - Jun 11, 2018

The number of seconds in Graph View of session frontend is significantly different from execution time of "start file" and "stop file". Since the number of frames is correct, probably some problem ...

Crash after playing using FX.AllowGPUParticles during play

UE - Niagara - Jul 6, 2018

If user use "FX.AllowGPUParticles 0" during play, a crash will occur after the play ends ...

Behavior of NewBinding and ExistingBinding are different inside Shot track

UE - Anim - Sequencer - Jul 6, 2018

When using NewBinding, the bind does not work properly with the level sequence specified by ShotTrack. The cause is that Guid of ExistingBindingID will be empty when passing through ActorPicked in ...

AttachTrack's SectionTitle is not displayed, when accessed from the master level sequence

UE - Anim - Sequencer - Jul 6, 2018

AttachTrack's SectionTitle is not displayed, when accessed from the master level sequence. The cause is GetSectionTitle in AttackTrackEditor.cpp. When accessed from Master, the result of Sequencer- ...

The result of the Attach target change operation using AttackTrack's ContextMenu varies depending on the flow

UE - Anim - Sequencer - Jul 6, 2018

At present AttackTrack's context menu has three patterns of Attach target change flowChange constraintBindingIDUse ExsitBindingUse NewBinding However, 1 and 3 can correctly change the target, but t ...