When asynchronously loading levels using the "Async Load Primary Asset" node, the dirty flag of the loaded level becomes Enable

UE - Gameplay - Jul 26, 2018

Asynchronously loading a level that has one or more Actors using the "Async Load Primary Asset" node will enable dirty grug for that level asset. The cause is a modified code(CL-3764602) for the [L ...

An event with Soft Class Reference as an input that is not set causes package to fail with Nativization

UE - Gameplay - Blueprint - Jul 25, 2018

Having a custom event with an empty Soft Class Reference as an input causes packaging to fail if nativization is enabled as the event nativizes with a const TSoftClassPtr<>& and the compiler cannot ...

Unable to use Steam Sessions with a source built editor from Github

UE - Networking - Jul 25, 2018

Steam sessions are unable to be found in packaged games that use a source built editor from Github. According to users, this is related to the BuildId not being set properly so the packaged games ar ...

[CrashReport] UE4Editor_VREditor!AFloatingText::AFloatingText() [vreditorfloatingtext.cpp:99]

UE - Editor - Workflow Systems - Jul 25, 2018

UPDATE This crash occurs when compiling shaders with a Floating Text asset in the level. Following the repro steps given above, the crash occurs each time opening the editor after forcing shaders to ...

r.SupportPointLightWholeSceneShadows Set to False Causes Crash When Trying to Place a PointLight

UE - Graphics Features - Jul 25, 2018

If you disable Support PointLightWholeSceneShadows and try to place a point light in a level the editor will crash.  Current work around is put shadows to low from engine scalability settings. Wor ...

Toggling off the Gameplay Filter Tag causes all Content assets to be shown

Tools - Jul 24, 2018

Toggling off the Gameplay Filter Tag causes all Content assets to be shown in the Content Browser. This reported and tested in 4.19.2 (CL-4033788) and tested in 4.20 (CL-4212847) and Main 4.21 (CL- ...

Namespaces are not removed when importing Skeletal Meshes from FBX, and breaks the importing of referenced Animations

Tools - Jul 24, 2018

Namespaces in skeletal mesh FBXs are coming in as prefixes to the bone name. This issue did not appear in 4.19.2 (CL-4033788), as seen in the attached picture. This issue was reported and tested in ...

Crash when using StepToNextShot / PreviousShot with sequencer

UE - Anim - Sequencer - Jul 24, 2018

A crash occurs when you press the Shift key + [.] (Period) key after double-clicking on one of the arranged level sequences in the master sequence. The cause is ActiveTemplateIDs of FSequencer. The ...

FBX Importer: Staticmesh socket rotation is not import correctly

Tools - Jul 23, 2018

The fbx axis rotation conversion is apply twice for socket since they are local to the static mesh ...