FArchive broke operator<< for bool in Editor builds

UE - Foundation - Core - Feb 16, 2017

Looks like CL-3215392 added changes in FArchive where the operator<< method for bool is a member operator in Editor (as opposed to a global operator in non-editor and old builds). This causes shado ...

[CrashReport] <unknown module>!UE4Editor_TrueSkyPlugin!FTrueSkyPlugin::RenderFrame()

UE - Graphics Features - Mar 6, 2017

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...

[CrashReport] UE4Editor_MeshPaint!MeshPaintHelpers::FillVertexColors()

OLD - Anim - Jun 27, 2017

This is a common crash in the 4.16 release. Users have not provided any descriptions, so additional information is currently unavailable. Source Context 804 elseif (USkeletalMeshComponent ...

PostProcessSettings no longer has the Post Process Materials option

UE - Gameplay - Blueprint - Aug 29, 2017

In engine version 4.17 and later the Post Process Materials node is not present. This option allowed for custom Post Process Settings. Other nodes are still present and working as intended. This iss ...

Building lighting after map data is built dirties level

UE - Graphics Features - Oct 5, 2017

There is an issue occurring where after the map built data is made building lighting on a level causes the level to become dirty. this occurs even if anything in the level has not been changed excep ...

Crash Occurs When Attempting to Resume Execution After Hitting a Breakpoint in a BT Task

UE - Gameplay - Oct 6, 2017

When a breakpoint is hit in a BT Task, if you attempt to use CTRL+P to search for and open the BT the task is being run in, try to resume execution, and then return to the original BT Task Blueprint ...

[SolidWorks] Complex assemblies will not import correctly

UE - Editor - Content Pipeline - Datasmith - Importer - Aug 25, 2018

Using Solidworks 2017 Service pack 4.1 the sldasm files only partially import. Instances, folders, and suppressed parts also mess up the import. Suppressed parts show up from different configuration ...

Collision settings of an Instanced Static Mesh setup in the Construction Script are not preserved when the Actor is added to an Instanced Level

UE - Gameplay - Components - May 23, 2022

Tested in //UE4/Release-4.27 CL 18319896 using Level Streaming the camera was ignored by the ISM_Cube. Collision settings of an Instanced Static Mesh setup in the Construction Script are not preser ...

Painted Foliage Instances Randomly Culling in Splitscreen Multiplayer

UE - World Creation - Worldbuilding Tools - Foliage - Mar 15, 2017

Foliage instances are behaving strangely when playing splitscreen multiplayer in a single instance window. The instances will cull in and out of visibility depending on the size of the current playa ...

Array of Instanced Objects on Component Does Not Propagate to Children Correctly

UE - Foundation - Core - UObject - Jun 6, 2017

Attempting to add an entry to an array of instanced objects is not correctly displaying that entry in a child class based on that actor. It is expected that the inherited component in the child acto ...