Crash when confirming a directory to import a USD file to via the USD Stage window

UE - Editor - Content Pipeline - Import and Export - Nov 21, 2019

Crash when confirming a directory to import a USD file to via the USD Stage window The repro does not seem to be 100% consistent and it can take a few attempts to hit the crash. The USD Stage wind ...

tvOS encounters failure to read save file when loading saved level

UE - Platform - Mobile - Nov 20, 2019

When load is called user encounters: [UE4] [2019.11.20-23.42.09:282][575]LogStreaming: Warning: Failed to read file '../../../QAGame/Saved/SaveGames/TestSlot.sav' error. The integer value does not ...

Grouped sprites with material or texture changes don't render correctly

UE - Gameplay - Paper2D - Nov 20, 2019

Loose sprites:[Link Removed] When these three selected sprites are grouped, it stops rendering correctly:[Link Removed] ...

TMap Contains Node Returns False Incorrectly Under Specific Circumstances

Tools - Nov 20, 2019

The Contains node doesn't return an existing row from a data table under specific circumstances. This didn't occur when the struct the data table is based on was made via blueprints or there are mor ...

Override Animation Data doesn't use new animation

UE - Anim - Rigging - Nov 20, 2019

Override Animation Data doesn't use the new animation to play when the animation mode is already 'Use Animation Asset' ...

Searching Global Illumination inside the details section of a post process volume does not return any results.

Tools - Nov 20, 2019

Searching "Global" in the details panel of a post process volume does not provide Global Illumination as a result, but searching "GI" does. Tested In: 4.22.3 CL#7053642, 4.24 P3 CL#10283392 , 4.25 ...

Changing reflection capture resolution after setting preview rendering level to Android ES3.1 crashes the editor

UE - Graphics Features - Nov 20, 2019

Applying a new reflection capture resolution after changing Preview Rendering Level to Android ES3.1 results in crash. Tested in: 4.24 P3 CL#10283392    4.25CL#10303496 ...

Enabling Fixed Frame Rate doesn't Lock the Frame Rate

UE - Rendering Architecture - RHI - Nov 19, 2019

When a project is set to use a fixed frame rate via the Project Settings it is uncapped when played in editor. Found in 4.24 Preview 2 CL#10091930 Reproduced in 4.25 Main CL#10298106 ...

USD Stage - Assert !EdgeArray[EdgeID].ConnectedPolygons.Contains(PolygonID)

UE - Editor - Content Pipeline - Import and Export - Nov 19, 2019

One of Pixars example .usd files is crashing the editor when importing with 'USD Stage' (KitchenSet imports with no errors) It is possible to import the file via content browser without crashing. ( ...

EPixelFormat::PF_R16_SINT does not render correctly for textures

UE - Rendering Architecture - RHI - Nov 18, 2019

Creating a UTexture2D the following way does not properly process gradients in the texture: ------ bool Atexture_test_actor::LoadRawFileTest( /* output */ UTexture2D*& image) { TArray<short> v ...