LIVE: The Now node (FDateTime::Now) does not return the correct time

UE - Foundation - Core - Nov 18, 2014

The 'Now' node does not return the correct time if ran through a 'Print String'. (NOTE: However, the 'Utc Now' node does return the correct time.) ...

LIVE: Variables of type UserDefinedStruct that are not compiled when a project is closed will not be visible when the project is reopened

UE - Gameplay - Blueprint - Nov 18, 2014

If a variable of type UserDefinedStruct is created in a Blueprint and the project is closed before the Blueprint is compiled, upon reopening the project that variable will not be visible in the My B ...

Search results are wrong for English words in Placement mode when Editor is in another language

UE - Editor - UI Systems - Localization - Nov 17, 2014

If you set your Editor language to, for example, Japanese or Korean, and then, in Placement mode, search for the original English terms like "Camera", it should still show the same results as if you ...

LIVE: StartFPSChart Command references an invalid command in the console

UE - Foundation - Core - Nov 14, 2014

The Command "StartFPSChart" references an "EndFPSChart" which is not recognized and should reference "StopFPSChart" ...

StaticMesh->RenderData->LODResources[0].IndexBuffer empty in Standalone games.

UE - Gameplay - Nov 14, 2014

GetArrayView is returning incorrect values in Standalone games. The correct values are returned when played in Editor. ...

LIVE: Changing a Custom Event to Multicast in a parent blueprint causes crash

UE - Gameplay - Blueprint - Nov 13, 2014

Changing a Custom Event to Multicast in a parent blueprint causes crash if the Custom Event is being used in the child blueprint. Callstack: MachineId:DE189244480D3CD0F8CA729A02DD38A6 UserName:tjb ...

C++ Event Dispatchers target pin cannot be set to actor references

UE - Gameplay - Blueprint - Nov 13, 2014

When connecting C++ created event dispatcher, the Target node will not accept reference to other actors. This is happening in 4.6 and Main but is working as intended in 4.5.1 ...

UWorld::UpdateWorldStreamingState in World.h has no implementation anywhere in the Engine, and is not referenced anywhere in the Engine.

UE - Gameplay - Nov 11, 2014

The UWorld class contains a declaration for UWorld::UpdateWorldStreamingState in World.h, but there is no implementation in World.cpp, and no reference to UpdateWorldStreamingState anywhere else in ...

Dragging the Translation Widget in Perspective Viewport on Mac in a second monitor does not translate the selected Actor

UE - Platform - Apple - Nov 11, 2014

Dragging the Translation Widget in Perspective Viewport on Mac does not translate the selected Actor, and when dragging is released the cursor is moved to the top left corner of the Viewport. Happen ...

Alpha Textures reimported via overwriting disappear from level

UE - Graphics Features - Nov 10, 2014

When you reimport a texture that has an alpha by Importing and then overwriting the previous texture, all versions of that texture in any material or in the level complete disappear until you compil ...