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

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

[ZEBRA] Implement FSlateApplication::TakeScreenshot support for Metal

Tools - Jul 9, 2015

We need to implement support for reading from the Metal drawable's back-buffer texture for FMetalDynamicRHI::RHIReadSurfaceData FMetalDynamicRHI::RHICopyToResolveTarget in order to make FSlateApplic ...

LODGroup in Static Mesh not properly set when cancelling confirmation

Tools - Jul 8, 2015

LOD Group is not properly set when changing the setting in the static mesh editor. When the LOD Group is changed and the confirmation of overwrite message is cancelled it will still set the LOD Grou ...

Using variations on the 'shot' console command closes iOS project on device

UE - Platform - Mobile - Jul 6, 2015

Using the console commands 'shot', 'highresshot 1' and 'highresshot 2' will crash to the 'recent apps' menu an ipa with Metal enabled. I tried this with 'Forward Rendering with Metal' disabled and u ...

Overridden functions in Child Blueprints cannot be converted to/from pure functions

UE - Gameplay - Blueprint - Jun 27, 2015

Overridden functions in Child Blueprints cannot be converted to/from pure functions. Reproduced in 4.8.1 and Main (//depot/UE4/Promotable-CL-2601051) ...

Typo in Content Examples Lighting Level

Docs - Samples - Jun 18, 2015

User has found a misleading typo in the Lighting Level of Content Examples. Specifically 5.4, the Source Radius = on both examples should be Min Roughness = [Image Removed] Also Reproduced in 4.8 ...

No way to keep AIController's logic running while it's switching controlled pawns

UE - AI - Jun 17, 2015

Used to be possible, but we've added BrainComponent's stopping in AIController::UnPosses. Add a flag to AIController that will allow user to specify that he doesn't want logic to get stopped when ...

Crash when Listen Server Attempts ServerTravel in Play in New Editor Window

UE - Networking - Jun 9, 2015

JamesG: New callstack on UDN thread points to UNetDriver::TickFlush Editor crashes if a listen server attempts to use the console command ServerTravel while in Play in a New Editor Window. CrashR ...

Collision on rolling ball template floor incorrectly affects player character

Docs - Samples - May 27, 2015

In the rolling ball template, the new floor meshes cause the player character to jump when the player has not pressed any jump commands. It occurs more often if the players movement has been increas ...