Memory Leak when Debugging Blueprint

UE - Rendering Architecture - RHI - May 2, 2018

RAM usage continually increases when debugger is active https://answers.unrealengine.com/questions/784443/ue-4191-memory-leak-while-using-blueprint-debugger.html ...

[CrashReport] PhysX3CommonPROFILE_x64!physx::Gu::Facet::silhouette() [guepa.cpp:319]

UE - Simulation - Physics - Apr 19, 2018

No user comments in crash group 313 void Facet::silhouette(const Ps::aos::Vec3VArg w, const Ps::aos::Vec3V* PX_RESTRICT aBuf, const Ps::aos::Vec3V* PX_RESTRICT bBuf, EdgeBuffer& edgeBuffer, ...

The nativized 'Array_Get' custom thunk implementation fails to properly initialize the item returned in the invalid index case.

UE - Gameplay - Blueprint - Apr 19, 2018

FCustomThunkTemplates::Array_Get() fails to properly initialize a default item when the index is invalid: Item = U{}; That will leave the item uninitialized (e.g. UDS types). Should be using the ...

[CrashReport] UE4Editor_Engine!UEngine::AddOnScreenDebugMessage() [unrealengine.cpp:7733]

Tools - Apr 13, 2018

No user comments in crash group 7643 void UEngine::AddOnScreenDebugMessage(int32 Key, float TimeToDisplay, FColor DisplayColor, const FString& DebugMessage, bool bNewerOnTop, const FVector2D ...

DataTable CSV export; First member of Array not exported if set to default value

UE - Gameplay - Blueprint Editor - Mar 26, 2018

When using a struct as a type for TArray and first element of the array has first member variable of the struct set to default, it is not exported to *.csv ...

[CrashReport] UE4Editor_Core!FGenericPlatformMemory::OnOutOfMemory() [genericplatformmemory.cpp:184] - FPngImageWrapper::UncompressPNGData

Tools - Mar 23, 2018

Comment for user in crash group:Just add automotive project to my account, add it as 4.18, and each time trying to laod it, it crashes... 174 if (GWarn) 175 { 176 GMallo ...

Geometry Pen Tool Duplicates Bushes On Grid Size 1 & 5

UE - LD & Modeling - Modeling Tools - BSP - Mar 7, 2018

There is an issue occurring when creating brushes with the pen tool at grid size 5 where verticles or the brush shape itself seems to be doubled. This issue also occurs if the grid size is 1, though ...

Incorrect usage of FText in EnsureMsgf does not trigger a compilation error, leads to crash in shipping

UE - Foundation - Core - Mar 1, 2018

Using incorrect formatting in FText does not cause compilation errors in EnsureMsgf as it does in other functions such as UE_LOG. This causes crashes to sneak through such as a crash on ensure when ...

Split screen causes rendering issues with lightshafts

UE - Graphics Features - Feb 21, 2018

There is an issue occurring where Split screen causes rendering issues with light shafts. This issue does not occur if you use the command " r.lightshaftquality 0" The issue no longer occurs. This i ...