HideCategories metadata does not hide native Component categories when viewing the root actor

UE - Gameplay - Blueprint Editor - Aug 4, 2020

Seems like we are probably just missing a metadata check when drawing the details of the actor instance, and it is only doing the check for drawing ActorComponent details.  ...

Groom Assets do not render fog

UE - Graphics Features - Aug 4, 2020

Grooms are not rending correctly when volume fog is in a scene. ...

RetargetSource in AnimSeqeuence doesn't affect DDC key

UE - Anim - Runtime - Aug 4, 2020

Retarget source doesn't affect DDC key, so it causes incorrect result. Changing the anim sequence DDC key generation to include it fixes this issue. ...

Reflection captures cannot capture any ray tracing effects

UE - Graphics Features - Lumen - Aug 4, 2020

Currently, Reflection capture ignore any ray tracing effects. So let'say you want to use only ray tracing shadow but also you want to use reflection captures for reflections instead of ray tracing r ...

Point lights affect indirect lighting on RTGI much less than other types of lights

UE - Graphics Features - Lumen - Aug 4, 2020

Only point lights affect indirect lighting on RTGI much less than other types of lights.[Link Removed] Indirect lighting of baked lightmaps look much stronger than RTGI.[Link Removed] Apparently, ...

All console variables overridden in Movie Render Queue are set to 0 after the render queue runs

UE - Anim - Sequencer - Aug 4, 2020

All console variables overridden in Movie Render Queue are set to 0 after the render queue runs. It's because all cached previous console variables are reset to 0 just before they are written back ...

Default property track settings for Spot Light OuterConeAngle don't work

UE - Anim - Sequencer - Aug 4, 2020

The outer cone angle will not have a default track created for it when it's added as a default property in the project settings. This seems to stem from the property having a setter function, and be ...

Restored child editor windows have no title

Tools - Aug 3, 2020

Child windows created as part of the editor startup process won't have a title. This happens because the native window hasn't yet been created when we set the title in FTabManager::RestoreArea_Helpe ...

Details View loss of expansion state on container changes

UE - Gameplay - Blueprint Editor - Aug 3, 2020

From the UDN post: When the new entry is added, the entire tree gets wiped out as a result of the CDO swap, and when these update methods run it leaves the tree in a default expansion state. (Effect ...

Current animation asset is lost in animation preview when a post process anim BP is compiled

UE - Anim - Runtime - Anim Blueprints - Aug 3, 2020

UDebugSkelMeshComponent and PreviewInstance are lost current animation asset. There are 2 ways to fix below void UDebugSkelMeshComponent::InitAnim(bool bForceReinit) { // If we already have Pre ...