Comments on the final material input node are erased when opening material again

UE - Rendering Architecture - Materials - Aug 3, 2015

Comments on the final material input node will be erased when closing and reopening the material. ...

Previewing Notification on Material Nodes never leaves when Previewing stops

UE - Rendering Architecture - Materials - Jul 30, 2015

When you preview a node in the material editor, the Previewing text inconsistently appears on node and when previewing stops does not disappear. The Blue and Green Color change appears to work as e ...

Camera Shake Oscillation Duration no longer accepts -1 as indefinite

UE - Gameplay - Jul 30, 2015

The Camera Shake Class no longer allows for indefinite shaking via setting a negative value in the Oscillation duration, per the tooltip instructions. This happens when using either the Play World ...

Binding the address from FSocketSubsystemIOS::GetLocalHostAddr fails on arm64 but works on armv7

UE - Platform - Mobile - Jul 29, 2015

When trying to bind a socket to FSocketSubsystemIOS::GetLocalHostAddr, the bind call fails with EADDRNOTAVAIL if it's an arm64 build. The bind succeeds and everything appears to work as normal for a ...

A C++ project with the name, "GearVR", will not build

UE - Foundation - Core - Jul 28, 2015

A C++ project with the name, "GearVR", will not build. This does not occur with content-only projects named GearVR. In 4.7.6 and 4.8.2, it fails during Compiling and an error message appears: Runni ...

FBXImportAsset Data is lost on project restart when changing any Build Settings

UE - Editor - Content Pipeline - Import and Export - Jul 27, 2015

After importing a Static Mesh, if you alter any build settings and apply changes, on the next opening of the Project you will not be able to reimport the asset changed. You will have to retarget th ...

Crash on Adding Texture Samples with modified BasePassPixelShader.usf

UE - Graphics Features - Jul 27, 2015

In 4.8.2 QA Build - Making the changes to BasePassPixelShader.usf listed below, adding two texture samples and then using the Preview Arrow toggle on the add node will hard crash the CPU, requiring ...

Auto Importing Multiple FBX do not respect Import All

UE - Editor - Content Pipeline - Import and Export - Jul 27, 2015

Using the Auto Importing Feature in the engine, when you initially place or update multiple FBX files in the Content Directories, you cannot set values and use the Import All Button. You will have ...

Set Actor Location and Teleport from a Character when touching an Actor simulating physics will launch the Actor

UE - Gameplay - Jul 23, 2015

Set Actor Location and Teleport from a Character when touching an Actor simulating physics will launch the Actor. User supplied a video demonstrating the problem: [Link Removed] Test project in Pa ...

Set Physical Material node in BP do not work with Destructibles

UE - Simulation - Physics - Destruction - Apr 7, 2015

Using the Set Physical Material for Destructible does not work currently. In comparison with a static mesh physical material will change via key press during gameplay. ...