GetVoiceData() uninitializes VoiceCapture and returns no data

UE - Audio - Apr 27, 2018

Using GetVoiceData causes VoiceCapture to become uninitialized and it is currently not possible to get voice data this way. Regression?: Yes This did not occur in 4.18 This occurs in 4.19 ...

[CrashReport] UE4Editor_Core!rml::internal::LocalLOCImpl<8,32>::get()

UE - Foundation - Core - Apr 25, 2018

User comments in crash group:this map crashes on loadok so it seems opening any map from Modular Stadium Kit causes crash right after shaders compiling is done! im using it with another market place ...

Behavior Tree corrupts as REINST after PIE when using Blueprint Compilation Manager

UE - Gameplay - Blueprint Compiler - Apr 24, 2018

When Blueprint Compilation Manager is enabled, behavior tree node can get corrupted as REINST.  ...

Linux servers cannot start on machines with less than 2G of RAM

UE - Platform - Linux - Apr 23, 2018

The are reports on AnswerHub that servers don't start on machines with low memory. This is caused by an inflexible set up of OS allocation pools on Linux that demands at least 2GB (or close) of RAM ...

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