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

Log list console command shows duplicated category entries

UE - Foundation - Core - Oct 19, 2016

"log list" console command outputs log categories - a licensee reported they see duplicated category entries in 4.13. (e.g. logFileCache, logHMD, logHUD) Actually 4.11 and 4.12 had duplicated entri ...

Failing to launch packaged 32-bit projects

UE - Foundation - Core - Oct 14, 2016

An error will occur when opening a packaged 32-bit project. The error references the MallocBinned2.cpp file. ...

DataTable::LoadStructData allocating wrong size

UE - Foundation - Core - Oct 5, 2016

Pointed out by a licensee here: UDataTableを読みこんだ際のメモリ破壊について When reading the `UDataTable, in DataTable::LoadStructData()` the contents of the struct are interpreted[Image Removed], but the size of ...

A build may fail in Visual Studio if a space is added after the # in an include pre-processor instruction to allow a struct in one header file to reference a struct in the other

UE - Foundation - Core - Sep 23, 2016

A project building in Visual Studio will sometimes fail with the error Unrecognized type 'FBar' - type must be a UCLASS, USTRUCT or UENUM. This can occur in situations where one struct was reference ...