Using USceneCaptureComponentCube::UpdateContent() is not exposed and fails to compile

UE - Gameplay - Oct 26, 2015

Making a call to USceneCaptureComponentCube::UpdateContent() will cause the compile to fail with an unresolved symbol linking error. This is inconsistent with USceneCaptureComponent2D::UpdateConten ...

Procedural Sounds Dropping First Samples

UE - Audio - Oct 26, 2015

When playing a sound with the bProcedural = true option enabled. The associated sound will then drop samples when played. The licensee who originally reported the issue actually has provided a fix i ...

A REINST error occurs in widgets reference one another

UE - Editor - UI Systems - Oct 23, 2015

If the user has two widgets (widgetA and WidgetB) and they use widgetB inside of WidgetA via the user created section and then they alter widgetB the reference to WidgetB will show a REINST Error. ...

UnrealPak hangs when creating a pak file on Mac

UE - Platform - Apple - Oct 23, 2015

Reported by users and seen once by myself. For a project which can exhibit this see: https://udn.unrealengine.com/questions/265039/example-project-for-ios-build-hang-and-poor-modula.html ...

AHUD::DrawMaterialSimple does not render on ANdroid device when MobileHDR is disabled

UE - Platform - Mobile - Oct 23, 2015

After cooking, If user installs same project which contains drawing material via DrawTile function in HUD, is not displayed in es2, with MobileHDR off (verified on android device) DrawTile script i ...

Date and Time variable does not appear to replicate across clients

UE - Foundation - Core - Oct 22, 2015

The Date and Time variable does not appear to replicate when set to be replicated. If the variable is called on a client the client will not update properly. ...

Make Writable button does not work as intended when using Subversion

Tools - Oct 22, 2015

When using the Make Writable button, it is intended to make the file editable without the prompt to check an asset out popping up on subsequent attempts to save the asset. This does not work for Sub ...

Child actor component mesh actor does not update transform with child actor component in parent blueprint

UE - Gameplay - Oct 22, 2015

if a child actor component is set to a new child actor at runtime, the actor will not update with the transform of the child actor component in the parent blueprint. ...

Basing a character on a skeletal mesh does not work with sockets, only bones

UE - Gameplay - Player Movement - Oct 21, 2015

SetBase() only works with bone names, but would like it to work with sockets. ...