Asset Registry GetDerivedClassNames does not work properly during editor startup

UE - Foundation - Core - Jun 25, 2020

This bug comes from https://udn.unrealengine.com/questions/585499/view.html which describes a problem where a licensee is trying to use the AssetManager to scan a primary asset type that is generate ...

[CrashReport] UE4Editor-Core!UnhandledException(_EXCEPTION_POINTERS *) [WindowsPlatformCrashContext.cpp:1457]

UE - Foundation - Core - Jun 5, 2020

Generated from CrashReporter ErrorMessage: 64 (82%) Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0xffffffff 7 (8%) Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading add ...

Incorrect conversion when using FUnitConversion::Convert

UE - Foundation - Core - Jun 5, 2020

Incorrect conversions values received and using FUnitConversion::Conversion ...

Template function TSparseArray::PointerToIndex does not compile

UE - Foundation - Core - May 26, 2020

Error:  C:\Program Files\Epic Games\UE_4.25\Engine\Source\Runtime\Core\Public\Containers/SparseArray.h(778): error C2440: '-': cannot convert from 'const TSparseArrayElementOrFreeListLink<TAlignedBy ...

UDelegateProperty define missing in DefineUPropertyMacros.h

UE - Foundation - Core - May 11, 2020

The following code should be added in defineUPropertyMacros.h #ifndef UDelegateProperty #define UDelegateProperty DEPRECATED_MACRO(4.25, "UDelegateProperty has been renamed to FDelegateProperty") F ...

Source Won't Build - UnrealInsightsCLI.cpp References Missing Header

UE - Foundation - Core - May 11, 2020

Line 9 in https://github.com/EpicGames/UnrealEngine/blob/4.25/Engine/Source/Programs/UnrealInsightsCLI/Private/UnrealInsightsCLI.cpp is '#include "TraceServices/SessionService.h" which used to be lo ...

[CrashReport] UE4Editor-Core!static void PureCallHandler() [WindowsPlatformMisc.cpp:477]

UE - Foundation - Core - May 8, 2020

Generated from CrashReporter Error Message: Fatal error: [File:D:/Build/++UE4+Licensee/Sync/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMisc.cpp] [Line: 475] Pure virtual function bei ...

FLowLevelMemTracker::GetTagAmountForTracker with CustomProjectTag returns 0 always

UE - Foundation - Core - May 7, 2020

FLowLevelMemTracker::GetTagAmountForTracker with CustomProjectTag returns 0 always. Because of FLLMTracker::FLLMThreadState::GetFrameStatTotals don't amount to about CustomTags. Following code will ...

Ensures cooking blueprints using functions that have delegate pins

UE - Foundation - Core - May 6, 2020

REGRESSION: Does not occur in 4.24 Cooking a project containing functions with delegate pins fails with multiple ensures. ...