[CrashReport] UE4Editor-ApplicationCore.dylib!invocation function for block in FMacApplication::DeferEvent()

UE - Platform - Apple - Dec 1, 2017

This is an infrequent Mac crash in 4.18.1. Users have not provided any descriptions. Callstack from Log2017.11.27-02.08.07:839][947]LogMaterial: Missing cached shader map for material FLightmassMat ...

[CrashReport] UE4Editor_CoreUObject!UStruct::IsChildOf() [class.h:373]

UE - Gameplay - Jan 24, 2018

Comments from users:I pressed Play while having a directional light selected in-editorChanged landscape collision mip level. ...

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 ...

[Feature Request] Ios application default orientation.

UE - Platform - Mobile - May 21, 2018

Many landscape apps have the long side on the left side down, but UE4 defaults to the lower long side on the right side. I thought it would be nice to have an option to change the default orientati ...

[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*/) { } ...

GetActorLocation and GetActorRotation have mixed up Tooltips

UE - Gameplay - Jun 4, 2018

Within the declaration of the APlayerCameraManager class, the GetActorLocation and GetActorRotation functions have mixed up Tooltips Result: Tooltip says to use GetCameraRotation for the GetActorLo ...

SCOPE_CYCLE_COUNTER macro is not called for the TG_StartPhysics tick group

UE - Simulation - Physics - Jun 5, 2018

All of the physics tick groups except for TG_StartPhysics call the SCOPE_CYCLE_COUNTER macro. The TG_StartPhysics tick group probably needs to call the macro as well. ...