Text gets cut off in the Message Log

Tools - Aug 3, 2015

Long messages/errors cannot be read in the Message Log because there is no text wrap and no horizontal scroll bar to access the remainder of the message. Edit MattK: Needs word wrap imo. ...

Function call inputs do not revert to their Default Values if a variable node is connected and then disconnected

UE - Gameplay - Blueprint - Aug 3, 2015

Function call inputs do not revert to their Default Values if a variable node is connected and then disconnected. Refreshing the call node does not reset the inputs to their defaults. Reproduced in ...

DBuffer Decals render on top of HISM

UE - Graphics Features - Aug 3, 2015

DBuffer Decals are rendering on top of Hierarchical Instanced Static Meshes despite being placed in the world behind the meshes. Also Reproduced in Main CL-2646357 and Releases 4.9 CL-2641818 [Ima ...

Having a period in the name of a widget will cause the editor to crash after copying and pasting (no error/warning given)

UE - Editor - UI Systems - Aug 3, 2015

If a user has a period in the name of their widget and they then copy and paste that widget the editor will crash ...

Typo in description of SkySphere Horizon Falloff

Docs - Samples - Aug 3, 2015

The description for Horizon Falloff is misspelled, it says 'Horitzon' instead of 'Horizon'. Edit MattK: This is a content issue because this is a blueprint data variable. ...

[CrashReport] libobjc.A.dylib!<Unknown> SEGV_NOOP at 0x0

UE - Platform - Apple - Aug 3, 2015

User crashes at "Loading 83%" *See also attached Mac Crash Log. [Link Removed]Launched UE, it crashed upon launch.Ok, a file i wanted to delete, and it just crashed the whole program. Thx.Started e ...

The "IsHeadMountedDisplayEnabled" node always returns true if an oculus was detected when the project is opened

UE - Platform - XR - Aug 3, 2015

If the user has the oculus plugged in and turned on when they start up their project the "Is Head Mounted Display Enabled" node will always return true in PIE, even if the oculus is turned off. ...

Actors with Net Load On Client disabled still appear on Clients when Use Single Process is disabled

UE - Networking - Aug 3, 2015

Actors with Net Load On Client disabled still appear on Clients when Use Single Process is disabled. Does NOT occur in packaged projects. Test project included. Set Use Single Process to false in E ...

Line thickness is always one when using the "Draw Line" node

UE - Editor - UI Systems - Aug 3, 2015

When using the Draw line node the line thickness will not change. The value appears to always be equal to 1. ...

Skeletal mesh with SetTickableWhenPaused causes crash on pause

UE - Gameplay - Jul 31, 2015

If a skeletal mesh component is has SetTickableWhenPaused set to true then the editor will crash when the game is paused. This happens when set in blueprint or code. ...