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