Toggle Folder Visibility Inconsistent in Scene Outliner With Search

UE - Editor - Workflow Systems - Apr 20, 2023

In the scene outliner, if you add a folder with one visible actor in it, and filter out some of the actors, users are unable to toggle the visibility of the folder anymore, or they are only able to ...

Duplicating a Blueprint with a function call node connected to a variable of the source Blueprint type results in a compile error in the duplicated asset.

UE - Gameplay - Blueprint Editor - Feb 21, 2023

If a Blueprint asset contains a function call node for which the referenced function context is set to 'self', if the "Target" pin is connected to a type that equates to the owning Blueprint asset ( ...

Make literal container nodes (e.g. MakeArray) do not cast object ref output terms linked to interface-typed input pins.

UE - Gameplay - Blueprint - Jan 28, 2023

As with most nodes, object reference outputs can be directly connected to interface-typed inputs on "make container" nodes (e.g. "MakeArray") if the object's class type implements the interface clas ...

Using justification on an Editable Text Box delays one frame

UE - Editor - UI Systems - UMG - Jan 17, 2023

The display implementation is in the level blueprint. [Image Removed] ...

CachedMaxDrawDistance value are not updated by CullDistanceVolume in persistent Level

UE - World Creation - Worldbuilding Tools - World Composition - Dec 16, 2022

in PIE, RerunConstructionScript() is executed and actor's CachedMaxDrawDistance is updated as expected. in packaged game, RerunConstructionScript() is not executed  so, CullDistanceVolume is not u ...

Merge actor issue with similar materials

UE - World Creation - Worldbuilding Tools - Merge Actor - Dec 16, 2022

Distance Field Shadows does not respect FSceneView::HiddenPrimitives

UE - Graphics Features - Shadows - Dec 5, 2022

Basically, APlayerController::HiddenActors, which is propagated into FSceneView::HiddenPrimitives is not used to skip shadow casters in the DF shadow implementation. Because this does not use the g ...

Can't update thumbnail of Texture 2D Array asset when upate source texture resource.

UE - Editor - Content Pipeline - Datasmith - Nov 9, 2022

Texture2DArray asset thumbnails are not reflected when the source file texture is changed. Once a Texture2DArray asset is opened and loaded, the thumbnail will follow any subsequent source file upda ...

Callback ID lost while using the webview

UE - Platform - Apple - Nov 8, 2022

This is a licensee UDN: [Link Removed] I've reviewed the javascript/native bridge code and I don't see anything obvious.  The fact that it can happen on both mobile platforms might point at some hi ...