Missing check for nullptr in Linker.cpp

UE - Foundation - Core - Nov 3, 2016

At line 610 in Linker.cpp, the following declaration is made:UPackage* FilenamePkg = (ExistingPackage ? ExistingPackage : CreatePackage(nullptr, *PackageNameToCreate)); if (FilenamePkg != Exis ...

Unnecessary extra condition check in PropertyStruct.cpp

UE - Foundation - Core - Nov 3, 2016

On line 300 of PropertyStruct.cpp, there is the following if check:if ((Struct->StructFlags & STRUCT_SerializeFromMismatchedTag) && (Tag.Type != NAME_StructProperty || (Tag.StructName != Struct->Get ...

Crash when Enabling 'Generate Mesh Distance Field' and Restarting Project

UE - Foundation - Core - Nov 2, 2016

A user has reported that he gets a crash on his machine upon restarting after enabling the 'Generate Mesh Distance Fields' option within the Project Settings > Rendering options The callstack for t ...

Log console command consumes input when trying to set Log.Category or Log.Timestamp

UE - Foundation - Core - Oct 28, 2016

We currently have a Log console command that processes console commands starting with "Log". This causes it to erroneously capture any attempt to change the cvars Log.Timestamp or Log.Category. ...

Editor freezes on load with default pawn set in gamemode class and cast node

UE - Foundation - Core - Oct 27, 2016

When a GameMode class defines the default pawn class as a character blueprint, and the character blueprint contains a cast node to a blueprint based on the GameMode class, the project will freeze be ...

Crash: Corrupt asset/map data is no longer correctly detected and handled

UE - Foundation - Core - Oct 27, 2016

Corrupted data was previously handled gracefully without crashing, but in 4x14 the same data crashes the editor. ...

Error for having an extra semicolon before a UPROPERTY declaration is not thrown inside of a USTRUCT

UE - Foundation - Core - Oct 26, 2016

Having an extra semicolon on the line before declaring a UPROPERTY will cause UHT to miss parsing the following UPROPERTY. This is expected, but an error is usually given when this is the case. This ...

BulkData Async loading remains in memory

UE - Foundation - Core - Oct 26, 2016

Gil's new loading path may already walk away from this issue. But here's some thing I tested locally if we want to fix this. A simple way to fix is to simply add BulkDataAsync.Deallocate(); ResetA ...

One-off Crash after Hot-reload compile from Editor

UE - Foundation - Core - Oct 20, 2016

The compile toast notification read that it was successful, then the Editor crashed about 10 seconds later. Error Message in Crash Reporter: Access violation - code c0000005 (first/second chance n ...

Log message in ExclusiveLoadPackageTimeTracker is written incorrectly and means the opposite

UE - Foundation - Core - Oct 20, 2016

A licensee has pointed out that a log message in ExclusiveLoadPackageTimeTracker at line 191 is saying the opposite of what it means. This is the line in question:UE_LOG(LogLoad, Log, TEXT(" ... ...