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

Crash saving blueprint with a Get Float Attribute node and the attribute pin is set inline

UE - Foundation - Core - May 5, 2020

REGRESSION: Does not occur in 4.24 Crash occurs when saving a blueprint that is using a Get Float Attribute node and the Attribute pin is set inline. Does not occur if the pin is connected. ...

Having "\n" in an FString property in code results in it being replaced with a line break

UE - Foundation - Core - May 4, 2020

If the user has a code FString that used "\n", that's interpreted as a line break and is removed. This can cause confusion for users attempting to get the length of the value since it will not matc ...

Up to date assets are cooked when a project is not located inside UE4 root directory.

UE - Foundation - Core - Apr 23, 2020

Up to date assets are cooked when a project is not located inside UE4 root directory. An Additional note from the user: "My impression is this issue is caused in part by FPaths::MakeStandardFilena ...