DebugExecBindings increases when RenderDoc is enabled and started

UE - Graphics Features - Jan 23, 2020

This problem is caused by the addition of DebugExecBindings every time at startup, so the setting keeps increasing. ...

Map container which has struct type value might be displayed inside unnecessary hierarchy

UE - Editor - UI Systems - Slate - Jan 23, 2020

Essentially, A bug in --[Link Removed]-- comes up with only customized struct property. If a struct doesn't have customization, it can be displayed compact without "Element X" node hierarchy. It i ...

Material and Animation do not stop even if Game pauses when Material domain is User Interface

UE - Editor - UI Systems - Jan 22, 2020

For Animation and Tick, we have confirmed that pausing can be done by stopping Native Tick. But we can't stop with Material. Widget Component can change the handling of time with EWidgetTimingPolicy ...

Streaming of array textures with mips results in nearest mips being black

UE - Graphics Features - Jan 20, 2020

The issue is discussed in this UDN:https://udn.unrealengine.com/questions/544210/crash-starting-up-in.html Key quote from UDN thread is:"Also, having made a texture array with 190 entries, it seems ...

Nativized UMG widgets with animation tracks can sometimes assert with async loading enabled.

UE - Gameplay - Blueprint - Jan 18, 2020

The incorrect use of NewObject() to instance nested class-owned subobjects will force StaticAllocateObject() to reconstruct the instance that was already constructed by the outer class ctor in nativ ...

Typo in Content description field for Flipbook Material Expression Function Output

UE - Content - Engine - Jan 17, 2020

**Typo in Content description field for Flipbook Material Expression Function Output ...

USkeletalMeshComponent::ShouldRunEndPhysicsTick only checks if root body is awake

UE - Simulation - Physics - Jan 16, 2020

USkeletalMeshComponent::ShouldRunEndPhysicsTick calls UPrimitiveComponent::RigidBodyIsAwake(), which only checks the root body instance. Instead it should call USkeletalMeshComponent::IsAnyRigidBody ...

Using OnlineSubsystemGoogle cause ITMS-90809 warning when uploading iOS build to AppStoreConnect

UE - Online - Jan 16, 2020

Because the OnlineSubsystemGoogle for iOS use old GoogleSigninSDK(Ver4.x), when uploading the iOS build to AppStoreConnect, ITMS-90809 (using a deprecated UIWebView) will be issued. To fix this, we ...

Regression: Skeletalmeshreproduction node do not show mesh when the mesh is not SK_Mannequin in 4.24

UE - Niagara - Jan 16, 2020

SkeletalMeshReproduction node stopped showing meshes other than SK_Mannequin. ...

Game crashes when Panini projection enabled.

UE - Graphics Features - Jan 15, 2020