[CrashReport] UE4Editor_Core!FModuleManager::UnloadModule() [modulemanager.cpp:557]

UE - Foundation - Core - Feb 27, 2017

Error message: Assertion failed: ModuleInfo.Module.IsUnique() [Link Removed] [Line: 557] Source Context: Most recent user affected CL: Logs: See attached Issue call stack shares some similariti ...

Performance drop when spawning AI actors during runtime compared to placing them in world

UE - AI - Jan 9, 2019

There is a performance difference between spawning and placing AI into a level. This is causing issues when spawning/despawning AI actors in a large open world, where 4-5ms of frame time quickly bui ...

Volumetric Lightmaps do not work with Landscape texture mapping

UE - Graphics Features - Feb 13, 2019

It appears that the Lightmass Volumetric Lightmap does not work with Landscape textures. When it samples the Landscape with some textured material, the resulting lighting build data does not match t ...

Client movement and animation are heavy jittered on listen server

UE - Gameplay - Player Movement - May 10, 2019

The listen server will see jitter in clients character movement and animations. This is hard to notice without the "slomo" command but is extremely obvious using "slomo". Clients will see server and ...

Sharing Material shaders wastes memory and disappears from the memreport

UE - Graphics Features - Jul 18, 2019

Enabling bShareMaterialShaderCode breaks memory tracking and wastes memory due to issues in ShaderCodeLibrary. It is also worth noting that after cooking with bShareMaterialShaderCode enabled causes ...

Artefacts with Volumetric Clouds

UE - Graphics Features - Nov 2, 2022

(Enduring Games) Please see UDN - Case includes project and potential fix from customer. Need to verify that it does not affect other parts of the volumetric composition. bHasValidSamples is the sam ...

No deprecation message with component bound event nodes

UE - Gameplay - Blueprint Editor - Aug 21, 2023

It appears that only custom event nodes support a deprecation message. In fact, we need all nodes that use delegates in some fashion to support a custom deprecation message. Both UK2Node_ActorBoundE ...

FDateTime instances are reset to default on hot reload

UE - Gameplay - Blueprint - May 31, 2017

If an FDateTime variable is created in code and has a default value set in blueprints, any instance that is set to the blueprint default value changes to the code default on hot reload. This includ ...

[CrashReport] UE4Editor_Engine!USkeleton::GetMeshLinkupIndex() [skeleton.cpp:420]

OLD - Anim - Jul 19, 2017

This is a common crash affecting users in 4.16, unfortunately they have not provided any additional information. Source Context 406 if ( IndexPtr == NULL ) 407 { 408 L ...

[CrashReport] UE4Editor_Slate!FDelegateBase::Unbind()

UE - Editor - UI Systems - Slate - Jul 24, 2017

This is a common crash affecting users in 4.16. User Descriptionstrying to import a texture D: Source Context 137 /** 138 * Unbinds this delegate 139 */ 140 ...