When FAssetRegistry::SaveRegistryData() is invoked for a umap redirector it will fail the check check(!bIsMap || (InDependencyType == EAssetRegistryDependencyType::Soft)); Because the redirector ...
A customer has had problems running a game with a splash screen when passing -game flag to the editor. UpdateSpashScreen will call GetCurrentFrame, which can return a nullptr but fails to verify it ...
Note: This happens with "Exclusive" nativization mode as well. This occurs because the nativized UDS 'GetDefaultValue()' method is generated into a .h file rather than a .cpp file. This creates a c ...
This callstack is occurring in 4.17.0 and 4.17.1, and appears to be a continuation of [Link Removed], which was fixed in 4.16.2 with CL 3502786. I'm not re-opening [Link Removed] because there are ...
iPadPro2 splash screen distorted on app launch. Looks like there is a fix for this in FN branch that can be brought over. Engine/Source/Runtime/ApplicationCore/Private/IOS/IOSAppDelegate.cpp http ...
Looks like this only happens for shots. I think this is because the tick prerequisites get set up on the frame of evaluation, and the skeletal mesh component doesn't get ticked until the next frame. ...
As of 4.20, ENABLE_NAN_DIAGNOSTIC is now enabled in all Debug configurations. However, this does not work well with the TransformNonVectorized that is used on platforms like android. If this combina ...
Frustum culled landscape components stop casting shadows resulting in the shadows disappearing near the edges of the camera in square sections. Unable to test in 4.20 or 4.21 as provided project wa ...
Landscape far shadows are interfering with the distance field soft shadows causing a conflict, and stopping the distance field soft shadows from rendering at all. Working as expected in 4.20 CL# 43 ...
When using Actor to Lookat and adding a keyframe to the track, the references are lost to the selected Actor when saving the Sequence. This prevents the Sequence from being saved and generates a few ...