RecastNavMesh - Agent Height changes back to default value after project restart

UE - AI - Jan 16, 2018

When trying to change the value of Agent Height under RecastNavMesh-Default it will change back to its default value when you open back up the project. ...

Major performance hit upgrading to 4.18 (game tick time - collision sweeps)

OLD - Anim - Jan 16, 2018

As of 4.18 and onward, collision sweeps related to Character Movement seem to be causing higher tick times than usual. Example project: [Link Removed] Regression?: Yes This did not occur in 4.17 ...

BindWidget meta tag throws error on compile if the bound widget is inherited

UE - Editor - UI Systems - Jan 15, 2018

The BindWidget meta specifier allows us to bind a native widget pointer to a widget added to the hierarchy of a UserWidget in the widget editor. However, it appears to only search for a matching wid ...

When using 'Is Hidden Ed' it behaves similar to 'Is Hidden Ed at Startup'

UE - Gameplay - Jan 11, 2018

The tool tip for 'Is Hidden Ed' states "Returns true if the actor is hidden in the editor viewports" but it only actually flags true if "Hide Selected at Startup" is selected for the actor. Therefor ...

Blueprint nativization fail with UE4.18

UE - Gameplay - Blueprint - Jan 10, 2018

Switching the Blueprint Nativization mode to inclusive along with un-checking Event Driven Loader will result in an error when trying to package the project. ...

[CrashReport] Assertion failed: FPlatformOpenGLDevice::FPlatformOpenGLDevice

UE - Rendering Architecture - RHI - Jan 9, 2018

Comments from users:tried with -opengl4tried to start with -force-opengl instead of -opengltried to run in opengl modetried to run in opengl mode due to DX11 feature level 10.0 error. (DirectX is in ...

Project fails to build for iOS from Windows when Generate .uedebugsymbols is enabled

UE - Platform - Mobile - Jan 9, 2018

This does not occur in 4.18.3 at CL 3823254UATHelper: Packaging (iOS): ERROR: System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Epic Games\UE_4.19\Engine\Binaries\ThirdPa ...

Undo deleting a Set or Map member variable will add it back to datatable in reverse order if it was changed

UE - Gameplay - Jan 9, 2018

When undoing the deleting of a struct set or map variable, the order of the entries will be reverse in any datatable that's based on the struct. This only occurs if the entries have been modified i ...

NetDriver time becomes unusable after long running sessions

UE - Networking - Jan 8, 2018

This issue has been around for a long time (potentially UE3). UNetDriver::Time is a float, which is updated by accumulating Delta Time during ticks. This means the longer a game runs, and the highe ...

When deleting a Struct Variable and undoing it, it removes all rows from related Datatables

UE - Gameplay - Jan 8, 2018

When undoing variables in a Structure it clears the referenced Datatable of all its rows. However deleting and just adding a new variable works fine. Repeated undos have the chance to add back the ...