Equals (==) node in blueprint is case sensitive for the Cyrillic alphabet

UE - Foundation - Core - May 21, 2015

If two strings or names are compared in blueprint using the Equals (==) node, it is not case sensitive in English. It is case sensitive in Cyrillic however, even though it should be the same functio ...

World Displacement is behaving incorrectly on Landscapes

UE - LD & Modeling - Terrain - Landscape - May 21, 2015

When applying a Landscape Layer Coordinate to a Base Texture and a Displacement Map Texture, the two textures do not line up correctly on a tessellated landscape. When reproducing this I noticed in ...

Reset Emitter button in blueprint emitter component has no effect

UE - Gameplay - Blueprint - May 21, 2015

After setting a particle system component inside blueprint, clicking the "Reset Emitter" button in the details panel does not have any effect on the particle system. ...

Packaging a game with the Leap and Paper 2D plugins turned off will result in errors on launch of the packaged game

UE - Foundation - Cpp Tools - Plugin System - May 21, 2015

If the user disables a plugin that is on by default and then packages that game out for windows they will receive an error upon launching the packaged game ...

UDN: ChildBP - When replacing Static or SkelMesh Compoent inherited from the Parent Class, Socket list doesn't update

UE - Gameplay - Blueprint - May 21, 2015

This is simple, but maybe hard to explain, so hear with me. I've attached a sample project and Repro Steps below in case it's not clear. Basically: 1. Make BP_Parent with an unassigned Mesh (Stati ...

HTML5 Engine Scalability set via C++ are not kept.

UE - Platform - Mobile - May 20, 2015

HTML5 packaged or Launched On games are not keeping settings to the ScalabilityQuality.X when deployed to Chrome 64 or NIghtly Build. Project for Repro: [Link Removed] ...

GetAllocatedSize returns inaccurate number of bytes

UE - Foundation - Core - May 20, 2015

When calling GetAllocatedSize() on a TBitArray it will round down the result of MaxBits / NumBitsPerDWORD. This means that not enough bytes are allocated when the MaxBits is not divisible by NumBi ...

Using Start Players as Spectators checkbox does not affect Player0

UE - Gameplay - May 20, 2015

When setting up a custom game mode blueprint, if the "Start Players as Spectators" checkbox is checked the first player loaded in PIE will not be in spectator mode. ...

When using seamless travel in combination with the console command "Server Travel LevelName" Event End play nodes do not get a chance to fire off

UE - Gameplay - May 20, 2015

Licensee was having trouble removing widgets from the viewport on End play in the HUD blueprint. They were using Seamless travel for their game mode and they were changing levels with the console co ...

Crash in Keep Simulation Changes

UE - Gameplay - Blueprint - May 20, 2015

Repro from the thread: compile the project of course open eTestMap.umap, and start Simulate wait for the AI characters to go to the Place Volume Actors still simulating, select the character that w ...