Sprite sheets with modified textures don't reimport correctly

UE - Gameplay - Paper2D - Mar 17, 2015

Also reproduced in Main Promotable-CL-2479729 paper2Dsprites assets created from Texture Packer can no longer be reimported into the engine with version 4.7 ...

Blueprint functions with component targets lose component target when copied/pasted

UE - Gameplay - Blueprint - Mar 17, 2015

Functions that are created with specific component targets lose their target when copied/pasted. ...

PIE with Auto Recompile Blueprints disabled generates an error message asking to compile PROTO_BP Blueprints

UE - Gameplay - Blueprint - Mar 17, 2015

PIE with Auto Recompile Blueprints disabled generates an error message asking to compile PROTO_BP_Blueprint_0 and PROTO_BP_AnimBlueprint_0. Clicking Yes compiles, but any attempt to PIE thereafter g ...

Material Expression Reference Page: "Inputs" and "Outputs" definitions reversed from illustration

On the Material Expression Reference Page, located here:https://docs.unrealengine.com/latest/INT/Engine/Rendering/Materials/ExpressionReference/index.html Material Expressions has an image numbered ...

OnRep functions do not fire on the Server when elements are added to an array variable marked as RepNotify

UE - Networking - Mar 17, 2015

OnRep functions do not fire on the Server when elements are added to an array variable marked as RepNotify. They do not fire at all when setting an array element with the Set Array Elem node. Proba ...

editor crashes when variable inside of a struct is set to a class type then the object is moved to a new folder

UE - Gameplay - Blueprint - Mar 17, 2015

If a struct has a variable set to a class type, then the object of that class type is moved to a new folder in the editor, the struct will replace the class type with "class", which causes the edito ...

Dragging Marquee in Orthographic Views results in Selecting Unintended Objects

Tools - Mar 17, 2015

In an orthographic view, dragging the marquee tool to select a group of objects will often result in other objects being selected outside the selection area. ...

Properties of a struct within an object that is instanced inline inside an ActorComponent cannot be edited.

UE - Gameplay - Blueprint - Mar 17, 2015

If an object containing a struct is instanced inline inside ActorComponent, the properties of the struct cannot be edited. This only happens if the ActorComponent is added to a class by using Create ...

GitHub promoted branch crash on Mac when trying to PIE

UE - Platform - Apple - Mar 17, 2015

Attempting to play in editor will cause the editor to crash immediately. ...

"if" node contains extra equal marks in two places

UE - Rendering Architecture - Materials - Mar 17, 2015

There are two extra "=" marks on the "if" node: A>=B A==B This does not match documentation. *See image ...