Failure packaging for android that supports both armv7 arm64 with GoogleVR plugin enabled

UE - Platform - XR - Aug 30, 2016

Unable to package a build for android (ATC) if the GoogleVR plugin is enabled and both arm64 and armv7 are supported. This does not reproduce if you turn off GoogleVR. This does not reproduce if yo ...

Rendering with a singe frame custom frame range in the MRQ with temporal sampling renders 2 frames instead

UE - Anim - Sequencer - MRQ - Jan 27, 2023

Temporal samples cause more than one frame to be rendered with a custom range of 1 frame ...

"Render in main pass" setting appears to be ignored when using ES3 and "Render in Custom Depth" is enabled

UE - Platform - Mobile - Jul 17, 2019

it appears that meshes cannot be removed from the main pass and still write to the custom depth pass when using ES3.1 ...

The drawing order of widgets becomes wrong when GlobalInvalidation is enabled,

UE - Editor - UI Systems - Slate - Nov 26, 2021

When trying to create a widget with specific steps, the drawing order may not be correct. This is not reproduced when Global Invalidation is disabled, and the state can be restored. This issue is pr ...

In Niagara's "CalculateParticleRadius", StaticSwitch Input is connected

UE - Niagara - Jan 24, 2020

This may not compile properly. Should be fixed. ...

Force front x imported asset incorrectly display axis for thumbnail and default editor camera

UE - Editor - Content Pipeline - Import and Export - Apr 12, 2021

Thumbnail can be fix by (Quote from UDN) "adjusting OrbitYaw of the ThumbnailInfo for the +X-facing skeletal mesh" Persona Editors can be fix by (Quote from UDN) "setting SkeletalMesh->SetHasCustom ...

Crash when creating StaticMesh repeatedly

Tools - Nov 21, 2014

UE4Editor crashes when creating static meshes. Event at startup time while it tries to create default object it crash sometimes. ...

Misspelling in Editor Preferences: Experimental

Tools - Sep 16, 2015

UE4.9.1 under Editor Preference3s ->Experimental -> Cooking it says "Iterative cooking for builds launched [form] the editor." Correction: [from] ...

sg.ResolutionQuality command doesn't work

UE - Graphics Features - Jan 9, 2015

Using the sg.ResolutionQuality command in code or the console has no effect in 4.6.1 or 4.7. ...

Crash clicking on "Recent Levels" or "Package Project" in File menu

UE - Editor - UI Systems - Slate - Jan 22, 2016

I tried to debug. In:for (int32 StackIndex = Stack.Num() - 1; StackIndex >= FirstStackIndexToRemove; --StackIndex) { Stack[StackIndex]->Dismiss(); // <-- here } It crashes because Stack is em ...