Foliage is Offset When Streaming Existing Levels From World Composition

UE - World Creation - Worldbuilding Tools - Foliage - Jul 3, 2018

Streaming an existing level that used World Composition places the landscapes in the correct spot, but any foliage tied to that landscape is placed on the landscape tile at 0,0 instead of its corres ...

[Landscape] returns Incorrect Physical Material

UE - Simulation - Physics - Aug 13, 2018

Doing a line trace on a landscape does not return the correct physical material unless "Generate Overlap Events" was enabled after changing the physical material. If the physical material on the lan ...

SetChildActorClass does not replicate when set to a different class

UE - Gameplay - Feb 20, 2019

When using SetChildActorClass to change a Child Actor Class, the change will replicate on the Server but not the Client. The Client will have the original Actor Class after the change happens. This ...

Motion Controller meshes do not track with Motion Controller position within VRMode

UE - Platform - XR - Feb 8, 2019

This is a regression from release 4.21.2 Motion controller meshes are present in the level, they just aren't tracking alongside the motion controls. Motion controls still function as intended othe ...

Crash upon opening packaged game when Event Driven Loader is disabled

UE - Foundation - Core - Apr 26, 2019

Packaged games are unable to open when Event Driven Loader is disabled. The error message given is: Assertion failed: !Linker->GetSerializeContext() [File:D:\Build\++UE4\Sync\Engine\Source\Runtime\C ...

Selection outline rendering inconsistently in VRMode

UE - Platform - XR - Mar 4, 2019

The cube (staticMesh) outlines are rendering in just the left eye while Box brush (Brush) outlines seem floaty and are rendering only in the right eye.  Does not occur in //UE4/Release-4.21 @CL 475 ...

Blueprint debugger: variable getter node displays wrong object's value

UE - Gameplay - Blueprint Runtime - Jul 28, 2023

After triggering a breakpoint in blueprint, variable getter nodes can display the value of a different object than the node's target. For example: if an actor class has a value MyBool and the bluepr ...

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

Undoing pasting a component will crash ([CrashReport] UE4Editor_CoreUObject!FWeakObjectPtr::IsValid() [weakobjectptr.cpp:48])

UE - Gameplay - Components - Jul 20, 2017

This is a common crash affecting users in 4.16. The callstack is similar to [Link Removed], which was fixed in 4.13. User DescriptionsAccidentally duplicated a blueprint with multiple static mesh ...