Generated from CrashReporter ErrorMessage: 64 (82%) Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0xffffffff 7 (8%) Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading add ...
Incorrect conversions values received and using FUnitConversion::Conversion ...
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 ...
The following code should be added in defineUPropertyMacros.h #ifndef UDelegateProperty #define UDelegateProperty DEPRECATED_MACRO(4.25, "UDelegateProperty has been renamed to FDelegateProperty") F ...
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 ...
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. Because of FLLMTracker::FLLMThreadState::GetFrameStatTotals don't amount to about CustomTags. Following code will ...
REGRESSION: Does not occur in 4.24 Cooking a project containing functions with delegate pins fails with multiple ensures. ...
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. ...
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 ...