Calling Open Level causes editor to freeze or crash

UE - Gameplay - Jul 14, 2015

If the Open Level node is called on a persistent level Whttp://crashreporter/Crashes/Show/1838504 then the editor will freeze is the call is made through code or crash if done through blueprints. C ...

EnableGDT does not work correctly in PIE

UE - AI - Jul 13, 2015

The console command "EnableGDT" will bring up the GDT menu, however no information will be updated. The screen gains the menus for GDT however no functionality seems to exist. Workaround: press ' ...

Handle fracturing a destructible mesh when the source mesh has been deleted without a crash.

UE - Simulation - Physics - Destruction - Jul 13, 2015

When attempting to fracture a destructible where the source static mesh has been deleted we get a crash in APEX. APEX can't seem to find any root leaf nodes to begin fracturing upon. This does not ...

Animation timeline shows black when only animating the opacity of a widget (regardless of the the color setting in that widget)

UE - Anim - Sequencer - Jul 13, 2015

This is something that needs to be solved at the color track level in sequencer, we need to be showing current values in place of 0,0,0 for the things that are not animated. When animating just the ...

Console window is locked when casting to the player controller

UE - Editor - UI Systems - Jul 13, 2015

User has reported that access to the console window is locked when using this setup. ...

Server Travel from Map A to Map B then back to Map A will crash on exiting PIE

UE - Gameplay - Jul 10, 2015

Server Travel from Map A to Map B then back to Map A will crash on exiting PIE. Generates different call stacks between 4.8.1 and Main. Crash Reporter: 4.8.1: [Link Removed] Main: [Link Removed] ...

Missing Jump Nodes for Character Blueprint in 4.8 verstion of Animatioin Starter Pack

Docs - Samples - Jul 10, 2015

While other inputs are set up for the Character BluePrint, the inputs for Jump are missing so that, even if the user enters Action Mappings for jump under project settings, the character may play t ...

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

Decal Does not appear on Unlit Materials

UE - Graphics Features - Jul 9, 2015

When using a decal on an unlit material the decal will not render. Adding the DBuffer Decals yields the same result. ...

TBigInt allocates twice as much memory as necessary for FString input

UE - Foundation - Core - Jul 9, 2015

TBigInt appears to allocate twice as much memory as necessary for the input. This produces an unexpected output of the input value. ...