Double clicking on Interface Function in Blueprint Graph does not take you to the function implementation.

UE - Editor - Jan 11, 2024

When double-clicking on an interface function call within a blueprint, the expected behaviour is that it will take you to the implementation of this function. However, it currently does nothing. ...

Specular/Anisotropy problems with Nanite Meshes

UE - Rendering Architecture - Jan 11, 2024

Specular highlights can disappear with clearcoat materials, when "Clear Coat Enable Second Normal" is enabled ("r.ClearCoatNormal"). ...

[UDN - 00655218] UDeveloperSettings change delegate not executed on import

UE - Editor - Workflow Systems - Jan 11, 2024

UDN Description Hello, We extensively use the UDeveloperSettings class to automatically register project and editor settings for the different C++ plugins we build. For instance : [Start code b ...

Setting GDelayTrimMemoryDuringMapLoadMode = 2 causes crash on same map reload

UE - Gameplay - Jan 8, 2024

GDelayTrimMemoryDuringMapLoadMode is a CVar that controls whether a garbage collection should take place during map change after unloading the previous map and before loading the new one. By default ...

UDeveloperSettings change delegate not executed on import

UE - Editor - Workflow Systems - Dec 22, 2023

From UDN case #00655218: We extensively use the UDeveloperSettings class to automatically register project and editor settings for the different C++ plugins we build. For instance : UCLASS(config ...

In-editor hitch when deleting one actor in a world with many loaded actors

UE - Foundation - Core - Nov 17, 2023

When editing a level with many actors (1000+), deleting an actor results in a noticeable hitch: the editor becomes unresponsive for seconds. This hitch becomes longer the more actors are loaded and ...

Renaming a Blueprint interface asset doesn't update the ImplementedInterfaces list in the Blueprint editor's Class Settings tab

UE - Gameplay - Blueprint Editor - Nov 13, 2023

There is no UI refresh for the Implemented Interfaces list in the Blueprint editor UI after a Blueprint Interface asset is renamed in the Content Drawer. Consequently, the interface cannot be remove ...

Ensure/failure when changing the class of a scene component that has bVisualizeComponent enabled

UE - Gameplay - Blueprint Editor - Oct 20, 2023

Failure occurs at compile time during GC when the replacement component that we create is being destroyed. This component includes the BillboardComponent instance that's attached to the scene compon ...

Unable to edit double variable in property matrix

UE - Editor - Workflow Systems - Oct 2, 2023

Since UE5.0, cannot edit double variables in property matrix. In UE4.27, it worked correctly and could be edited from the property matrix. This is because double variables are not supported in SProp ...

Collision between physicalized actors and instanced static meshes produce warnings.

UE - Simulation - Physics - Sep 25, 2023

Collision between an instanced static mesh and a physics simulating actor (with "simulation generates hits events" enabled) results in the following warning: LogChaos: Warning: Collision handler en ...