Screen Space shadows do not check the view boundary. This can cause extra shadows in split screen, as one view can cast shadows in another view. ...
From licensee: We build our procedural meshes using C++ and we checked our UVs used to fill the UV array before applying the CreateMeshSection method. The UVs seems to be correct however the result ...
Looking at the logs when it happened, the logs are spammed with the following: [2024.12.10-20.34.12:438][514]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8658 sta ...
The licensee was not able to make static meshes with the correctly disabled sections from a skeletal mesh in the current implementation of the "Make Static Mesh" button in the editor. They have prov ...
When rendering runtime virtual texture pages without throttling (when r.VT.MaxUploadsPerFrame is high or during Movie RenderQueue captures) the number of FRDGBuffers allocated by the Render Graph Bu ...
When a property of a ChildActorComponent is modified in a child class, the parent ChildActorComponent class can also get modified. This happens when the Parent blueprint actor has a ChildActorCompo ...
Context AbilitySystemComponent has a virtual function virtual void OnTagUpdated(const FGameplayTag& Tag, bool TagExists); that gets called when a gameplay tag gets added or removed, so whenever ...
Community-attempted workaround received in [Link Removed] Correct fix submitted to 5.6 FNMain in [Link Removed] which needs integrating into 5.5.3. ...
Every time AWorldDataLayers::CreateDataLayer is called, UDataLayerManager::ResolveActorDescContainersDataLayers() gets called and iterates on all actordescs of the world.When creating multiple data l ...
The rotation parameter of video materials does not function in Twinmotion 2024.1.2 and Twinmotion 2025.1 PR. Adjusting the slider does not have any effect. Feature last worked in Twinmotion 2023.2 ...