Duplicating a Timeline from the MyBlueprint tab creates a Timeline variable with no actual Timeline which cannot be renamed

UE - Gameplay - Blueprint - Jan 10, 2015

Duplicating a Timeline from the MyBlueprint tab (instead of duplicating it in the Graph) creates a Timeline variable with no actual Timeline to edit. It is only possible to Set or Get this variable. ...

Editor Dirty flag not updated in Windows task bar until focus is returned

Tools - Jan 10, 2015

A Blueprint marked Dirty will appear in the Windows Task Bar with an asterisk beside its name. Saving this Blueprint will remove the Dirty flag, but the Task Bar will continue to show the BP as Dirt ...

console "stat" commands function properly but report command as not recognized

Tools - Jan 9, 2015

A number of "stat commands" such as "stat memory" or "stat collision" are working when used but display the message "Command not recognized: stat memory" when entered. ...

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self

UE - Gameplay - Blueprint - Jan 9, 2015

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...

Locking a selected Actor in a Level keeps the Actor highlighted when selecting another Actor

Tools - Jan 9, 2015

Locking a selected Actor in a Level keeps the Actor highlighted when selecting another Actor. ...

Moving an Actor using the Transform controls in the Details panel with Realtime disabled leaves the Widget in its initial location

Tools - Jan 9, 2015

Moving an Actor using the Transform controls in the Details panel with Realtime disabled leaves the Widget in its initial location. Clicking off the Actor and then selecting it again restores the ...

sg.ResolutionQuality command doesn't work

UE - Graphics Features - Jan 9, 2015

Using the sg.ResolutionQuality command in code or the console has no effect in 4.6.1 or 4.7. ...

Movement broken for Top Down template for Clients

Docs - Samples - Jan 7, 2015

There is no way to control the player after creating a new top down project (blueprint or code). This should be fixed by [Link Removed] ...

[CRASH]SIGSEGV: invalid attempt to access memory at address 0x0

Tools - Jan 7, 2015

Callstack: <CALLSTACK START> FTaskThread::ProcessTasksUntilQuit(int) Address = 0x1091943e5 (filename not found) [in UE4Editor-Core.dylib] RenderingThreadMain(FEvent*) Address = 0x10de37e4b (filena ...

UMG - Drag/Drop crash on exit when dropping back onto an old slot.

UE - Editor - UI Systems - Jan 7, 2015

When dragging and dropping a widget onto an old slot, it resulted in a crash on exit. ...