Web browser widgets prevent projects from packaging

UE - Foundation - Cpp Tools - Automation Tool - Jul 29, 2015

When a project incorporates a web browser widget it will cause the project to fail during packaging and or launch on. The launch will fail and produce an error (provided below). ...

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 ...

Non-reflected header files not recognized by UHT

UE - Foundation - Core - Jul 28, 2015

A user adds 3 .h files though Visual studio where the first contains a struct, the 2nd includes the 1st, the 3rd includes the 2nd and tries to make a variable of the struct declared in the 1st. The ...

Lens Flares are appearing in Other Player's Windows

UE - Graphics Features - Jul 28, 2015

On a Windows 8.1 Platform with an Nvidia 960 card, Lens Flares when playing with 2 Player's (without a dedicated server) are appearing in the wrong window. So, Player 1 is looking at sun, Player 2 ...

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 ...

Editor windows do not lose focus when minimized on Linux

UE - Platform - Linux - Jul 28, 2015

Using Ubuntu 15.04, editor windows do not layer correctly when minimized. Control remains with the minimized window. Ex. After minimizing a blueprint window, right clicking will still act as thoug ...

Blueprint derived from C++ class not saving correctly

UE - Gameplay - Blueprint - Jul 27, 2015

The blueprint that the user is using loses some data when the editor closes and reopens despite saving all of the content. Note: Currently unsure of what exactly causes this but as I am able to rep ...

Setting Physics Blend Weight to anything between 0 and 1 causes erratic behavior

UE - Simulation - Physics - Jul 27, 2015

If the user simulates all bodies, and then sets the physics blend weight to a decimal value between 0 and 1, the skeletal meshes will spin out of control. This doesn't happen if the physics blend w ...

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 ...

MakeEditWidget specifier does not create edit gizmo in blueprint editor

UE - Gameplay - Blueprint - Jul 27, 2015

Using the MakeEditWidget specifier inside a UPROPERTY macro and creating a blueprint based on the class will show the translation gizmo inside the main editor viewport but the gizmo will not show up ...