LIVE: Some Chinese letters do not show when used with UMG when deployed to mobile

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

When deploying a project to an Android device that uses UMG and Chinese text, Not all text is displayed when deployed to a mobile device ...

Warning message when opening the editor after moving MyCharacter blueprint

UE - Gameplay - Blueprint - Nov 7, 2014

If the MyCharacter blueprint is renamed or moved to a different folder after the project is built in Visual Studios and then the project is saved and the editor shut down, the editor will give a war ...

Initial Color Vector Parameter cannot be set for GPU Particles

UE - Graphics Features - Nov 7, 2014

GPU particles will not take a changing input from Initial Color when using a Vector Parameter to control through a blueprint. ...

Spline blueprints cause negative values in Scene Outliner until build pressed again

Tools - Nov 6, 2014

Moving a spline mesh in the viewport causes negative values to be applied in the scene outliner actor count until the level is built again. ...

LIVE: A Local Variable cannot have its type changed if another local variable with the same name in a different function is in use

UE - Gameplay - Blueprint - Nov 6, 2014

Two local variables with the same name in two different functions still interact with each other in some way. This was reported in TTP 346132 and fixed in that case, but currently if a local variabl ...

Editor Crashes on Nvidia GT 630M

Tools - Nov 6, 2014

Editor Crashes on startup when using an NVidia GT 630M graphics card ...

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: Beam Particle Systems distort if camera is placed along the tangent's axis

UE - Graphics Features - Nov 5, 2014

A Beam Particle System that uses a tangent in its source and target setup will distort if viewed from along the tangent's axis. (See attached Picture) This hold true for all 3 axis . ...

Changing the directional light from stationary to movable causes the mobile preview to show dark

UE - Graphics Features - Nov 5, 2014

When Changing the Light source in the Sci Fi Hallway from stationary to movable, the room will become dark on Mobile preview. ...