FOculusRiftHMD::EnablePositionalTracking() may be missing a call to UpdateHmdCaps()

UE - Platform - XR - Feb 26, 2015

A user reported that the FOculusRiftHMD::EnablePositionalTracking() function is missing a call to UpdateHmdCaps() so that the status of the HMD is correctly updated. The user's suggestion for this ...

Creating Destructible with PhysXLabs and Fracture Tool in UE4 yield different results and same settings

UE - Simulation - Physics - Destruction - Feb 25, 2015

When creating fracturing a mesh in PhysXLabs vs UE4 fracture tool with both using Voronoi fracture and set to 25 chunks will give different results. The mesh (Attached below along with reference i ...

Cross Product Node labeled "Cross_VectorVector" instead of "X"

UE - Gameplay - Blueprint - Feb 24, 2015

The Cross Product Blueprint Node is now labeled Cross_VectorVector taking up more space as a node than the previous "X" Also reproduced on Main Promotable-CL-2455917 ...

Crash when opening Post Process Material with Live Data Preview running in Profiler

UE - Foundation - Core - Feb 24, 2015

Edit: CrashReporter link: [Link Removed] When running the Session Frontend Profiler as a Live Data Preview and you open a Post Process material, the editor will crash to the desktop. Reproduced in ...

Calling StopAnimMontage() on a Character results in all active AnimMontages stopping instead of only the specified one.

OLD - Anim - Feb 24, 2015

In ACharacter::StopAnimMontage(), the call to AnimInstance->Montage_Stop() does not include the parameter identifying which montage needs to stop. It appears that this results in all active AnimMont ...

Crash with assigning APEX Cloth that uses a custom graphical mesh

UE - Simulation - Physics - Feb 24, 2015

When a graphical mesh is used to create a lower LOD for cloth assets and the Cloth FBX has the APB assigned to the material for the cloth there will be a crash. ...

Add a way to specify the font size when using a runtime font with AHUD

Tools - Feb 23, 2015

AHUD::DrawText can currently only accept a UFont asset. An overload of this that took a FSlateFontInfo would allow people using Blueprints to override the font size and typeface (as you can already ...

Clearing BB values with UBlackboardComponent::ClearValue doesn't work

UE - AI - Feb 23, 2015

It just doesn't. There's a bug in the code, as described by user in the linked answerhub thread ...

Deleting the code files for a custom component from a project will result in an Engine crash when trying to open any Blueprint using that component.

UE - Gameplay - Blueprint - Feb 20, 2015

Adding a custom component to a Blueprint and then deleting the code class defining that custom component from the project will crash the Editor any time you try to open a Blueprint containing that c ...

If a custom code class is modified and a Hot Reload performed, any existing unsaved Blueprints derived from that class can no longer be saved.

UE - Gameplay - Blueprint - Feb 19, 2015

When a custom code class is changed and a Hot Reload is performed, any Blueprints previously made from that class can no longer be saved. Possibly related to [Link Removed]. WORKAROUND: Close and ...