Assertion in Linker.cpp when running .exe using Nativized BP

UE - Gameplay - Blueprint Runtime - Nov 9, 2016

When using the experimental nativized blueprint assets, .exe projects will crash with an assertion failure in the LinkerLoad.cpp Line 3900. This crash will only occur using nativized blueprint asse ...

Shadows Appear when Approached and Disappear when Distant on Movable Objects

Docs - Samples - Sep 21, 2016

While working on writing test cases for content examples, I discovered that the shadow behind certain objects appear and disappear depending on the distance from the camera. This might be similar ...

Texture Artifacts on Cubemaps using Default Compression when Packaged for ASTC

UE - Platform - Mobile - Oct 26, 2016

Cubemaps using Default texture compression (DXT1) and packaged for Android ASTC will render with artifacts on the seams where the DDS cubemap was stitched together. "Cubemaps set to HDR/HDR compre ...

FOnlineExternalUISteam::ShowWebURL doesn't react correctly to URLs with http:// as the protocol

UE - Networking - Dec 17, 2015

Code for this function below:bool FOnlineExternalUISteam::ShowWebURL(const FString& WebURL) { if (!WebURL.StartsWith(TEXT("https://"))) { SteamFriends()->ActivateGameOverlayT ...

Sphere Object Not Firing Hit Events

UE - Gameplay - Mar 14, 2016

When moving a sphere using Add Actor World Offset, hit events on that sphere are not fired. However, doing the same thing with a cube causes hit events to fire off as expected. When you enable grav ...

Visual Studio outputs ? symbols in place of Cyrillic for some messages related to UBT when compiling engine source

UE - Foundation - Cpp Tools - UnrealBuildTool - Apr 25, 2016

An answerhub user reported a problem with compiling source on a Russian version of windows where messages related to UBT will output ? symbols in the place of Cyrillic characters in Visual Studio's ...

Initializing and setting Physics Constrained in the Construction Script doesn't work in PIE

UE - Gameplay - Jan 25, 2016

Initializing and setting Physics Constrained in the Construction Script doesn't work in PIE Could be related directly too: https://jira.ol.epicgames.net/browse/UE-7878 User description: However, ...

Setting a delegate in code as constant does not compile

Docs - Aug 28, 2015

Using the wiki documentation to setup a Dynamic Delegate in code gives compile errors that the DelegateName doesn't exist. Adding the open/close braces ("[" and "]") give a different compile error ...

GameplayDebuggerProxyHUD is misspelled in the HUD Class

UE - Gameplay - Jul 9, 2015

GameplayDebuggerProxyHUD is misspelled in the HUDClass under World Settings within the Editor. Edit MattK: The whole class has the wrong name. It will need to be renamed and redirected ...

Attached Project Crashes When Compiling Character Blueprint

OLD - Anim - Feb 10, 2016

The user's project is crashing during compilation of one of their character blueprints. We have not been able to reproduce this issue in a clean project, as the repro steps are unknown outside of t ...