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

Is Fullscreen Mode Dirty always returns true for Windowed Fullscreen

Tools - Feb 27, 2017

Is FullscreenMode Dirty is meant to track if the Fullscreen mode has changed from what it is currently set to. This does not function correctly for Windowed Fullscreen and always prints true even if ...

Unable to increment TMap value if Key is zero

UE - Gameplay - Feb 24, 2017

Unable to increment TMap value if Key is zero. Changing the TMap Key to 1 on Add will allow the Value of "Key 0" to be incremented. User Description: It seems as if the 'Find' node for the newly ...

Packaging With Nativize Blueprints Enabled Disabling AI Perception

UE - Gameplay - Blueprint Runtime - Feb 24, 2017

Packaging a game with nativize blueprints enabled is preventing AI Perception from working. This has also been tested in a clean project where the AI Character would no longer be triggering its OnPe ...

Error when packaging C++ projects in 4.16 Binary

UE - Foundation - Core - Feb 23, 2017

Packaging a C++ project for Android, iOS, or Windows produces an Error. This issue did not reproduce when testing in a source build from P4. Spoke with ChrisB and he believes this is due to the pac ...

Compile 'Note' on BP Interface events

UE - Gameplay - Feb 23, 2017

Compile 'Note' on BP Interface events. It happens in actor BPs and also BP Widgets. A similar issue was fixed back in 4.11 with Custom Events. Could be related? https://jira.it.epicgames.net/brows ...

Crash when saving a Data Table that is referencing itself in a Data Table Row Handle

Tools - Feb 23, 2017

Crash when saving a Data Table that is referencing itself in a Data Table Row Handle. Reopening the project also causes a crash. *Regression: Yes This was fixed and working in 4.13-3037605 This i ...

Cannot convert procedural mesh to static mesh with only 3 verticies

OLD - Anim - Feb 23, 2017

It is not possible to use the Create StaticMesh button to create a Static Mesh from a Procedural Mesh with only 3 verts. The following if check is the reason:if (RawMesh.VertexPositions.Num() > 3 && ...

Incorrect collision on Instanced Static Mesh components that have been non-uniformly scaled and rotated

OLD - Anim - Feb 22, 2017

Incorrect collision on Instanced Static Mesh components that have been non-uniformly scaled and rotated. User Description: I have been experiencing a very annoying bug and I finally decided to tr ...

Crash When Trying to Draw a Material to a Render Target where Source Material is using AlphaComposite + Unlit Mode

UE - Graphics Features - Feb 22, 2017

The issue occurs when trying to Draw a Material to a Render Target where the source material is using AlphaComposite + Unlit mode. This is an attempt at the solution proposed by Ryan Brucks to allow ...