The crash reporter tool does not start on Windows 8.1 machines when running the Engine built from source code.

UE - Foundation - Core - Dec 5, 2014

The source code to build the Engine that is available from GitHub includes the file dbghelp.dll, which prevents the crash reporter tool from starting on Windows 8.1 machines. This file is not presen ...

CapsuleComponent Shape sometimes reverts to previous value after entering a new value

UE - Foundation - Core - Nov 28, 2014

If you manually type in the value for Capsule Half Height, it will sometimes revert back to it's previous value upon hitting Enter. The CapsuleComponent's shape in the Blueprint's Viewport adjust to ...

Moving or changing the name of a project's GameInstance will switch the Game Instance Class to None and crash launched games

UE - Foundation - Core - Nov 26, 2014

If the GameInstance set in Project Settings > Maps & Modes > Game Instance Class is renamed or moved to another folder, the Game Instance Class is switched to None. This causes a launched game to cr ...

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

"Failed to find object 'Class None'" in project log after creation

UE - Foundation - Core - Nov 17, 2014

Users reported seeing the line "LogUObjectGlobals:Warning: Failed to find object 'Class None.'" in the Output log after creating a project. I was able to confirm in a new blank code project without ...

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

LIVE: C++ Actors cannot be duplicated if component has spaces in name.

UE - Foundation - Core - Nov 6, 2014

If a Component of an actor has a space in its text, it will not correctly render that component when duplicated in the editor viewport. If the spaces are taken out of the text, the actor renders as ...

LIVE: Code projects using TextureRenderTarget2D will not build because UTextureRenderTarget is undefined in TextureRenderTarget2D

UE - Foundation - Core - Nov 5, 2014

If a TextureRenderTarget2D is used in a code class, the build of the project will fail with an error stating that the UTextureRenderTarget base class is undefined. The line #include "Engine/TextureR ...

LIVE: Multiplying an FQuat*FQuat via pass-by-value crashes editor on open

UE - Foundation - Core - Nov 5, 2014

If a function takes in an FQuat value and then multiplies it by an FQuat, the project will build properly but then crash when trying to launch the project in the editor. Example project available b ...

Deleting console key does not persist

UE - Foundation - Core - Oct 23, 2014

When I go to the Input section of the Project Settings and change the key that the console is mapped to, when I restart the editor, there are now 2 bindings to the console. The default ~ mapping as ...