Building HLODs for a very large landscape with Virtual Textures enabled results in the built HLODs being very dark for the most part. Building the same large landscape's HLODs with Virtual Textures ...
User reports that they've been running into an intermittent crash in Pose Search during Cook. Pose Search attempts to index data outside the bounds of an array. Based on the logs, each asset seems t ...
Hi, I tried to use for a scriptable tool the watch property node for a struct. The objective for me was to offer to my user a view of a struct in the scriptable tool and have these modifications b ...
In material editor, if a quality switch node is used together with a static switch to control branch, material parameters in the 'true' branch will never show up in the Detail panel of material inst ...
The licensee has identified a potential fix by changing if( Settings.bLerpUVs ) to if( Settings.bLerpUVs || UVIndex == 0 ) On line 389 of NaniteBuilder\Private\Cluster.cpp in UE 5.5 ...
I am filing a Jira for this at the request of [Link Removed] to see if it can be made into a hotfix. It has been reported on the forums and UDN that textures render black. See the Slack thread her ...
We have a level with foliage meshes that has been placed via the foliage system. We want to place these into HLOD Layers so that we can disable nanite, and thus enabling the imposter LODs at a dista ...
Hello, Our animation team reported an issue with the AutoKey feature of the LevelSequencer, sometimes they will notice that after a while, the undo buffer no longer works. Unfortunately the issue ...
We found a problem with the component visualizer system and the PreviewActor in the Blueprint editor. If your component is using a FInstancedStruct in anyway, either directly, in a TMap, or TArray, ...