Set Relative Location on components does not replicate to clients

UE - Networking - Sep 2, 2015

Set Relative Location on components does not replicate to clients. Reproduced in 4.8.3 binary, 4.9.0 binary, and Main (CL 2676715) ...

Enum to Byte conversion returns 2 for the first enum then 4 then 6 and so on rather than 0, 1, 2, etc

UE - Gameplay - Blueprint - Sep 1, 2015

Enum to Byte conversion returns 2 for the first enum then 4 then 6 and so on rather than 0, 1, 2, etc. This is a regression; does NOT occur in 4.8.3. Reproduced in 4.9.0 binary and Main (2675088) ...

Destroying a Component doesn't trigger the OnComponentEndOverlap node

UE - Gameplay - Sep 1, 2015

Destroying a Component doesn't trigger the OnComponentEndOverlap node User Description: OK, so I have an actor with only one component: BoxCollision, with default settings. I place it on map. In m ...

Array inputs in Custom Events cause a compiler "note"

UE - Gameplay - Blueprint - Sep 1, 2015

Array inputs in Custom Events cause a compiler "note". On compile, "NOTE" is added to the node, and this appears in the Compiler Results: "Info No value will be returned by reference. Parameter 'Lis ...

Interface function has the incorrect pin type if referencing self

UE - Gameplay - Blueprint - Sep 1, 2015

Interface function has the incorrect pin type if referencing self User Description: I have an interface that requires an array of its own interfaces as output. I have that array of interface as a ...

Crash opening projects from GitHub master branch

Tools - Sep 1, 2015

Trying to create/open projects in the current github master branch will quietly fail at 94% with no crash error or logs.UE4Editor-Core.dll!rml::internal::Block::findObjectSize() UE4Editor-Core.dll! ...

Investigate code in SViewport.cpp that makes use of TWeakPtr's to see if it can be altered to better protect against a possible crash.

Tools - Aug 31, 2015

A user reported a one-time crash that possibly occurred when a TWeakPtr became invalid immediately after passing an IsValid check, before the TWeakPtr could be used. The SViewport.cpp file contains ...

GetSoftBounds for SteamVR Chaperone returns bogus numbers with VRmonitor not running

UE - Platform - XR - Aug 29, 2015

The "Get Soft Bounds" node returns bogus numbers instead of just all 0's if the VRMonitor is not running. Found on UE4-Releases 4.9: CL-2673023 ...

Naming a Plugin with a number as the first character causes errors

UE - Foundation - Cpp Tools - Plugin System - Aug 27, 2015

When naming a plugin, having a number as the first character causes a toast to pop up that says: "Failed to generate project files" However, the plugin is available to look at and edit in Editor, a ...

Updated HISMCs occasionally flicker for one frame

UE - World Creation - Worldbuilding Tools - Foliage - Aug 27, 2015

Updated HISMCs occasionally flicker for one frame on some machines. User reports an AMD 7950 and I see it on an AMD 7970. Occurs only in packaged builds. ...