Cannot Package Game for Windows from External Drive on Windows 8.1 Boot Camp Mac

UE - Foundation - Core - Dec 17, 2014

User is trying to package the xixoBerlinFlat Marketplace and cannot get a packged project from an external drive project on a Windows 8.1 x64 system running via Bootcamp on a Mac. ...

Inconsistent documentation on how to use AsyncTasks

UE - Foundation - Core - Dec 16, 2014

The documentation found here may be out of date:https://docs.unrealengine.com/latest/INT/API/Runtime/Core/Async/FAsyncTask/index.html From Lauren R: "Looking at P4, that example code is mostly from ...

Virtual Memory Limit Listed in Logs

UE - Foundation - Core - Dec 9, 2014

Logs show virtual memory limit for Windows 64 bit: 8388608.00. This is erroneous information that can be removed or replaced with more immediately useful information. ...

The crash reporter tool does not start on Windows 8.1 machines when running the Engine built from source code.

UE - Foundation - Core - Dec 5, 2014

The source code to build the Engine that is available from GitHub includes the file dbghelp.dll, which prevents the crash reporter tool from starting on Windows 8.1 machines. This file is not presen ...

CapsuleComponent Shape sometimes reverts to previous value after entering a new value

UE - Foundation - Core - Nov 28, 2014

If you manually type in the value for Capsule Half Height, it will sometimes revert back to it's previous value upon hitting Enter. The CapsuleComponent's shape in the Blueprint's Viewport adjust to ...

Moving or changing the name of a project's GameInstance will switch the Game Instance Class to None and crash launched games

UE - Foundation - Core - Nov 26, 2014

If the GameInstance set in Project Settings > Maps & Modes > Game Instance Class is renamed or moved to another folder, the Game Instance Class is switched to None. This causes a launched game to cr ...

LIVE: The Now node (FDateTime::Now) does not return the correct time

UE - Foundation - Core - Nov 18, 2014

The 'Now' node does not return the correct time if ran through a 'Print String'. (NOTE: However, the 'Utc Now' node does return the correct time.) ...

"Failed to find object 'Class None'" in project log after creation

UE - Foundation - Core - Nov 17, 2014

Users reported seeing the line "LogUObjectGlobals:Warning: Failed to find object 'Class None.'" in the Output log after creating a project. I was able to confirm in a new blank code project without ...

LIVE: StartFPSChart Command references an invalid command in the console

UE - Foundation - Core - Nov 14, 2014

The Command "StartFPSChart" references an "EndFPSChart" which is not recognized and should reference "StopFPSChart" ...