Multiple Materials not assigned to Mesh on Import

UE - Editor - Content Pipeline - Import and Export - Jan 6, 2017

Not all material elements are created and assigned to the static mesh using multiple materials. With the attached mesh, only the first element is created and the other two are left non-existent. I c ...

Unable to add/compile code for Automation Test

UE - Automation Test - May 22, 2017

When following the documentation on setting up automation tests, the sample provided for "Simple Tests" does not successfully compile. One of two compiles errors is given based on the TFlag used A ...

Crash when attempting to convert a sequencer actor into a BP Class

UE - Anim - Sequencer - Nov 15, 2016

Error message: Assertion failed: IsValid() [Link Removed] [Line: 752] Source Context: 738 return *this; 739 } 740 741 /** 742 * Converts a shared ...

[CrashReport] UE4Editor_Core!FText::IsEmpty() [text.cpp:230]

Tools - Apr 6, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Assertion failed: Index >= 0 [Link Removed] [Line: 401] Source Context: 215 ...

"Save Current As" is not fully loading the newly-saved level

Tools - Mar 15, 2017

Workaround: Navigate to and open the newly-created level in the Content Browser prior to LaunchOn. After using the Save Current As tool, Game runs into error when trying to LaunchOn. Editor display ...

Noticeable input delay at lower FPS while Playing in Editor

UE - Editor - UI Systems - Mar 1, 2022

When playing in editor is running at a lower fps (<20) there is very noticeable input delay that wasn't present in 4.27.2. Works correctly while playing in Stand Alone or Packaged. Tracked this iss ...

[AI] Navmesh does not generate correctly on a plane that has a slope of 45 degrees or more.

UE - AI - Navigation - Sep 23, 2022

Navmesh generation appears to have issues handling terrain and planes that are at 45 degree or steeper angles even if the agent max slope is set to allow for such movement. While the issue occurs at ...

[CrashReport] <unknown module>!UE4Editor_Core!FDebug::AssertFailed()

UE - Foundation - Core - Mar 28, 2016

Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 678] Array index out of bounds: 0 from an array of size 0 Source Context: 80 } 81 else ...

[CrashReport] UE4Editor_Engine!UMaterialInstance::SetParentInternal() [materialinstance.cpp:2141]

UE - LD & Modeling - Terrain - Landscape - Aug 18, 2016

This JIRA is being entered as a result of this being one of the top crashes in 4.13 Preview 2 Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 2 ...

Crash on loading some MovementAnimSetPro Blendspaces

OLD - Anim - Dec 21, 2016

Error message: Assertion failed: TrianglesMade==2 [Link Removed] [Line: 373] Source Context: 360 { 361 FTriangle NewTriangle(A->Vertices[1],A->Vertices[2], TestPt); 362 ...