Directx12 crashes with OOM

UE - Graphics Features - May 7, 2018

In editor, when running a task that does not issue a BeginFrame/EndFrame for a long time, the GPU will eventually run out of memory.  See UDN: https://udn.unrealengine.com/questions/431450/directx1 ...

UMaterialBillboardComponent Memory Leak and Hitching (Unreal 4.19.2 + 4.19.1)

UE - Graphics Features - May 4, 2018

Creating an actor with a UMaterialBillboardComponent causes Editor hitching. ...

Using CommutativeAssociativeBinaryOperator with a BlueprintPure function causes an ensure when adding the function to a Blueprint

UE - Gameplay - Blueprint - May 3, 2018

A UFUNCTION that is BlueprintPure and has CommutativeAssociativeBinaryOperator set to true results in an ensure whenever it is shown in the Blueprint Editor. The reproduction steps cover adding the ...

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

Blueprint Diff of GameplayTagContainer variable shows difference when there is none

UE - Gameplay - Blueprint - Apr 23, 2018

GameplayTagContainer does not diff properly. ...

r.Shadow.RadiusThreshold and r.Shadow.FadeResolution not affected by Scalability Settings

UE - Graphics Features - Apr 20, 2018

r.Shadow.FadeResolution and r.Shadow.RadiusThreshold values in DefaultScalability.ini are not being applied ...

[CrashReport] UE4Editor_Engine!FStaticMeshRenderData::AllocateLODResources() [staticmesh.cpp:775]

UE - Graphics Features - Apr 19, 2018

No user comments in crash group 771 void FStaticMeshRenderData::AllocateLODResources(int32 NumLODs) 772 { 773 check(LODResources.Num() == 0); 774 ***** while (LODResour ...

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