An assert fires related to the node index for the linked animgraph node being the same as the node index for the root node in the linked anim graph. Can be worked around by commenting out the check ...
We have an issue with artefacting of virtual shadow maps on low poly meshes: [Link Removed] We would like to request a higher polygon version of the sphere for UE5's release/starter content, which ...
Discovered while testing Lyra project for //UE5/Main - Foundation Shelf - FAssetDataGatherer Stall Fix Smoke. This issue is NOT dependent on the shelf and occurs without the unshelved files. This ...
If you set ComponentClass override in child class BP and grandchild class BP respectively, it is ignored in grandchild class. This issue is probably related to [Link Removed]. The fix for [Link Rem ...
This seems to have regressed because of the fix to [Link Removed]. Because UWorld::InternalGetNetMode now only returns the DemoNetDriver's NetMode when it is recording and in its tick, the multicast ...
Suggested fix from licensee is : PhysAnim.cpp@339 #if 0 FVector RelPos = RecipScale3D * RelTM.GetLocation(); #else FVector RelPos = (BoneIndex == 0) ? RecipScale3D * RelTM.GetLocation() : Rec ...
Lighting will build indefinitely in certain circumstances and can be verified in Swarm Agent that it will continue to process the maps even though the log shows it has completed. This is happening i ...
Lighting will build indefinitely in certain circumstances and can be verified in Swarm Agent that it will continue to process the maps even though the log shows it has completed. This is happening i ...
Two local variables with the same name in two different functions still interact with each other in some way. This was reported in TTP 346132 and fixed in that case, but currently if a local variabl ...
While a Custom Event's delegate pin is connected to anything its details are not visible in the Details panel. Tested with an empty reroute node as noted below as well as a Set Timer node. Reproduc ...